-
gaus_jordan_method
single RHS Gauss-Jordan routine for Linear Equation
- 2009-05-28 21:56:56下载
- 积分:1
-
complex_signal
shows how signals work in
plots complex signal A*(sin(w)+cos(w))
- 2010-05-07 22:02:19下载
- 积分:1
-
Hrz_Dist_with_x1_x2
It compute the separation between two plasma bubbles in all sky images. i.e. distance between two horizontal pixels in km.
- 2014-08-21 17:09:35下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
Steering___auto_parking_simulation
Car parking problem mathematical solution, simulation
- 2011-01-04 00:24:13下载
- 积分:1
-
Describing-Functions
非线性控制的描述函数法,非常经典的书籍 适合于入门学习(Nonlinear Control describing function method, a very classic books suitable for beginners to learn)
- 2013-09-14 15:57:55下载
- 积分:1
-
three_motor
Induction motor simulation model, based on matlab/simulink environment for development
- 2015-04-19 16:13:57下载
- 积分:1
-
bellhop到达角估计
说明: bellhop模型的到达角估计算法,内置bellhop模型的源程序和到达角估计的环境文件等。(The algorithm of angle of arrival estimation of bellhop model, the source program of built-in bellhop model and the environment file of DOA estimation)
- 2020-09-07 11:46:25下载
- 积分:1
-
fastphaseunwrapalgorithm
一种快速傅立叶余弦变换的方法用于解包裹相位。(A fast algorithm for phase-unwrap.)
- 2010-09-25 10:42:58下载
- 积分:1
-
Detailed_signal_processing_matlab
matlab信号处理详解,各种信号的产生,滤波器的设计,以及许多Matlab源程序(signal processing matlab explain, the emergence of a variety of signals, filter design, as well as many Matlab source code)
- 2009-05-20 14:34:38下载
- 积分:1