登录
首页 » matlab » DFT

DFT

于 2010-06-04 发布 文件大小:359KB
0 1665
下载积分: 1 下载次数: 5

代码说明:

  程佩青版数字信号处理部分作业的matlab程序... 只做过了老师布置的题目. (Cheng Peiqing version of digital signal processing operations matlab program ... )

文件列表:

DFT
...\lab10.asv,432,2009-12-16

...\lab10.m,586,2009-12-16
...\lab10_2.m,390,2009-12-16
...\lab1_1.m,107,2009-10-09
...\lab1_2.asv,102,2009-10-14
...\lab1_2.m,96,2009-10-14
...\lab1_3.m,91,2009-10-09
...\lab1_4.asv,112,2009-10-09
...\lab1_4.m,91,2009-10-09
...\lab1_5.m,169,2009-10-09
...\lab3.asv,1020,2009-11-05
...\lab3.m,1001,2009-11-05
...\lab4.asv,395,2009-12-16

...\lab4.m,257,2009-12-14
...\lab4_2_2_1_1.asv,207,2009-12-17

...\lab4_2_2_1_1.m,279,2009-12-18
...\lab4_2_2_1_2.asv,221,2009-12-17

...\lab4_2_2_1_2.m,293,2009-12-18
...\lab4_2_2_2.asv,250,2009-12-18

...\lab4_2_2_2.m,250,2009-12-18
...\lab4_2_2_3_1.jpg,33477,2009-12-18
...\lab4_2_2_3_1.m,368,2009-12-18
...\lab4_2_2_3_2.asv,405,2009-12-18
...\lab4_2_2_3_2.jpg,33399,2009-12-18
...\lab4_2_2_3_2.m,405,2009-12-18
...\lab4_2_2_4.asv,395,2009-12-18
...\lab4_2_2_4.jpg,33410,2009-12-18
...\lab4_2_2_4.m,395,2009-12-18
...\lab4_2_2_4_h.jpg,26368,2009-12-18
...\lab4_test.jpg,30340,2009-12-30
...\lab7_10.jpg,36317,2009-12-16
...\lab7_2.jpg,35358,2009-12-16
...\lab7_2.m,395,2009-12-16
...\lab7_4.asv,232,2009-12-16
...\lab7_4.jpg,22697,2009-12-16
...\lab7_4.m,231,2009-12-16
...\lab7_4_1.jpg,18447,2009-12-16
...\lab7_4_2.jpg,17017,2009-12-16
...\lab7_4_2.m,226,2009-12-16
...\lab9.jpg,25516,2009-12-16
...\lab9.m,271,2009-12-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BCH_Matlab
    根据BCH码的编译码原理,用matlab实现的BCH码编译码,并进行误码率分析。(According to the principle of BCH code ,the program will realize the encodeing and decoding of BCH code,the analysis of BER.)
    2013-07-10 17:35:50下载
    积分:1
  • 混合动力汽车模型 power_HEV_powertrain
    mathwork公司培训时老师送的用simulink开发的混合动力汽车模型,很好很强大。(mathwork corporate training with the teacher sent simulink developed hybrid car model, very very powerful.)
    2020-06-28 09:03:23下载
    积分:1
  • MATLAB-external-program-interface
    MATLAB与外部程序接口的设计与应用,内容比较前面(MATLAB and external program interface design and application, compare the contents of the front)
    2010-11-04 15:40:48下载
    积分:1
  • MATLABDemystified
    一本matlab的英文自学书籍,分四个部分,详细介绍了matlab的使用方法及一些实例!(Matlab an English self-study books, is divided into four parts, described in detail the use of matlab and some examples!)
    2009-05-02 23:47:47下载
    积分:1
  • sanjiaobopinpu
    发声时的激励模型是一个以基因周期为周期的三角波,利用matlab绘制这个三角波的频谱。(When the voice of the incentive model is a genetic cycle cycle of triangle wave, use of matlab draw this triangle wave spectrum.)
    2012-04-02 15:11:40下载
    积分:1
  • IHS
    对图像进行IHS变换的matlab代码,也包括几种常用的彩色图像融合算法(IHS Transform the image matlab code, including several popular color image fusion algorithm)
    2011-09-20 00:01:15下载
    积分:1
  • jitterbug-1.23
    JITTERBUG 是一个用来仿真线性控制系统的Matlab工具箱。通过JITTERBUG,我们能得到延时、数据丢失对系统的性能影响。同时,这个工具箱还能计算控制系统中信号的谱密度。(JITTERBUG [Lincoln and Cervin, 2002] is a MATLAB-based toolbox that allows the computation of a quadratic performance criterion for a linear control system under various timing conditions. Using the toolbox, one can easily and quickly assert how sensitive a control system is to delay, jitter, lost samples, etc., without resorting to simulation. The tool is quite general and can also be used to investigate jitter-compensating controllers, aperiodic controllers, and multi-rate controllers. As an additional feature, it is also possible to compute the spectral density of the signals in the control system. The main contribution of the toolbox, which is built on well-known theory (LQG theory and jump linear systems), is to make it easy to apply this type of stochastic analysis to a wide range of problems.)
    2012-01-08 21:18:09下载
    积分:1
  • 几种优化算法
    说明:  进退法是用来确定搜索区间(包含极小点的区间)的算法,其理论依据为:f(x) 为单谷函数(只有一个极小值),且[a,b]为其极小点的一个搜索区间,对于任意x1,x2∈[a,b] ,如果f(x1)<f(x2),则[a,x2]为极小点的搜索区间,如果f(x1)>f(x2) ,则[x1,b] 为极小点的搜索区间。黄金分割求极值(In a method is used to determine the search interval (contain minimum point interval) algorithm)
    2020-11-15 19:38:10下载
    积分:1
  • RBFcollocRO
    本代码为基于matlab的求解偏微分方程的利用径向基函数的无网格方法的源码(based on the Matlab code for the solution of partial differential equations using Radial Basis Functions non-grid method FOSS)
    2006-10-25 20:40:35下载
    积分:1
  • egarchmodel
    matlab code generates egarchmodel
    2015-01-01 19:31:13下载
    积分:1
  • 696516资源总数
  • 106605会员总数
  • 12今日下载