Circular-convolution using fft(x) and ifft(X)

バージョン 1.0.0 (25.6 KB) 作成者: Ashutosh Rout
Circular convolution using properties of Discrete Fourier Transform.
ダウンロード: 247
更新 2018/8/26

ライセンスの表示

Step-1: Obtain the N-point DFTs of the sequences x (n) and h (h):
x (n) → X (k)
h (n) → H (k)
Step-2: Multiply the two sequences X (k) and H (k):
Y (k) → X (k) H (k) ,for k=0,1,2,...,N-1
Step-3: Obtain N-point IDFT of the sequence Y(k),to yield the final output y(n)
Y (k) → y (n), for n=0,1,2,.....,N-1

e.g.

Enter x(n):
[1 1 1 1 1 0 0 0]
Enter h(n):
[1 1 1 1 1 0 0 0]
First Sequence x(n) is:
1 1 1 1 1 0 0 0

Second Sequence h(n) is:
1 1 1 1 1 0 0 0

Convoluted Sequence y(n) is:
2 2 3 4 5 4 3 2

引用

Ashutosh Rout (2026). Circular-convolution using fft(x) and ifft(X) (https://jp.mathworks.com/matlabcentral/fileexchange/68633-circular-convolution-using-fft-x-and-ifft-x), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersTransforms についてさらに検索
タグ タグを追加
バージョン 公開済み リリース ノート
1.0.0