Walsh Functions
by Diego Guarin
01 Dec 2010
(Updated 03 Mar 2011)
This function computes the Walsh Function of order n and length m
|
Watch this File
|
| File Information |
| Description |
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 |
| MATLAB release |
MATLAB 7.8 (R2009a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 03 Mar 2011 |
I modify the file so you can compute the order zero (n=0) Walsh function. |
|
Contact us at files@mathworks.com