且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Matlab中创建长度为64且重叠60%的汉明窗

更新时间:2023-02-27 09:28:25

指示快速搜索

A quick search indicated buffer might be worth attempting.

h = hamming(64);
y = buffer(h, 1, floor(64 * 0.6));

但是我的Matlab版本不支持此功能,所以我没有尝试.

But my Matlab version does not support this function, so I didn't try.