-
matlab-jacobi
matlab-jacobi实现matlab上的jacobi迭代法(Matlab- jacobi achieve the Matlab jacobi iteration)
- 2007-05-09 20:33:13下载
- 积分:1
-
svmtool
最新版的SVM工具箱,从新编译了qp.dll,解决了高版本不能运算的问题(The latest version of SVM toolbox, recompile the qp.dll, version can not solve the problem of high computing)
- 2013-12-05 20:31:52下载
- 积分:1
-
LMS
实现lms算法,实现lms自适应滤波器,给出性能曲线(To achieve lms algorithm to achieve lms adaptive filter, given performance curve)
- 2010-01-04 16:33:18下载
- 积分:1
-
watermark
说明: 实现数字水印的添加,使用matlab编码,希望对大家能有所帮助(add watermark on picture)
- 2010-05-04 11:05:09下载
- 积分:1
-
qpskfading
在衰落环镜下的qpskfading仿真程序(In fading loop mirror under the qpskfading simulation program)
- 2012-05-10 20:45:14下载
- 积分:1
-
LMS
LMS算法仿真,包括matlab程序,滤波器仿真结果,收敛曲线图,滤波结果(LMS algorithm simulation, including the matlab program, filter simulation results, the convergence curve, filtering results)
- 2014-03-18 12:44:09下载
- 积分:1
-
jisuanqi
用MATLAB实现简易计算器,可以计算加减乘除,三角函数,括号运算等等。(Simple calculator with a MATLAB implementation can be calculated addition, subtraction, trigonometry, brackets, etc. operations.)
- 2010-09-17 17:29:47下载
- 积分: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
-
PP_ContCode
ARTIFICIAL NETWORKS EXAMPLS
- 2014-11-26 22:33:50下载
- 积分:1
-
GARSR
遗传算法处理粗糙集分析题中的属性约简。同时能根据实际空气数据生成决策表。(The genetic algorithm of rough set attribute reduction problem in analysis. At the same time, according to the actual air data to generate the decision table.)
- 2015-04-08 07:25:30下载
- 积分:1