Mercurial > hg > x
comparison hs.cpp @ 10:c6528c38b23c
a few minor fixes
author | Wen X <xue.wen@elec.qmul.ac.uk> |
---|---|
date | Thu, 28 Jul 2011 10:36:57 +0100 |
parents | 9b1c0825cc77 |
children | 977f541d6683 |
comparison
equal
deleted
inserted
replaced
9:91301b3d02c5 | 10:c6528c38b23c |
---|---|
4634 free8(as); | 4634 free8(as); |
4635 return xrec; | 4635 return xrec; |
4636 }//SynthesisHS | 4636 }//SynthesisHS |
4637 | 4637 |
4638 /** | 4638 /** |
4639 function SynthesisHS: synthesizes a perfectly harmonic sinusoid without aligning the phases. | 4639 function SynthesisHS2: synthesizes a perfectly harmonic sinusoid without aligning the phases. |
4640 Frequencies of partials above the fundamental are not used in this synthesis process. | 4640 Frequencies of partials above the fundamental are not used in this synthesis process. |
4641 | 4641 |
4642 In: partials[M][Fr]: HS partials | 4642 In: partials[M][Fr]: HS partials |
4643 terminatetag: external termination flag. This function polls *terminatetag and exits with 0 when | 4643 terminatetag: external termination flag. This function polls *terminatetag and exits with 0 when |
4644 it is set. | 4644 it is set. |