winplt

版本 1.3 (7.7 MB) 作者: Paul Mennen
Display and design tool for FFT windows - alternative to wintool.m
8.2K 次下载
更新时间 2021/4/11

查看许可证

---- winplt.m, winplt.chm, winplt.pdf ----
Struggling with Matlab's FFT window display tool (wintool), I found it cumbersome and limited. I wanted a way to quickly change window parameters and see the effect on the time and frequency shapes and the most common window measures (scalloping and processing loss, frequency resolution, and equivalent noise bandwidth). I couldn't modify wintool for my taste since most of the code was hidden (pcode). So I wrote winplt.m to create a more usable gui for displaying windows. Winplt is also a tool for designing your own windows by adjusting the kernel coefficients with a slider.

---- plt.m, plt.chm ----
This is a plotting routine called by winplt.m. To find out more about plt I recommend downloading plt.zip from the file exchange.

---- HarrisIEEE.pdf ----
This is the most cited reference on FFT windows and includes descriptions of most of the windows plotted by winplt.

---- windowsTalk.pdf ----
Most treatmeants of FFT windows are highly mathematical (such as the included Harris paper). But if you want to understand some of the basic ideas without the pages of mind numbing equations, take a look at the this portion of a signal processing talk I gave many years ago.

Feel free to contact me with any of your questions or ideas about winplt. My email address can be found in the help file as well as at the top of any of the .m files.

引用格式

Paul Mennen (2024). winplt (https://www.mathworks.com/matlabcentral/fileexchange/11995-winplt), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2020b
兼容 R12.1 到 R2021a 的版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Transforms 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.3

Version 08-Apr-21: Documentation improvements and minor bug fixes

1.2.0.0

Sorry to those of you who downloaded this yesterday. I had updated all the files except the most important one - winplt.m. Should be fine now however

1.1.0.0

Greatly enhanced the fft window design features of the program. Also I now have included the famous Harris IEEE windowing paper (which I can do because it is not copyright protected).

1.0.0.0

Minor updates to remain compatible with the latest version of the plt plotting utility