how can i do data statistics from thr frequency response graph on wvtool??
Show older comments
Hello. Let's say I have d1ch1 as a vector of 1x1024,
i write on the command window
>> wvtool(d1ch1)
Now I have the two graphs, one in the time doman and one in the frequency domain.
How can I do data statistics, like average, mean, std devation, and stuff like that on the two graphs?
Thank you very much for answers.
5 Comments
Image Analyst
on 29 Dec 2018
Not sure about that tool. You might have to do it in a script instead of that tool/applet.
RICCARDO JUERGEN BELLIMBUSTO
on 29 Dec 2018
per isakson
on 29 Dec 2018
Doc says: "[...] By default, the frequency domain plot is the magnitude squared of the Fourier transform of the window vector in decibels (dB)."
RICCARDO JUERGEN BELLIMBUSTO
on 30 Dec 2018
per isakson
on 30 Dec 2018
Edited: per isakson
on 30 Dec 2018
Sorry, I cannot help you, but start by running the FFTOfNoisySignalExample, which is the first example of the documentation on fft()
Answers (1)
Nidhi Mittal
on 4 Nov 2020
0 votes
Hi Riccardo,
I am not sure about the MATLAB version that you are using for calculating data statistics.
You can use Tools->Data Statistics to calculate data statistics like average, mean, etc.
Thanks,
Nidhi Mittal
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
