博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
matlab 傅立叶变换函数
阅读量:2398 次
发布时间:2019-05-10

本文共 348 字,大约阅读时间需要 1 分钟。

傅立叶变换
abs
:绝对值和模
angle
:相角
cplxpair
:按复共扼把复数分类
fft
:一维快速傅立叶变换
fft2
:二维快速傅立叶变换
fftshit
:将快速傅立叶变换的DC分量移到谱中央
ifft
:以为逆快速傅立叶变换
ifft2
:二维逆快速傅立叶变换
ifftn
:多维逆快速傅立叶变换
ifftshift
:fft平移
nextpow2
:最相邻的2的幂
unwrap
:修正相角
cross
:向量叉积
intersect
:集合交集
ismember
:是否集合中元素
setdiff
:集合差集
setxor
:集合异或(不在交集中的元素)
union
:两个集合的并
unique
:返回向量作为一个集合所有元素(去掉相同元素)
 
 
——以上摘自:水木清华站
 

转载地址:http://iqfob.baihongyu.com/

你可能感兴趣的文章
IDL vector filed plot
查看>>
piecewise constant function 阶跃常函数
查看>>
IDL save postscript file
查看>>
Bibtex如何使authors in the citation 最多显示两个
查看>>
Bibtex 如何cite 不同格式
查看>>
Cmake space in path windows
查看>>
Differences between Tesla and a GeForce Series GPU
查看>>
Faster Parallel Reductions on Kepler
查看>>
NVIDIA Tesla C2075 vs Tesla K10 theoretical performance
查看>>
Fast floor/ceiling functions C
查看>>
Continue Long Statements on Multiple Lines Matlab
查看>>
What does “warning: not all control paths return a value” mean? (C++)
查看>>
C++ 运算符优先级
查看>>
Savitzky-Golay smoothing
查看>>
IDL get variable size in bytes
查看>>
high-frequency emphasis filter matlab
查看>>
cat -n
查看>>
使用 ftrace 调试 Linux 内核,第 2 部分
查看>>
使用 ftrace 调试 Linux 内核,第 3 部分
查看>>
内存储器管理概述、内存分配与释放、地址映射机制(mm_struct, vm_area_struct)、malloc/free 的实现
查看>>