m-sequence generation program using a search algorithm

버전 1.0.0.0 (1.92 KB) 작성자: Giedrius Buracas
Generates maximum length sequences (m-sequences) of length a^b-1, where a is any prime number <=31
다운로드 수: 1.8K
업데이트 날짜: 2010/3/31

라이선스 보기

Maximum length sequence assuming distinct
values = baseVal^powerVal-1

[ms]=mseqSearch(powerVal,baseVal)

OUTPUT:
ms: generated maximum length sequence, of length
basisVal^powerVal-1 such that all values occur
with equal frequency=basisVal except zero,
which occurs basisVal-1 times

INPUT:
baseVal: any prime number up to 31
powerVal: an integer
NB: the algorithm is performing search in m-sequence
register space so the calculation time grows with
baseVal and powerVal
Tested on Matlab 7.9.0 (R2009b)

(C) Written by Giedrius T. Buracas, SNL-B, Salk Institute
and Center for Functional MRI, UCSD

인용 양식

Giedrius Buracas (2025). m-sequence generation program using a search algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/27133-m-sequence-generation-program-using-a-search-algorithm), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 MATLAB Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0