Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Apr 9, 2023
1 parent 0bff38f commit 856525a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/audio/fft/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public partial class FftMonitorForm : Form

double fftPeriod = FftSharp.Transform.FFTfreqPeriod(SampleRate, fftMag.Length);

formsPlot1.Plot.AddSignal(FftValues, fftPeriod);
formsPlot1.Plot.AddSignal(FftValues, 1.0 / fftPeriod);
formsPlot1.Plot.YLabel("Spectral Power");
formsPlot1.Plot.XLabel("Frequency (kHz)");

Expand Down

0 comments on commit 856525a

Please sign in to comment.