-
mixfhs
混合罚函数法求解非线性方程组,用于最优化处理,约束条件为等式约束和不等式约束相结合(Mixed penalty function method is used to solve the nonlinear equations)
- 2012-01-07 22:52:51下载
- 积分:1
-
T-ABCD
说明: 这是一个音频时域信号的盲源分离的Matlab程序,效果不错。(This is an audio signal in time domain blind source separation of the Matlab program, the effect is good.)
- 2011-02-23 09:44:24下载
- 积分:1
-
GA_for_Matlab5
用于matlab的遗传算法工具箱(里面含有遗传算法所有的操作,如:交叉、变异等等)(for Matlab Toolbox Genetic Algorithm (it contains all the genetic algorithm operators, such as : cross Variation etc.))
- 2006-05-18 20:25:55下载
- 积分:1
-
freehanddraw
freehand drawing on figure
- 2012-05-04 04:26:31下载
- 积分:1
-
1
说明: 给出轨道根数,求初始位置与速度并作图。其中地球以真实比例缩放画出(Gives the orbital elements, find the initial position and velocity, and mapping. Which to draw the earth to the true scaling)
- 2011-11-29 19:26:52下载
- 积分:1
-
FOG_ARMA21_Model_KF
基于ARMA(2)模型的光纤陀螺建模及kalma滤波算法(Based on the ARMA (2) model of the fiber optic gyroscope Modeling and Kalma filtering algorithm)
- 2008-06-21 16:29:42下载
- 积分:1
-
crossvalidation_svm
matlab编写的调整svm参数的程序,其中cross是主程序,另两个是自己编写的svm核函数,如果要用matlab自带的核函数就把-t的值改成2即可。Ytrain是标记矩阵,Xtrain是特征矩阵,都由用户自己导入。可利用k倍交叉验证来选择最优的c参数。k可自行更改。(svm matlab prepared to adjust the parameters of the program, which cross the main program, and the other two are themselves prepared svm kernel function, if you use the value of the kernel function matlab own put-t can be changed to 2. Ytrain is labeled matrix, Xtrain is characteristic matrix, imported by the users themselves. K-fold cross-validation can be used to select the optimal c parameter. k can make changes.)
- 2014-01-15 15:51:27下载
- 积分:1
-
radar_system
以船舶雷达射频前端电路为对象,基于RF工具箱设计雷达射频前端电路仿真系统(Taking the RF front-end circuit of the ship radar as the object, based on the RF toolbox design radar radio frequency front-end circuit simulation system)
- 2018-01-04 16:39:57下载
- 积分:1
-
JPEG压缩解压缩程序
实现了JPEG标准的图像编译码流程。读取一个灰度图像,采用DCT变换、量化、Zigzag扫描和游程编码等步骤实现编码,译码端采用对应的逆操作进行译码。程序中可设置不同的量化系统,实现不同的压缩比和压缩效果。
- 2022-03-07 16:25:42下载
- 积分:1
-
allan
% 计算ALLAN方差,绘制24传感器阵列allan方差clear;clc,clfload("data-144-26000(1~36).mat")i=0;a1=data(i+1,:);a2=data(i+7,:);a3=data(i+13,:);a4=data(i+19,:);a5=data(i+25,:);a6=data(i+31,:);a7=data(i+37,:);a8=data(i+43,:);a9=data(i+49,:);a10=data(i+55,:);a11=data(i+61,:);a12=data(i+67,:);a13=data(i+73,:);a14=data(i+79,:);a15=data(i+85,:);a16=data(i+91,:);
- 2022-03-22 06:11:35下载
- 积分:1