How to smooth signal and find dominant freqeuncy using FFT?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi. I am not so familiar with signal processing. I have this oscillation which I like to find its dominant frequency. I used FFT, but it does not give me any specific value.
After all, can we define any frequency for this kind of oscillations? How can I smooth the data? I used filter and sgolayfilt, but they didn;t change the data at all.
Thanks in advance!
Steven
댓글 수: 0
답변 (1개)
Samudrala Jagadish
2015년 9월 27일
If you want to smooth the given signal without using FFT Filtering, they you may use a concept called "Moving Average Filter" Please follow my file exchange link as given below it contains a code to smooth a signal upto some extent
here is the link:
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!