Recovering precise points on a graph

Hello everyone,
I have several matlab graphs representing FFT of different signals, I try to recover only some frequencies and amplitudes
in order to arrange them in a table. with the uitable function.
I thought that by using the following line of code :
dat = {(fft_3(10000)), fft_3(30000) ,fft_3(90000), fft_3(200000), fft_3(400000)};
This would work. but the value of the amplitudes, has strictly nothing to do with those I can find in my graph

답변 (1개)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021년 6월 1일

0 개 추천

You may try using graphical input with ginput(), e.g:
[x, y] = ginput(5); % Five freq. values, viz mag and f values will be picked up.

카테고리

도움말 센터File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

태그

질문:

2021년 6월 1일

답변:

2021년 6월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by