#Output

DSP M-Registers

DrWatson's profile picture
Published in 
 · 11 months ago
... "twiddle factors" with FFTs. Interestingly(?), if we consider a setting where Nn = 1024, using reverse carry repeatedly with the following code: move #Output_buffer,r1 move #0,r0 move #0,m0 ; select reverse-carry move #512,n0 ; our reverse carry "increment" do #100,rc_loop move r0,x:(r1)+ lua (r0)+n0,r0 nop ; wait for pipeline rc_loop: ... produces the following sequence: 0, 512, 256, 768, 128, 640 ... or in binary: 000000000 100000000 010000000 110000000 001000000 101000000 011000000 This may look strange, but when an FFT is produced the data is "scrambled". In the produced table, value 0 is at 0, value 1 is at 512, value 2 at 256, and so on... Ste ...

7: Uma pequena introdução ao Assembly

eZine's profile picture
Published in 
 · 1 year ago
... cs ou seja lá o que preferir: #OBJETIVO: Programa simples que executa um exit e retorna um código de status para o kernel Linux # #ENTRADA: nenhuma # #Output: retorna um status código de status, que pode ser visto executando no terminal o comando: # # echo $? # # após a execução do programa # #VARIÁVEIS: # %eax armazena o número da syscall # %ebx armazena o status retornado # .section .data .section .text .globl _start _start: movl $1, %eax # esta é a syscall do kernel Linux para sair de um programa movl $0, %ebx # este é o status que retornaremos para o SO. # altere esse valor, e verá coisas diferentes ao executar o # echo $? int $0x80 # isso chama ...

k-1ine_46

eZine's profile picture
Published in 
 · 5 years ago
... logging and security measures. Setting the main relay time: 11#tt#0#** :: tt = 1-99 seconds and uses a two digit format. Setting AUX relay output: 15#Output#0#** :: Output = 0/Disabled, 1/Shunt, 2/Forced door, 3/ Propped door. Deleting Users: user-location#** :: Facility location codes. Print a transaction log: 70#0#0#** :: This might freak some of the monitoring staff out when you print this up. Setting or clearing standard options: 30#option#set/clear#** :: Option is a value from 1 to 13. Set/clear is either 0 or 1 (off or on respectively) these options and values are listed below: 0. Audio Key press (key beep) // ...
loading
Neperos cookies
This website uses cookies to store your preferences and improve the service. Cookies authorization will allow me and / or my partners to process personal data such as browsing behaviour.

By pressing OK you agree to the Terms of Service and acknowledge the Privacy Policy

By pressing REJECT you will be able to continue to use Neperos (like read articles or write comments) but some important cookies will not be set. This may affect certain features and functions of the platform.
OK
REJECT