mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sw-plotting-tool.git
synced 2025-12-18 02:48:02 +00:00
Added support for plotting the derivative. Amended README
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user