04 2007 档案

摘要: 1、离散傅立叶变换与反变换/************************************************************************ * 离散傅立叶变换与反变换 * 输入: x--要变换的数据的实部 * y--要变换的数据的虚部 * a--变换结果的实部 * b--变换结果的虚部 * n--数据长度 * sign--sign=1时,计算离散傅立叶正变换;sign=-1时;计算离散傅立叶反变换 ************************************************************************/ void dft阅读全文
posted @ 2007-04-26 02:43 haohello 阅读(1830) | 评论 (6) 编辑