fdst( N, p )

버전 3.0.0.0 (3.37 KB) 작성자: William Buller
Fast discrete Stockwell transform
다운로드 수: 715
업데이트 날짜: 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
카테고리
Help CenterMATLAB Answers에서 Transforms에 대해 자세히 알아보기

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