what is an effective size of a window
2 ビュー (過去 30 日間)
古いコメントを表示
i want to know that what is an effective window size of window and how can i apply that .........why actually we are using this effective window size in hamming and hanning window???pls help me out guys!
3 件のコメント
Jan
2012 年 5 月 19 日
Please explain the problem you want to solve. Currently your questions are to general to be answered efficiently.
回答 (1 件)
Image Analyst
2012 年 5 月 20 日
An effective window size is one that does what you want. Wouldn't you say that is true? If you're taking the FFT of a signal and don't have the same amplitude of your signal at the left and right edge of your range, then you'll get high frequency artifacts due to the fact that the FFT expects a periodic signal. So the left edge and right edge, when matched up, exhibit a big mismatch - an edge. For example you have a signal that is a ramp, and it's 10 at the left side and ramps up to 200 at the right side, so you have an "edge" of 190. And you know edges are comprised of a lot of high frequencies. So what those windows do, and I'm not telling you anything you won't find via Google, is to bring down the edges to zero smoothly, thus getting rid of any edge and getting rid of artifacts. However you're also eating away into your valid signal when drop down the edges so that improvement comes at a cost. How much artifact removal you want (that's good) versus how much of your signal you're willing to lose (that's bad) is a judgment call.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!