我在這裏得到了代碼: https://naudio.codeplex.com/discussions/270762。 戈澤爾算法是這樣的: public double goertzel(List<double> sngData, long N, float frequency, int samplerate)
{
double skn, skn1, skn2;
s
我試圖在IOS 8中實現一個吉他調諧器,並從s.o中獲得了一些代碼。誰已經意識到這一點:它處理Goertzel算法,短期內比較固定頻率的大小 - 定義爲srings E-A-D-G-B-E。 - 在這裏,其被放置在CoreAudio的回調方法的程序: int currentString(SInt16 *samples, int N) {
int note0 = 82;
int note1 =