fdst( N, p )

版本 3.0.0.0 (3.4 KB) 作者: William Buller
Fast discrete Stockwell transform
715.0 次下载
更新时间 2015/11/2

查看许可证

fdst() returns the fast discrete S-transform, S, as a lambda function, and
requires the length of the signal to be transformed. The function pre-
computes the Gaussian window for the transform.
The image is generated from the example script in the header.
Reference:
1. Yanwei Wang, Jeff Orchard, "Fast discrete orthonormal Stockwell transform",
SIAM Journal of Scientific Computing, Vol 31, No. 5, pp 4000-4012

引用格式

William Buller (2024). fdst( N, p ) (https://www.mathworks.com/matlabcentral/fileexchange/51846-fdst-n-p), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: Stockwell Transform (S-Transform)

Community Treasure Hunt

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

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

This update reflects that the script produces the discrete Stockwell transform, not the discrete orthogonal Stockwell transform.
Corrected two errors from original transform implementation. The code here is a correct S-transform that satisfies the marginals.

2.0.0.0

Changed name from dst.m to not conflict with discrete sine transform.
Added processing for complex vector

1.0.0.0