circonv

버전 1.0.0.0 (1.11 KB) 작성자: Edward Brian Welch
C = CIRCONV(A,B,N) performs the N-point circular convolution of vectors A and B
다운로드 수: 11.1K
업데이트 날짜: 2001/12/4

라이선스 없음

CIRCONV N-point circular convolution

C = CIRCONV(A,B,N) performs the N-point circular convolution of vectors A and B. C is returned as a row vector. A and B must be vectors, but may be of different lengths. N must be a positive, non-zero integer. The results of CIRCONV will match that of CONV if N>=( length(A) + length(B) - 1). This is also the alias-free criterion for the circular convolution.

See also CONV

인용 양식

Edward Brian Welch (2024). circonv (https://www.mathworks.com/matlabcentral/fileexchange/1117-circonv), MATLAB Central File Exchange. 검색됨 .

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

줌: Circular Convolution

Community Treasure Hunt

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

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