-
matlab1
matlab一百例,有详细的程序讲解,很有用的资料(matlab one hundred cases, explain the procedures detailed, useful information)
- 2010-12-16 16:11:37下载
- 积分: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
-
IdealAir
A matlab code for ideal air properties
- 2011-07-22 17:18:50下载
- 积分:1
-
chengxu1
一些关于系统辩士的matlab程序,对学习者很有帮助,值得一看。(some of the Matlab system any more procedures, helpful to learners, an eye-catcher.)
- 2006-12-19 10:26:38下载
- 积分:1
-
PV_Array_diff_irrads
This file is a PV array model at different irradiations. It models a PV array which is a combination of different PV modules.
- 2011-11-19 19:10:30下载
- 积分:1
-
4
说明: SSB调制。根据产生的余弦信号,画出相应频率载波下的调制后图形。(SSB modulation. According to the cosine signal generated graphics draw the corresponding frequency carrier modulated under.)
- 2014-12-17 17:11:16下载
- 积分:1
-
粒子群优化bp神经网络在锅炉燃烧优化中的应用posbpinsteameroptimization
实现了粒子群优化bp神经网络在锅炉燃烧优化中的应用,有详细的代码解释,仿真图例,运行时将程序名改为程序内的function命,运行即可(Particle swarm optimization bp neural network applications in boiler combustion optimization, detailed code interpreter simulation legend, change the name of the program to function within the program life runtime can run)
- 2020-07-05 19:38:59下载
- 积分:1
-
gkdj
以为高斯和密度估计,使用高斯核的非参数密度估计方法,对样本进行概率密度估计,程序中给出了窗宽的估算公式。(That the Gaussian and density estimation, using Gaussian kernel non-parametric density estimation method, the sample probability density estimates, the program gives the formula for bandwidth estimation.)
- 2010-06-21 09:55:47下载
- 积分:1
-
programs
说明: 这是一个用于数值分析的MATLAB程序集合,里面包含了一些常用的数值分析程序。(There are many programs about numerical analysis written in Matlab language.)
- 2010-04-15 22:40:04下载
- 积分:1
-
kalman-peopledetection
使用kalman滤波实现动态行人检测与跟踪(dynamic people detection using kalman filter)
- 2013-07-10 21:43:06下载
- 积分:1