Search found 1 match

by aphilentus
Tue Jun 02, 2015 3:44 am
Forum: Nyquist
Topic: Can this code be converted to the nyquist notation?
Replies: 2
Views: 1297

Can this code be converted to the nyquist notation?

Hi all, I don't know any notation for Nyquist prompt but do know programming and was wondering if I could have this code converted. int counter1, counter2, counter, sumOfAmplitudesOfSamples; const int samplesPerSecond = /* I don't know what this value is */; for (counter1 = 0; counter1 < tracklength...