-
carlicense
车牌识别系统,一个比较实用的程序,不过移植性不是很高(License plate recognition system, a more practical procedure, but portability is not very high)
- 2010-06-21 18:25:34下载
- 积分:1
-
rle-matlab
低比特图像压缩的 matlab实现,主要是游程编码(Matlab low bit image compression to achieve, mainly RLE)
- 2011-05-03 13:46:58下载
- 积分:1
-
NRflowCal
本程序是牛顿拉夫逊法求解电力系统潮流计算,包括节点导纳矩阵的计算等(This program is the Newton Raphson method for solving power flow calculation, including the calculation of the node admittance matrix, etc.)
- 2014-12-02 10:19:29下载
- 积分:1
-
MATLAB-functions-reference
matlab所有的函数整理工具书,基本所有常用的函数都可以查找到。(a book includes All functions of Matlab)
- 2013-12-22 16:25:14下载
- 积分:1
-
A_star
航迹规划MATLAB代码,基于A星算法的规划算法(Path planning MATLAB code, based planning algorithm A Star algorithm)
- 2014-07-25 20:31:03下载
- 积分:1
-
PFAImaging
这是一个针对聚束式合成孔径雷达的极坐标成像算法,程序里包含了雷达系统参数设置,场景参数设置以及成像算法。(This is a polar coordinate imaging algorithms for spotlight synthetic aperture radar, the program contains a radar system parameter settings, parameter settings and scene imaging algorithm.)
- 2016-06-01 17:35:49下载
- 积分: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
-
AM
说明: AM by matlab program
- 2013-03-28 19:29:54下载
- 积分:1
-
CELL_AC
说明: 实现蓄电池储能系统向单相交流电源的逆变控制。(this model can realize the cell and the single phase AC source parrallel)
- 2020-09-07 14:38:07下载
- 积分:1
-
VCandmatlabcomplie
VC和MATLAB的混合编程,提供VC和MATLAB的高效运作。VC的界面设计,MATLAB的强大计算功能。(Mixture of VC and MATLAB programming and provide the efficient operation of the VC and MATLAB. VC interface design, MATLAB' s powerful computing capabilities.)
- 2010-07-13 17:26:00下载
- 积分:1