-
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
-
chuangpinglv
短时傅里叶中通过各种不同的窗来看窗的归一化频率(Short-time Fourier window in the view through a variety of different normalized frequency window)
- 2011-05-13 09:45:41下载
- 积分:1
-
DTN
mobile user location matlab coding
- 2014-09-10 06:11:38下载
- 积分:1
-
zyvotedotnetv1.0
自由投票调查系统(C#) v1.0 功能介绍
1.可自行设定调查项目数(数目不限) -可在setupvote.cs中的vote_num="10" 中更改
2.有单选项和多选项两种方式
3.采用本站提供的Dundas Chart图形组(Free voting investigation system (C#) V1.0 Features 1. Are free to set the number of survey items (the number of open)- can be setupvote.cs of vote_num = 10 change 2. Have a single option and multi-option 3 in two ways. the use of this site provided by Dundas Chart Graphics Group)
- 2007-10-27 09:49:41下载
- 积分:1
-
BEAM_MUSIC
阵元间隔为半波长的均匀分布16元线阵,预成指向士arcsin((2i-1)/16)(i=l,2,…,8)的16个均匀加权常规波束,远场有5个互不相关的目标源发射信号,每个源相对于基阵的方位为-40,-42,-5,30和33,且每个信号源到达基阵的信噪比相同,均为5DB,快拍数为1000.(Array element spacing of half wavelength for the uniform distribution of 16 per linear array, pre-point disabilities into arcsin ((2i-1)/16) (i = l, 2, ..., 8) of 16 evenly weighted conventional beam, far-field has 5 unrelated target the source of emission signals, each source array relative to the position for the-40,-42,-5,30 and 33, and each signal source to the array signal to noise ratio the same as Scientology, are 5DB, snapshots for 1000)
- 2009-03-16 10:45:08下载
- 积分:1
-
ProUnit7
矩形序贯,是传统序贯法的一种变异,可以处理一些特殊的多普勒回波(Rectangular sequential, is a variation of the traditional sequential method that can handle some special Doppler echo)
- 2012-07-07 11:43:12下载
- 积分:1
-
xulyanh
shape recognition for fiding the shapes like circle, triangle and rectangle
- 2011-09-01 21:52:25下载
- 积分:1
-
CPLEX-for-MATLAB-v12.4
CPLEX的MATLAB是一种扩展IBM® ILOG® CPLEX优化器,可以让用户能够定义优化问题,并在MATLAB中解决这些问题。因此,一个学生或谁在使用MATLAB可以轻松解决优化这一框架内的问题。(CPLEX for MATLAB is an extension to IBM® ILOG® CPLEX Optimizers that allows
a user to define optimization problems and solve them within MATLAB. Thus a
student or practitioner who is using MATLAB can easily solve optimization
problems within that framework.)
- 2015-03-16 19:50:24下载
- 积分:1
-
gongzitongjichengxu
(1)输入职工数据,其中“实付工资”通过计算得到。
(2)显示全体职工数据。
(3)输入某部门值,显示该部门职工的数据、工资总额、平均工资
((1) Input employee data, which " wages paid" Through calculated. (2) show that all employees data. (3) Enter the value of a department to show workers in the sector data, the total wages, average wage)
- 2009-12-03 03:07:38下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1