Does zero padding change the actual frequency?
이전 댓글 표시
I tried adding zeros to the end of a 10 Hz signal, by making it the double the length of original signal length, I know the resolution should increase in fft , (but not more accurate). But as I noticed the frequency shifts a bit as well towards 9,5 Hz , even if i zero padd even more it will still shift but slightly, is that normal? how can I solve it? and is there a limit to the amount of zero padding needed? are there any drawbacks with zero padding?
댓글 수: 1
Image Analyst
2014년 7월 12일
How many elements per second do you have along the time axis? Can you show your code?
답변 (1개)
Azzi Abdelmalek
2014년 7월 12일
0 개 추천
When you add zeros to your signal you get a new different signal, obviously, its fft will be different
카테고리
도움말 센터 및 File Exchange에서 Transforms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!