Walsh Functions

버전 1.3.0.0 (1.34 KB) 작성자: Diego Guarin
This function computes the Walsh Function of order n and length m
다운로드 수: 895
업데이트 날짜: 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