-
programmingtips
本资源是关于matlab编程技巧的介绍,可以作为教材的辅助资料,提高编程水平。(This resource is introduced on the matlab programming techniques can be used as supplementary teaching materials to improve the level of programming.)
- 2009-09-29 09:54:01下载
- 积分:1
-
Direct_Sequence_Spread_Spectrum
这是关于直接序列扩频通信系统的DS-CDMA方式的仿真设计,系统主要分为发送机和接收机两部分,包括17个可用于SIMULINK仿真的S-FUNCTION代码M文件,和一个MATLAB源程序的DOC文件,程序都有详细的注释。(This is a direct sequence spread spectrum communication system on the DS-CDMA mode simulation design, the system can be divided into two parts, transmitter and receiver, including 17 for the S-FUNCTION SIMULINK simulation of M code files, and a MATLAB source code The DOC file, the program has detailed notes.
朗读
显示对应的拉丁字符的拼音
字典- 查看字典详细内容名词0.directness0.immediacy形容词0.direct0.immediate0.first-hand0.plump副词0.straight0.right0.slap
)
- 2010-12-02 15:52:09下载
- 积分:1
-
Newton-Raphson
说明: 牛顿迭代法对于解决非线性方程应该有很重要的作用吧(Newton iterative method for solving nonlinear equations should have a very important role it)
- 2011-03-24 19:31:21下载
- 积分:1
-
khodam_music2D
it is music algurithm for 2d doa estimation
- 2012-05-13 15:20:12下载
- 积分:1
-
chidubianyuanjiance
尺度边缘检测,效果还不错的MATLAB代码。(Scale edge detection, the results were good.)
- 2010-09-07 11:38:39下载
- 积分: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
-
Plot2d3drem
实现在任意格式的图片中隐藏信息 联合开发网 - pudn.com
- 2010-10-07 00:03:32下载
- 积分:1
-
install_guide
matlab安装全程指南,解决matlab安装过程中的全部问题(matlab full installation guide, matlab installation process to resolve all the issues)
- 2010-10-26 15:12:14下载
- 积分:1
-
im_sim_model(1)
induction motor simulation in matlab
- 2012-05-28 13:15:28下载
- 积分:1
-
UNIX-Systems-Programming
C UNİ X SYSTEM SOURCE CODE
- 2014-10-18 17:42:42下载
- 积分:1