-
fm
说明: fm调制和解调,matlab语言实现,可以改变fs,fc,ft(fm modulation and demodulation, matlab language, can change the fs, fc, ft)
- 2007-08-24 17:37:33下载
- 积分:1
-
USEIMMUNETOANYSISTHECAPACITY
先對故障依序編碼為陣列形式在用免疫演算法去做計算模擬得到正確的解答(First failure were coded for the array form of immune algorithm to do the calculation with the correct answers to simulated)
- 2008-01-27 11:07:05下载
- 积分:1
-
Matlab6
这是学习matlab的资料,还可以的,希望对大家有帮助。(This is a learning matlab information, but also hope to have everyone help.)
- 2008-05-29 17:00:21下载
- 积分: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
-
FuzzyMpc
模糊T-S预测控制的matlab代码,实现基于模糊模型辨识的广义预测控制(TS fuzzy matlab code predictive control, fuzzy model identification-based generalized predictive control)
- 2020-12-14 11:49:14下载
- 积分:1
-
Copy_of_constance_impedance
constant impedance load modeling in a 11 bus distributiaon network , with power flow and linecurrent and busvoltage output
- 2014-08-25 16:42:59下载
- 积分:1
-
Matla
MATLAB编程书籍,是MATLAB中不错的书籍,也是初学MATLAB编程入门必备书籍(The the MATLAB programming books, good books MATLAB, beginner MATLAB programming entry required books)
- 2013-01-29 11:52:43下载
- 积分:1
-
efg1d
1D MATLAB EFG CODE LINE (1D MATLAB EFG CODE LINE)
- 2007-05-19 19:56:53下载
- 积分:1
-
Kalman
MATLAB实现Kalman滤波,注释详细,对Kalman滤波过程有详尽的解释,是初学者入门进阶的好程序(MATLAB implementation Kalman filtering, detailed notes on the Kalman filtering process has a detailed explanation on entry Advanced beginners are good procedures)
- 2009-03-04 08:53:25下载
- 积分:1
-
cartprod
calculates cartesian products of sets
- 2010-12-09 16:04:11下载
- 积分:1