Chorus coding example correction

Algorithm development and general DSP issues

Moderator: frank

Post Reply
BrianNeunaber
Posts: 2
Joined: Wed Feb 21, 2007 6:04 pm
Contact:

Chorus coding example correction

Post by BrianNeunaber »

FYI...

There is an error in the chorus coding example on the website (http://www.spinsemi.com/knowledge_base/ ... tml#Chorus). If you want to invert the polarity of the modulation waveform, the correct way to do it is like this:

cho rda,sin0,sin|reg|compa,cdel+100
cho rda,sin0,sin|compa|compc,cdel+101

Note that "compa" is present in both reads.

Hope this helps!
mOBiTh
Posts: 1
Joined: Wed Jul 24, 2013 5:50 pm

Re: Chorus coding example correction

Post by mOBiTh »

BrianNeunaber wrote:FYI...

There is an error in the chorus coding example on the website (http://www.spinsemi.com/knowledge_base/ ... tml#Chorus). If you want to invert the polarity of the modulation waveform, the correct way to do it is like this:

cho rda,sin0,sin|reg|compa,cdel+100
cho rda,sin0,sin|compa|compc,cdel+101

Note that "compa" is present in both reads.

Hope this helps!
Thanks for posting this! I can sleep tonight now ;)
Post Reply