Scilab 6.0.0
Scilabヘルプ >> Signal Processing > Transforms > ifftshift
ifftshift
fftshiftを反転する
呼び出し手順
y=ifftshift(x)
引数
- x, y
実数または複素数のベクトルまたは行列.
説明
ifftshift(x)
は,ベクトルx
の
左半分と右半分を交換します.
行列の場合, ifftshift(x)
は
最初の4分の1を3番目の4分の1,2番目の4分の1を4番目の4分の1と交換します.
x
が多次元配列の場合,
ifftshift(x)
は各次元でx
の
"半分の空間"を交換します.
Comments
Add a comment:
Please login to comment this page.