-
Arithmetic
matlab程序 信息论 算术编码及其译码程序(arthemetic)
- 2009-06-06 18:25:24下载
- 积分:1
-
变尺度法
变尺度法的源程序,用于优化中的非线性规划,效还可以的。(variable scale method of the source for the optimization of nonlinear programming, the effect can be.)
- 2005-04-01 12:46:49下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
2220005mcma0
2005MCMA题程序源码,本程序源码码是自己编的,如有不足请见谅
(2005MCMA title of the program source code, the program' s source code is compiled, if insufficient please forgive me)
- 2012-08-16 06:30:23下载
- 积分:1
-
binary-frequency-shift-
现代通信原理课程中,在MATLAB中实现二进制频移键控调制程序。(Modern communication theory course, to implement in MATLAB binary frequency shift keying modulation program.)
- 2011-10-04 10:40:25下载
- 积分:1
-
sizhou
在看了网上的四轴飞行器的源码后,修改的自己认为比较简单的四轴飞行器工作源码(After reading the online source quadrocopter, modify yourself think a relatively simple job quadrocopter source)
- 2014-11-08 21:11:22下载
- 积分:1
-
Polar_SI9000
polar si9000破解版,可用到2038年,仅供个人研究参考,不能用于商业。 (Si9000 polar crack version, available to 2038, only for personal research reference, can not be used for commercial.)
- 2015-12-17 12:38:23下载
- 积分:1
-
Simulator
说明: 模拟蚂蚁和食蚁兽的生存规律。在20X20的网格世界里,每个生物每次可向四个方向移动(但不会移除网格边缘),食蚁兽会吃掉在他目标处的蚂蚁(The goal for this programming project is to create a simple 2D predator-prey simulation.
In this simulation the prey are ants and the predators are doodlebugs.
These critters live in a world composed of a 20x20 grid of cells.
Only one critter may occupy a cell at a time. The grid is enclosed, so a critter is not allowed to move off the edges of the world.
Time is simulated in time steps.
Each critter performs some action every time step.)
- 2010-04-04 15:20:43下载
- 积分:1
-
GA-matlab
说明: MATlab和GA的潜用,将GA的算法程序写到MATLAB里面,用于求解优化问题(MATlab and GA' s potential use, the GA algorithm program written MATLAB inside, for solving optimization problems)
- 2009-08-27 11:44:51下载
- 积分:1
-
matlabxiabo
小波域内去噪滤波器matlab代码(MATLAB 图像处理与计算机视觉 )(Wavelet domain denoising filter matlab code (MATLAB image processing and computer vision))
- 2012-10-29 17:26:04下载
- 积分:1