sintran - Fast Sine Transform

版本 1.0.0 (1.4 KB) 作者: Chen Eleven
Calculate the coefficient of sines for equal spaced samples between [0, pi]
14.0 次下载
更新时间 2022/2/16

查看许可证

Given equal sampled data points [x0,x1,...,xn] between [0,pi], approximate it with sines
i.e. a0 sin(0x) + a1 sin(1x) + a2 sin(2x) + ... + an sin(nx)
return [a0, a1, a2, ... , an] when second input argument = 1.
anything else for [a0, a1, a2, ... , an] to [x0,x1,...,xn]
A - original data in columns
B - transformed data in columns
direction - set equal to 1 for nodal to spectral
anything else for spectral to nodal
Eleven Shiyi Chen
Contact: sc7825@nyu.edu/ shiyic61@gmail.com

引用格式

Chen Eleven (2024). sintran - Fast Sine Transform (https://www.mathworks.com/matlabcentral/fileexchange/106790-sintran-fast-sine-transform), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021b
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签
致谢

参考作品: Fast Chebyshev Transform (1D)

Community Treasure Hunt

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

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