-
matlab_help
Matlab的中文帮助电子书,里面讲解的比较详细,对初学者有很好的帮助。(Matlab help the Chinese e-books, which explain in more detail, there is a good help for beginners.)
- 2009-09-14 15:29:59下载
- 积分:1
-
NumericalComputing
说明: Matlab 的Numerical Computing,全书pdf+全代码,英文版(Matlab Numerical Computing, the whole book pdf+ code, in English)
- 2005-11-03 11:22:31下载
- 积分: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
-
matlab2
matlabPPt教程后续部分,讲述Matlab基础知识(matlabPPt up part of the tutorial, basic knowledge about Matlab
)
- 2011-08-26 16:42:07下载
- 积分:1
-
MBIntroEn010331
Multi-block Methods for Exploratory Data Mining in Food Technology
- 2009-12-14 16:00:48下载
- 积分:1
-
cboob
C 案例分析 - 开发综合程序;C 编程技巧;C 编程技巧程序集(C Case Study- development of an integrated program C programming skills C programming skills assembly)
- 2010-03-13 12:22:51下载
- 积分:1
-
matlab--jingdianshili
五个经典matlab仿真实例,由易到难,初学者的学习法宝(Five classic matlab simulation examples, easy to difficult, for beginners to learn magic)
- 2014-10-07 11:22:48下载
- 积分:1
-
Persistencia
SISTEMA DE Persistencia
- 2013-11-20 21:48:29下载
- 积分:1
-
MFAC code
无模型自适应控制算例代码,供初学者使用。(code for model free adaptive control, for beginner reference)
- 2020-09-03 15:58:06下载
- 积分:1
-
103244852ofdmmatlab
OFDM限幅类峰均比,用于仿真OFDM系统中的限幅类峰均比。(Limiter type OFDM PAPR for OFDM simulation system PAPR limiting category.)
- 2008-05-26 16:33:36下载
- 积分:1