Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Preprocessing and wavelet denoising
no vote
Function Z2 = yuchuli (x)%% singular value elimination_ The method% x = dlmread ('55.dat '\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\t1 = t 1 - (t 2-N);             t2=n;            x1=x(t1:t2);        else           x1=x(t1:t2);        end        A=mean(x1);        B=std(x1);        for num=1:8192            if  abs(x1(num)-A)>3*B                x1(num)=A;         
姜红阳
2017-12-28
0
1
Biogeography optimization algorithm based on Chaos
no vote
function [MinCost] = CBBO1_ 10(ProblemFunction, DisplayFlag, ProbFlag, RandSeed, ChaosVec)% Biogeography-based optimization (BBO) software for minimizing a general function% INPUTS: ProblemFunction is the handle of the function that returns %         the handles of the initialization, cost, and feasibility functions.%         DisplayFlag = true or false, whether or not to display and plot results.%         ProbFlag = true or false, whether or not to use probabilities to update emigration rates.%         RandSeed = random number seed% OUTPUTS: MinCost = array of best solution, one element for each generation%          Hamming = final Hamming distance between solutions% CAVEAT: The "ClearDups" function that is called below replaces duplicates with randomly-generated%      
姜红阳
2017-12-28
2
1
No more~