-
MATLAB
这是自己做的MATLAB基本实验,希望对初学者有用(This is the basic MATLAB to do their own experiments, I hope be useful for beginners)
- 2010-06-26 10:17:10下载
- 积分:1
-
construct_bmp
运用MATLAB语言,构造了.bmp文件,其中包含了黑白,256色以及真彩图片,加强了对于 .bmp文件的理解,及MATLAB语言对于文件的读写(The use of MATLAB language, is constructed. Bmp file, which contains black and white, 256-color and true color images, enhanced for. Bmp files to understand, and the MATLAB language for the document to read and write)
- 2010-01-19 10:01:48下载
- 积分:1
-
newscale
update on eliminate the steady-state error to a step reference
- 2013-05-01 21:48:30下载
- 积分:1
-
Tracking_Eyes
this program is tracking eyes in the images as given in the sample images of eyes only.
- 2014-01-19 13:56:04下载
- 积分:1
-
rastamat
rastmat for speak recognition of matlab
- 2017-11-01 00:22:36下载
- 积分: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
-
code
QMF滤波器在语音编码中的应用,通过matlab 实验程序设计和实现二通道镜像滤波器(QMF、CQF、OQF)在语音编码中的应用,针对不同的滤波器阶数,采用批量算法,实现和比较波形编码的效率和精度(qmf filter use in wave)
- 2009-05-16 02:04:55下载
- 积分:1
-
three_program
三种信道 瑞利 赖斯 高斯的误码率仿真,通过MATLAB实现(The three channel Ruililaisi Gaussian error rate simulation)
- 2013-01-29 11:24:53下载
- 积分:1
-
waiwenziliao
基于matlab2013a的simulink仿真,包括改进型插入式重复控制、pdff以及电机矢量控制仿真程序,为达到好的效果有些参数需要自己调试,希望大家的学习有所帮助~。(Based matlab2013a the simulink simulation, including improved plug-in repetitive control, pdff and motor vector control simulation program, in order to achieve good results and some parameters need to own debugging, we hope to learn some help ~.)
- 2013-12-07 18:03:49下载
- 积分:1
-
-KeyProblemsDataFusioninRadarNet
针对雷达组网的实际情况,通过对影响雷达网数据融合处理的几个关键问题进行分析,给出解决这些问题
的方法,通过仿真和实际雷达数据的实验,取得了好的效果。可应用于实际雷达网的数据融合工作中。
(Some key problems of radar network data fusion are analysised. A few practical methods solving these problems
are presented for radar network. Basing on simulation and actual radar data, it is shown that the proposed methods are effective.
These technologies can be used for actual application.
)
- 2014-01-04 21:43:12下载
- 积分:1