how can i do data statistics from thr frequency response graph on wvtool??

2 visualizaciones (últimos 30 días)
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 comentarios
RICCARDO JUERGEN BELLIMBUSTO
RICCARDO JUERGEN BELLIMBUSTO el 30 de Dic. de 2018
so let's say "resize12" is a vector of 2048 samples,
wvtool(resize12)
if i type this code
Y=fft(resize12);
x = sqrt(Y);
plot(x)
but instead of getting the same plot of wvtool(resize12) i get this graphs
what i am doing wrong?please help me
per isakson
per isakson el 30 de Dic. de 2018
Editada: per isakson el 30 de Dic. de 2018
Sorry, I cannot help you, but start by running the FFTOfNoisySignalExample, which is the first example of the documentation on fft()

Iniciar sesión para comentar.

Respuestas (1)

Nidhi Mittal
Nidhi Mittal el 4 de Nov. de 2020
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

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Productos


Versión

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by