How can i get main wave from frequency data?

1 view (last 30 days)
tst
tst on 1 Feb 2023
Commented: Image Analyst on 1 Feb 2023
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 Comment
Image Analyst
Image Analyst on 1 Feb 2023
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:

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!