-
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
-
Untitled2
add text to image in matlab
- 2016-11-12 00:44:02下载
- 积分:1
-
traffic-vcPP
Four versions of the simulation is available.
tsim.cpp
- Prints visual representation of the simulation
tsimd.cpp
- Prints Density versus output flow rate and average velocity
tsiml.cpp
- Prints Lane Change Probabiliy versus Output flow rate and Average velocity
- 2014-02-08 09:50:54下载
- 积分:1
-
VCandMATLAB
本文介绍了VC++与MATLAB联合编程的几中方法,并重点介绍了DLL方法(This article describes the joint VC++ and MATLAB programming in several ways, and highlight the DLL method)
- 2010-11-20 14:54:09下载
- 积分:1
-
antenna-arraying-
非均匀天线组阵SUMPLE权值信噪比及信号合成性能分析(Non-uniform antenna arraying SUMPLE weights SNR performance analysis and signal synthesis)
- 2020-06-30 06:20:02下载
- 积分:1
-
torsche-0_4_0
torsche是matlab下的一个工具箱,可以用来仿真实时调度算法,如EDF RM等,结合Matlab和Visual studio混编后可以使用,其自带的一些工具包里也有很多应用用例可以用来参考(torsche under a toolbox matlab , simulation can be used for real-time scheduling algorithms, such as EDF RM , etc. , combined with Matlab and Visual studio can use the hash , which comes with some tools package , there are many use cases can be used to refer to the application)
- 2014-05-23 13:03:05下载
- 积分:1
-
-Power-System-Load-Forecasting-
说明: 电力系统负荷预测研究综述与发展方向的探讨(Review of Power System Load Forecasting and the development of)
- 2011-04-06 13:39:18下载
- 积分:1
-
mohu
此为模糊PID自适应控制程序,可以用于仿真或者实验,经过本人验证可直接运行(This is a fuzzy adaptive PID control procedures can be used to simulate or experiment can be run directly after I verify)
- 2014-10-29 21:57:52下载
- 积分:1
-
ddssss011i
直接序列扩频通信系统仿真程序源码,使用maatlab语言设计的程序源码。 可直接使用。
(Direct sequence spread spectrum communication system simulation, source code, program source code using maatlab language design. Can be used directly.)
- 2012-07-10 09:18:17下载
- 积分:1
-
Nevill
下载的,求方程组的程序,可以借鉴下,挺好的(Downloaded, find the program equations, can learn, the very good)
- 2011-09-28 08:42:22下载
- 积分:1