How can i get main wave from frequency data?

조회 수: 1 (최근 30일)
tst
tst 2023년 2월 1일
댓글: Image Analyst 2023년 2월 1일
I want to get: 1-get frequency of wave or signal whit fft. 2- create sin waves and sum them from frequency data, to create wave like main wave;
this is my code but its not work.
  댓글 수: 1
Image Analyst
Image Analyst 2023년 2월 1일
We can't run an image and no one is going to type all that in.
In general you can take the fft to see the power at different frequencies. You can look for spikes for particularly strong frequencies. So identify the peak. You can then zero out everything else and inverse transform. Or just take the known frequency of the peak and reconstruct a perfect, noise free signal knowing that frequency.
If you have any more questions, then attach your data and code to read it in ("tst'm") with the paperclip icon after you read this:

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by