N-point circular convolution

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.

引用

hung tran (2026). N-point circular convolution (https://jp.mathworks.com/matlabcentral/fileexchange/34882-n-point-circular-convolution), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: Circular convolution using zero padding

カテゴリ

Help Center および MATLAB AnswersAI for Audio についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0