-
caldemo
In geometric camera calibration the intrinsic and extrinsic
camera parameters are computed based on measured image coordinates
of a know calibration target. These parameters may be used to
correct distorted images or image coordinates(In geometric camera calibration the intrinsic and extrinsic camera parameters are computed based on measured image coordinates of a know calibration target. These parameters may be used to correct distorted images or image coordinates)
- 2012-09-05 15:19:58下载
- 积分:1
-
svmtrain
matlab系统原来自带的svmtrain函数和svmclassify函数。 有需要的在2017a以前的版本里面也能找到! 在新版本中(2018以后),你再运行有svmtrain函数的文件,我试了一下结果是,就算你拷贝过来原来的svmtrain函数,还是运行不出来。。所以各位可以下载试一下。。我建议还是转为最新支持的fitcsvm函数吧!(svmtrain and svmclassify function)
- 2019-04-18 09:43:53下载
- 积分:1
-
遗传算法优化RBF
可以实现以下功能:遗传算法优化RBF,GA-RBF(it is used to achieve the goal of GA-RBF)
- 2020-12-31 12:38:59下载
- 积分:1
-
MPPT
通用光伏发电MPPT控制仿真模型,matlab,最大功率点跟踪仿真(Universal photovoltaic MPPT control simulation model)
- 2012-06-09 15:54:43下载
- 积分:1
-
power_turbine
power_turbine.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_turbine.rar,Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
- 2013-08-26 22:19:32下载
- 积分:1
-
自适应语音盲分离
当a和b同时对着传声器A,B说话且传声器靠得很近时,传声器A,B会同时接受到a和b的声音,即a和b产生了混叠干扰,此时通过自适应语音盲分离系统可以将a,b的声音分离开,使得一个信道只有一个人的声音。
具体过程是,利用自适应系统和nlms算法,A和B的误差信号分别互为参考信号,通过各自的自适应滤波器,得到的信号与混叠声做差,得到误差信号,通过误差信号最小的约束条件,可以每次改变滤波器系数,最后得到的误差信号即分别为分离出的语音信号
- 2023-08-15 13:55:04下载
- 积分:1
-
Filter
维纳滤波器有以下三种用途:过滤,平滑,预测,其计算可以归结为求解维纳霍夫方程(filter)
- 2009-12-29 17:15:59下载
- 积分:1
-
sanzizhen
信号相位匹配原理的三子真仿真程序。估计信号波形(Signal phase-matching principle of the third son of true simulation program. Estimated signal waveforms)
- 2007-11-13 17:33:13下载
- 积分:1
-
MATLAB0003
初学matlab的教程,比较全面,比较实用,此部分为第三部分。(Matlab beginner tutorial, more comprehensive, more practical, this part of the third section.)
- 2013-07-16 22:25:01下载
- 积分:1
-
manish
[mimi,i]=min(abs(imag(disp1)-imag(disp2)))
legend( LHS of dispersion relation , RHS of dispersion equation )
xlabel( u,cl )
figure(1)
clc
uppercuts = input( Enter number of intersection points desired: )
[g,h] = ginput(uppercuts)
w = sqrt(V.^2-u.^2)
s = sprintf( Constants:
)
disp(s)
for p = 1:uppercuts
s = sprintf( u( d d) = 0.10f ,L-1,p,u(p))
disp(s)
s = sprintf( w( d d) = 0.10f
,L-1,p,w(p))
disp(s)
- 2013-04-12 17:16:39下载
- 积分:1