circonv

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 Center および MATLAB AnswersSignal 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