代码搜索:sequence

找到约 10,000 项符合「sequence」的源代码

代码结果 10,000
www.eeworm.com/read/281694/9139845

m regrident.m

function [f] = RegrIdent(u,y,d,lambda,f) % [f] = RegrIdent(u,y,d,lambda,f) % [f] = RegrIdent(u,y,d,lambda) % [f] = RegrIdent(u,y,d) % % Identify SISO system recursively. % % Input par
www.eeworm.com/read/182909/9185839

m compconv2.m

% Program 5-10 % compconv2.m % % Function to perform convolution between signal and filter % % Programmed by H.Harada and M.Okita % function [iout, qout] = compconv2(idata, qdata, filter)
www.eeworm.com/read/182909/9185845

m despread.m

% Program 5-8 % despread.m % % Data despread function % % Programmed by M.Okita and H.Harada % function [iout, qout] = despread(idata, qdata, code1) % *************************************
www.eeworm.com/read/182909/9185874

m spread.m

% Program 5-7 % spread.m % % Data spread function % % Programmed by M.Okita and H.Harada % function [iout, qout] = spread(idata, qdata, code1) % *******************************************
www.eeworm.com/read/379443/9197115

m compconv2.m

% Program 5-10 % compconv2.m % % Function to perform convolution between signal and filter % % Programmed by H.Harada and M.Okita % function [iout, qout] = compconv2(idata, qdata, filter)
www.eeworm.com/read/379443/9197120

m despread.m

% Program 5-8 % despread.m % % Data despread function % % Programmed by M.Okita and H.Harada % function [iout, qout] = despread(idata, qdata, code1) % *************************************
www.eeworm.com/read/379443/9197144

m spread.m

% Program 5-7 % spread.m % % Data spread function % % Programmed by M.Okita and H.Harada % function [iout, qout] = spread(idata, qdata, code1) % *******************************************
www.eeworm.com/read/182374/9205771

m runofflineprotein.m

function[Max,k,BestSolutions] = RunOffLineProtein(Fibbonacci_n,PopSize,T,CantGen,Elitism) % RunOffLineProtein. Calls the Gaussian UMDA to find the HP model with minimum energy in an offline lattice
www.eeworm.com/read/182374/9205843

m callrepair.m

function[s] = CallRepair(vector) % CallRepair modify a sequence configuration to avoid self-intersections % INPUTS % vector: Sequence of residues ( (H)ydrophobic or (P)olar, respectively represented
www.eeworm.com/read/182374/9205861

m newrepair.m

function[solutionFound,s,Pos] = NewRepair(sizeChain,Pos,pos,moves,s,vector) % NewRepair is an auxiliary function that modifies a sequence configuration to avoid self-intersections % It is called rec