dstIV(s, int, window)

版本 1.1.0.0 (11.9 KB) 作者: Petter
Perform an even-ordered DST-IV transform
22.0 次下载
更新时间 2016/3/5

查看许可证

This implementation has focus on speed rather than readability. It's optimized for projects performing many transform of the same length (images processing, or as in my case millions of 2^16 point DST-IV on frequency synthesis spectrum analysis).
Limitation: It only handles even-length inputs (it cannot compute for instance the 5-point DST).

引用格式

Petter (2024). dstIV(s, int, window) (https://www.mathworks.com/matlabcentral/fileexchange/55671-dstiv-s-int-window), MATLAB Central File Exchange. 检索时间: .

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

Community Treasure Hunt

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

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

Possibility to set scaling options for the output. Both common scaling (to match different definitions), and individual (allow e.g. windowing functions or threshold compensation).
More verbatim BIST and Timing functions.

1.0.0.0