标签:sha 分享 Dimension nbsp .com const info pix tla
The S -transform with windows of arbitrary
and varying shape
想画如上的三张图,可是问题
(1)滤波窗口的平滑实现
The filter (applied to the full 200£400 S-transform matrix)
is constructed in Matlab by constructing a two-dimensional
“boxcar”, using
filter = zeros(200,400);
filter(69:128,180:240)=1;
The filter edges are then smoothed by setting the value of
each pixel equal to the average of its four adjacent pixels (this
procedure is repeated 100 times).
(2)S变换中的频率与短时傅里叶变换频率怎么对应
我画出来的频率不太对。。边缘也还没处理。。
标签:sha 分享 Dimension nbsp .com const info pix tla
原文地址:https://www.cnblogs.com/gisalameda/p/9090004.html