kfrlib / kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
https://www.kfrlib.com
GNU General Public License v2.0
1.64k stars 252 forks source link

sine oscillator makes a sawtooth? #149

Closed ghost closed 2 years ago

ghost commented 2 years ago

I dont think Im doing it right.

univector <float> x(128); x = kfr::phasor(440,44100); x = kfr::sine(x); plot_show(x,"what is this?");

ghost commented 2 years ago

I figured this ou