Walsh Functions

版本 1.3.0.0 (1.3 KB) 作者: Diego Guarin
This function computes the Walsh Function of order n and length m
895.0 次下载
更新时间 2011/3/3

查看许可证

The function waslh_func.m computes the Walsh Function of order n and length m

Example:
[W,t]=walsh_func(1000,5);

Results:
W is the Walsh function of order 5 and lenght 1000
t is equal to linspace(-0.5,0.5,1000);

I follow the description of Walsh Functions given in
Germán Castellanos Domíngez and Álvaro Ángel Orozo Gutiérrez.
Representación de señales y sistemas. Universidad Tecnológica de Pereira, Pereira, Colombia. 2007.

I make use of dec2gc.m of Arjun Srinivasan Rangamani

引用格式

Diego Guarin (2024). Walsh Functions (https://www.mathworks.com/matlabcentral/fileexchange/29590-walsh-functions), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Geology 的更多信息
致谢

参考作品: dec2gc.m

Community Treasure Hunt

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

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

I modify the file so you can compute the order zero (n=0) Walsh function.

1.0.0.0