-
DSSSmatlab
DSSS matlab program to calculate DSSS
- 2011-01-16 16:51:14下载
- 积分:1
-
cnet4
有关matlab的实验的结果和分析以及部分源代码(The results of experiments on matlab and analysis, and part of the source code)
- 2011-05-12 18:22:44下载
- 积分: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
-
turbo--Yu-Fei-Wu
学习Turbo码必备的程序;吴宇飞历年心血(the codes for the Turbo,this is written by Yu Fei Wu )
- 2012-01-13 21:56:01下载
- 积分:1
-
2
说明: matlab程序设计基础ppt 函数文件程序设计的基本结构(matlab program design based on function ppt document the basic structure of program design)
- 2008-10-07 21:12:09下载
- 积分:1
-
matlabchuli
matlab指令讲解,和常见算法分析,,非常具体。。初学者实用(matlab command explanation, and the common algorithm analysis, and very specific. . Useful for beginners)
- 2011-04-28 16:16:13下载
- 积分:1
-
zizi
image processing-circle detection
- 2014-08-12 18:41:56下载
- 积分:1
-
OFDM_basic
OFDM_basic, Wireless communication
- 2015-04-04 02:42:42下载
- 积分:1
-
锂电池模型
说明: 锂电池simulink仿真模型,充放电电流、温度、电池初始电量为输入,电压、电流、SOC等参数为输出。(Lithium battery simulink simulation model, charge and discharge current, temperature, initial battery charge are input, voltage, current, SOC and other parameters are output.)
- 2020-03-16 18:56:20下载
- 积分:1
-
lqr_example
some example declaration for linear quadratic control
- 2015-01-13 18:02:54下载
- 积分:1