-
DFT
信号与系统试验报告
离散傅立叶变换(DFT)和频谱分析
一、实验内容
1、实验题目
(1)编写DFT、IDFT程序,并验证其正确性(提示:可利用冲激函数进行验证)。
(2)计算信号f(t)=e-at2sin(2∏ft)的离散傅立叶变换(DFT),求其振幅谱,相位谱、振幅最大值对应的频谱(检测主频)以及对发f(t)进行DFT变换的结果实现IDFT变换,并画出图形。
参数选择如下:频率f =30HZ,a=f 2㏑(M),M=2.5
2、通过实验理解信号振幅谱、相位谱的物理意义,掌握DFT、IDFT算法的实现方法。()
- 2008-05-07 10:38:59下载
- 积分:1
-
AC3toMP3-GUI
AC3toMP3 GUI. GUI application for AC3ToMP3.
- 2014-02-19 03:09:50下载
- 积分:1
-
math
离散数学用matlab实现,包括手实例(about matlab,about sign)
- 2012-10-01 12:51:10下载
- 积分:1
-
mcIsing
用蒙特卡罗方法实现Ising模型,以一个概率模型为基础,按照这个模型所描绘的过程,通过模拟实验的结果,作为问题的近似解(Approximate solution of the Ising model using the Monte Carlo method, based on a probabilistic model for in accordance with the process depicted in this model, the simulation results, as the problem)
- 2012-10-22 10:11:01下载
- 积分:1
-
WRERTRETRR
四十三种差分格式源代码, 四十三种差分格式源代码(43 species difference format source code, 43 species difference format source code)
- 2007-05-09 16:07:17下载
- 积分:1
-
matlab_fem
Introduction to programming finite element with matlab
- 2012-12-01 04:49:46下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
matlab
清华大学MATLAB综合实验 c语言要求较高 能很好的辅导作用(Tsinghua University the MATLAB integrated experimental c language require a higher good counseling role)
- 2013-03-27 09:30:21下载
- 积分:1
-
vc-and-matlab
VC与MATLAB之间的转换,通过设计可以在VC环境打开matlab代码(Conversion between VC and MATLAB open the matlab code in VC environment through design)
- 2013-03-14 10:36:03下载
- 积分:1
-
Matlab-Realization-of-a-special-matrix
使用Matlab实现特殊矩阵,对初学Matlab的人很有帮助(It has benefits for learners)
- 2010-08-30 09:58:40下载
- 积分:1