istran(S)

Inverse S transform
ダウンロード: 701
更新 2015/2/19

ライセンスの表示

This code is a simple inverse Stockwell transform. It's based on the idea that the time-integrated S transform is the Fourier transform of the original signal. There is some weirdness with the phase information, so I had to fix the sign on the imaginary part, but it seems to work.
This is a stand-alone function, and doesn't require any special toolboxes or libraries.

引用

Christian Poppeliers (2024). istran(S) (https://www.mathworks.com/matlabcentral/fileexchange/49761-istran-s), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2009b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersTransforms についてさらに検索
謝辞

ヒントを得たファイル: Stockwell Transform (S-Transform)

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

Original version returned a decimated time domain signal, so newest version simply up-samples to the original length. Not terribly elegant, but it works.

1.1.0.0

See IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 55, NO. 10, OCTOBER 2007

1.0.0.0