-
ADM_LDM
用Matlab实现自适应增量调制及线性增量调制,并进行对比,有详细的注释及编程说明、结果分析(Matlab implementation using adaptive delta modulation and linear delta modulation, and contrast, there is a detailed description of the Notes and programming, the results of analysis)
- 2009-03-19 20:50:06下载
- 积分:1
-
MatlabtutorialNotes
Tutorial on Matlab: Basic Matlab Commands and Syntax (very useful), Enjoy
- 2010-10-15 23:54:12下载
- 积分:1
-
bpsf
说明: 该程序运用MATLABL编程,建立了一个BP网络,并进行了测试(MATLABL use of the programming process, the establishment of a BP network, and the test)
- 2005-11-29 16:34:30下载
- 积分: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
-
box_dim
计算分形指数的盒子尾数法,希望对大家有用(Calculation of the fractal index box mantissa law, everyone would like to be useful)
- 2008-08-03 19:32:45下载
- 积分:1
-
1-(12)
Co-Optimization of Generation Unit Commitment
and Transmission Switching With N-1 Reliability
- 2015-04-03 21:38:19下载
- 积分:1
-
hht
hilbert-huang 变换的源码 蛮有用的(hilbert-huang transform source quite used)
- 2008-01-03 18:57:32下载
- 积分:1
-
matlab001-redcrusader
this is basic matlab explanation. i will upload 5documents.
- 2011-01-13 12:51:37下载
- 积分:1
-
CMA
16QAM盲均衡,恒模算法,400次仿真,做出星座图,误差曲线(blind equalizaton for 16QAM,constant modulus algorithm,realization 400times ,constellation ,mmse curve)
- 2013-08-31 18:07:45下载
- 积分:1
-
Matlab_ex3
利用重复轨道卫星数据计算轨道之间的基线(即空间距离)实现数据获取时间内任意位置的基线长度,并存入文件中。(Repeat orbit satellites using data between tracks baseline (i.e. spatial distance) for data acquisition time of the baseline length anywhere within and into a file.)
- 2013-10-28 21:56:46下载
- 积分:1