-
gray
网上找来的共享的资源,结合matlab和C对图像进行灰度形态学的变换,为进一步的处理做准备。(Online recruited to shared resources, combined with matlab and C of the image gray-scale morphology of the transformation, in preparation for further processing.)
- 2009-12-18 12:45:13下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
lms
基于LMS算法的自适应回波抵消系统。
可应用与无线直放站回波抵消算法,改善25DB。
也应用与噪声抵消系统。(base on lms arithmetic A Radio Repeater Interference Cancellation Model for MobileCommunication Systems
)
- 2015-04-21 20:08:38下载
- 积分:1
-
Levymethod
说明: 频域的模态参数识别方法之一,可以对振动信号进行分析处理,得出结构的固有频率,阻尼比,振型系数,方法很好,程序完整,(Frequency-domain modal parameter identification methods that can analyze the vibration signal processing, draw the structure of natural frequencies, damping ratio, mode shape coefficient, very good method, program integrity,)
- 2010-03-17 22:51:11下载
- 积分:1
-
music
频率估计的根MUSIC方法.y ->数据向量 n -> 模型阶数 m -> 矩阵阶数 w <- 频率谱估计(The Root MUSIC method for frequency estimation.)
- 2013-12-05 13:14:17下载
- 积分:1
-
Gas_Turbine
该燃机模型包括压气机、燃烧室、透平、转子、控制器等模型部件,实现了变负荷过程中,燃机转速调整的目标(The model includes gas turbine compressor, combustor, turbine rotor, controllers and other model components, to achieve a variable load process, the gas turbine speed adjusted target)
- 2013-12-18 17:40:14下载
- 积分:1
-
labhuffman1
mathmatic程序 这是一个用MATHMATIC 做出来的关于:HUFFMANR的函数图像的程序,有一定的参考价值.(mathmatic This is a procedure used MATHMATIC done on : HUFFMANR function of the image process, a certain reference value.)
- 2005-06-01 22:38:10下载
- 积分:1
-
ECG
这个是一片关于用matlab小波去extrace所有ecg信号的特点的论文()
- 2011-10-08 05:19:42下载
- 积分:1
-
Diagram-Ray
Calculation of radiation pattern
- 2013-03-12 21:50:06下载
- 积分:1
-
AGC
AGC算法的matlab例程,可学习自动控制增益算法(AGC algorithm matlab routines, can learn automatic gain control algorithm)
- 2020-12-06 13:59:23下载
- 积分:1