what is an effective size of a window
3 views (last 30 days)
Show older comments
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 Comments
Jan
on 19 May 2012
Please explain the problem you want to solve. Currently your questions are to general to be answered efficiently.
Answers (1)
Image Analyst
on 20 May 2012
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 Comments
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!