-
sc_demo.tar
加州大学伯克利分校的一个轮廓检测程序,
用matlab实现(the University of California at Berkeley in a contour detection procedure using Matlab achieve)
- 2007-02-21 20:00:29下载
- 积分:1
-
Joint-estimation-algorithm
上课的时候老师让我们小组做的一个载波相位与位定时联合估计的matlab仿真实现的程序,很强大的哦!呵呵,希望可以帮助到大家!(Joint estimation algorithm)
- 2012-08-26 11:08:54下载
- 积分:1
-
wimax-ofdm
adaptive mimo-ofdm modulation
- 2015-03-27 09:14:59下载
- 积分:1
-
tulun
matlab数学应用工具箱,里面附有各种应用范例。(Applied mathematics matlab toolbox, which accompanied by examples of a wide range of applications.)
- 2009-04-14 23:01:26下载
- 积分:1
-
mulDNewton
本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。(The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: initial solution, eps: solution accuracy r: obtain a set of solution, n : the number of iterative steps.)
- 2010-01-01 14:18:33下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
nmftoobox
该源码工具包能实现矩阵的NMF分解,即矩阵的非负分解,能够用于图形的处理(This code can be used to realize NMF facterization of matrix)
- 2010-05-19 17:58:54下载
- 积分:1
-
ASP_project
Adaptive Signal Processing tutorial project(Adaptive Signal Processing tutorial proj ect)
- 2007-04-12 23:19:50下载
- 积分:1
-
GMM_UBM
Combine GMM and UBM in speaker recognition
- 2014-10-19 17:36:47下载
- 积分:1
-
ceshi12
EMD的实例测试函数,自己修改过的,可以显示imf分量频谱(Examples of EMD test function, with my own modify, you can display imf component spectrum)
- 2013-05-25 10:54:19下载
- 积分:1