|
Atari coding BBS
Re: DSP sign extend question |
Posted by: Thomas / New Beat
|
Nov,07.2013-08:59
|
I do this in the sample-receive-loop in ACE:
move #>$80,x1 ; For 16->24 conversion
movep X:<<HOST_RX,y0 ; 16bit sample data
mpy y0,x1,b ; xx:xxxxxx:result
move b0,y0 ; y0 = 24 bit sign extended.
...
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
DSP sign extend question
|
Thadoss
|
Oct,30.2013-01:28
|
Re: DSP sign extend question
|
mikro
|
Oct,30.2013-11:43
|
Re: DSP sign extend question
|
Thadoss
|
Oct,30.2013-12:37
|
Re: DSP sign extend question
|
mikro
|
Oct,30.2013-14:09
|
Re: DSP sign extend question
|
ggn
|
Oct,30.2013-14:55
|
Re: DSP sign extend question
|
ggn
|
Oct,30.2013-16:03
|
Re: DSP sign extend question
|
Thadoss
|
Oct,30.2013-17:43
|
Re: DSP sign extend question
|
Thomas / New Beat
|
Nov,07.2013-08:59
|
Re: DSP sign extend question
|
Thomas / New Beat
|
Dec,11.2013-09:29
|
Re: DSP sign extend question
|
Thomas / New Beat
|
Dec,12.2013-20:14
|
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|