Walsh Functions

This function computes the Walsh Function of order n and length m
895 descargas
Actualizado 3 mar 2011

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2009a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Geology en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: dec2gc.m

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.3.0.0

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

1.0.0.0