-
project
Advanced Digital Signal Processing project
- 2013-07-31 16:37:19下载
- 积分:1
-
AC_AC_FINAL
变压变频器的matlab仿真,包括电源的主电路,利用 Simulink 里面自带的算法工具实现的控制SPWM波形(Variable voltage variable frequency matlab simulation, including the main circuit of the power supply, the use of Simulink which comes algorithm tool to achieve control SPWM waveform)
- 2013-05-13 20:39:28下载
- 积分:1
-
fdtd-matlab
一维到三维算法,其中包括有各种散射体形状的示例,是用matlab编写的程序(One-dimensional to three-dimensional algorithm, which includes a variety of scattering of the shape of the sample, is a program written in matlab)
- 2010-06-29 14:59:36下载
- 积分:1
-
MatlabP
一本非常有价值的MAtlab编程参考书,值得一看。(A very valuable reference book MAtlab programming, worth a visit.)
- 2009-04-19 18:44:05下载
- 积分:1
-
PID_control
该文件是一个详细分析PID控制的文件。通过示波器,改变参数下,可以很形象的观察输出波形的变化,这样可以更加直观的学习PID控制,加深对它的理解。(The file is a detailed analysis of PID control file. Through the oscilloscope, change the parameters, can be very image of the observed output waveform change, so that we can more intuitive learning PID control, deepen the understanding of it
)
- 2013-03-01 21:24:14下载
- 积分:1
-
machine
有限自动机问题。给你的模型。让你判断是否通过。。(Finite automata problem. To your model. Allows you to determine whether the pass. .)
- 2011-05-10 18:57:25下载
- 积分:1
-
CFAR
this code implementation cfar.
- 2014-10-14 01:14:31下载
- 积分:1
-
00806791
SEMINAR FILE FROM IEEE TRANSATION IN COMPUTER SCIENCE AND INFORMATION TECHNOLOGY
- 2013-10-04 18:16:47下载
- 积分:1
-
normalise-F
make the epipolar line
using matlab code.
- 2014-12-09 13:41:20下载
- 积分: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