Added support for plotting the derivative. Amended README

This commit is contained in:
@CarlWachter
2023-01-20 12:54:48 +01:00
parent 3a19f862ad
commit 0273699c25
4 changed files with 9 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ function fourierPlotFnc(data, fileSettings, checkboxes, start, stop, yAxis, xAxi
Nspec = 1024;
end
wspec = hamming(Nspec);
Noverlap = Nspec/2;
Noverlap = int16(Nspec/2);
hold on
figure(channel)