-
ejeu4w5i5e
双目资料,很好的学习资料,帮助很大,谢谢大家(Binocular information, good learning materials, helpful, thank you)
- 2010-03-09 14:09:48下载
- 积分:1
-
123
设计并制作一个用于篮球比赛计时计分器,能显示各种比赛时间,并显示比赛比分,能实现每次加1分、加2分、减1分操作。(Design and production of a timing for the basketball game scoring device capable of displaying a variety of game time, and displays game scores, able to add 1 point each time, add two points, by a sub-operation.)
- 2009-12-29 09:18:33下载
- 积分:1
-
456699
VC调用MATLAB的方法,希望对您有帮助(VC call MATLAB way, I hope for your help)
- 2008-06-28 00:35:10下载
- 积分:1
-
junhenhua
对图像进行预处理,主要的预处理是通过Matlab软件对图像进行直方图均衡化、增加对比度等操作(Nogata will increase the degree of balancing operation, etc.)
- 2014-11-22 15:17:01下载
- 积分:1
-
1.2
噪声信号中正弦信号的频谱分析,包括不同信噪比不同周期不同长度(Sinusoidal signal in the noise signal spectrum analysis, including the different cycles of different lengths in different SNR)
- 2011-11-23 10:15:20下载
- 积分:1
-
Bpcma
基于matlab中的simulink的pcm编码码解码器的仿真结果 ,经测试可直接使用。
(Simulation results based on simulink in matlab pcm coding decoder has been tested directly.)
- 2012-07-25 23:41:36下载
- 积分:1
-
matlab-thin
自己写的matlab写的细化程序,特别针对条形的图形(Matlab write their detailed written procedures, especially for bar graph)
- 2011-11-29 19:24:10下载
- 积分:1
-
jlsf
聚类算法的简单介绍 感觉讲的蛮好的 上传来共享(Clustering algorithm briefly talked about feeling fine upload to share)
- 2008-06-12 14:15:47下载
- 积分:1
-
dlmread
在matlab上读取数据 应用广泛 便于以后对数据进行进一步的处理 (Input the data by matlab)
- 2013-01-22 21:37:59下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1