登录
首页 » matlab » DSPUsingMATLAB

DSPUsingMATLAB

于 2011-03-14 发布 文件大小:27KB
0 179
下载积分: 1 下载次数: 0

代码说明:

说明:  英格尔著作《Digital Signal Processing Using MATLAB》一书中所有源代码打包(Ingle book " Digital Signal Processing Using MATLAB" , a book all the source code package)

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

发表评论

0 个回复

  • radon_ambiguity
    %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0,0,0]) % xlabel( 极半径 ) % ylabel( 角度 ) %**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确) %找出峰值点的坐标 b=max(max(wh)) [u,a]=find(wh>=0.8*b) ( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
    2008-05-06 21:56:10下载
    积分:1
  • mfcc
    mfcc code for feaature extraction
    2012-03-30 15:46:57下载
    积分:1
  • GNSS_SoftReceiver_MATLAB
    使用matlab编写的卫星软件接收机程序,包括捕获跟踪(The use of matlab prepared by the satellite software receiver program, including capture tracking)
    2020-09-27 22:57:45下载
    积分:1
  • video_processing
    视频处理有关MATLAB源程序,包括视频定位,视频模板匹配,视频分割,视频滤波,视频捕捉等(MATLAB source video processing, including video positioning, video template matching, video segmentation, video filtering)
    2010-09-01 20:36:55下载
    积分:1
  • heimite
    说明:  hermite 这是matlab源代码程序(hermite this is the matlab hermite)
    2010-04-21 16:07:30下载
    积分:1
  • video-boundary-det
    Video boundary detection
    2011-01-24 13:27:11下载
    积分:1
  • progream
    Gaussian noise refers to its obey gaussian probability density function (i.e., normal distribution) of the noise. If a noise, its amplitude distribution obeys the gaussian distribution, and its power spectral density is uniformly distributed, has described it as a gaussian white noise. Were not associated with the second order moments of the gaussian white noise, a moment is constant, 所谓高斯噪声是指它的概率密度函数服从高斯分布(即正态分布)的一类噪声。如果一个噪声,它的幅度分布服从高斯分布,而它的功率谱密度又是均匀分布的,则称它为高斯白噪声。高斯白噪声的二阶矩不相关,一阶矩为常数,是指先后信号在时间上的相关性。高斯白噪声包括热噪声和散粒噪声。 (Gaussian noise refers to its obey gaussian probability density function (i.e., normal distribution) of the noise. If a noise, its amplitude distribution obeys the gaussian distribution, and its power spectral density is uniformly distributed, has described it as a gaussian white noise. Were not associated with the second order moments of the gaussian white noise, a moment is constant, refers to the correlation of signal in time. White gaussian noise including thermal noise and shot noise. )
    2013-09-11 14:29:54下载
    积分:1
  • TouYing
    实现图像中文字定位功能,特别是新闻图像中的标题字幕的定位,算法简单,效果也不错(Text positioning of image, especially the image of the title locate news captions, the algorithm is simple, with good results)
    2015-03-26 15:55:46下载
    积分:1
  • 声发射
    对声发射数据的具体处理分析程序,一些根据具体的实验去创建的(A specific processing analysis program for acoustic emission data, which are created by specific experiments)
    2021-03-24 09:09:15下载
    积分:1
  • tupian
    本文件里面是Costas环跟踪信号的几幅图,对于加深理解有所一定的帮助。()
    2007-08-05 12:42:31下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载