forked from acco/chti23
StepDFT - Fini et testé (erreur corrigée)
This commit is contained in:
parent
017d1129dc
commit
ca237d6a9c
2 changed files with 4 additions and 4 deletions
|
@ -36,14 +36,14 @@ DFT_ModuleAuCarre proc
|
||||||
mul r0, r0 ; 14.18
|
mul r0, r0 ; 14.18
|
||||||
asr r3, #16 ; 7.9
|
asr r3, #16 ; 7.9
|
||||||
mul r3, r3 ; 14.18
|
mul r3, r3 ; 14.18
|
||||||
add r0, r3 ; 13.19
|
add r0, r3 ; 14.18
|
||||||
pop {pc}
|
pop {pc}
|
||||||
endp
|
endp
|
||||||
|
|
||||||
; ====================== DFT Partie ======================================
|
; ====================== DFT Partie ======================================
|
||||||
|
|
||||||
DFT_Partie proc
|
DFT_Partie proc
|
||||||
push {lr, r4, r5, r6}
|
push {lr,r3, r4, r5, r6}
|
||||||
mov r5, #0 ;Compteur de boucle
|
mov r5, #0 ;Compteur de boucle
|
||||||
mov r3, #0 ;Partie Réelle
|
mov r3, #0 ;Partie Réelle
|
||||||
BOUCLERR
|
BOUCLERR
|
||||||
|
@ -60,7 +60,7 @@ BOUCLERR
|
||||||
b BOUCLERR
|
b BOUCLERR
|
||||||
FINBOUCLERR
|
FINBOUCLERR
|
||||||
mov r0, r3
|
mov r0, r3
|
||||||
pop {pc, r4, r5, r6}
|
pop {pc,r3, r4, r5, r6}
|
||||||
endp
|
endp
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -232,7 +232,7 @@
|
||||||
<Ww>
|
<Ww>
|
||||||
<count>5</count>
|
<count>5</count>
|
||||||
<WinNumber>1</WinNumber>
|
<WinNumber>1</WinNumber>
|
||||||
<ItemText>signal[0]</ItemText>
|
<ItemText>tab[4]</ItemText>
|
||||||
</Ww>
|
</Ww>
|
||||||
<Ww>
|
<Ww>
|
||||||
<count>6</count>
|
<count>6</count>
|
||||||
|
|
Loading…
Reference in a new issue