Page 1 of 1

Chorus coding example correction

Posted: Sun Dec 09, 2007 9:36 pm
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!

Re: Chorus coding example correction

Posted: Wed Jul 24, 2013 6:35 pm
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 ;)