代码搜索:INTERPOLATION

找到约 2,917 项符合「INTERPOLATION」的源代码

代码结果 2,917
www.eeworm.com/read/374775/9385123

m arithxover.m

function [c1,c2] = arithXover(p1,p2,bounds,Ops) % Arith crossover takes two parents P1,P2 and performs an interpolation % along the line formed by the two parents. % % function [c1,c2] = arithXover(p1
www.eeworm.com/read/178759/9386454

m arithxover.m

function [c1,c2] = arithXover(p1,p2,bounds,Ops) % Arith crossover takes two parents P1,P2 and performs an interpolation % along the line formed by the two parents. % % function [c1,c2] = arithXover(p1
www.eeworm.com/read/177981/9425143

m da_cut.m

% % da_cut.m % % Data cutting and interpolation % da_front; drawnow; pl=1; old_sl1_value=1; [num_points num_var]=size(data); left_point=1; right_point=num_points; text(1)=da_text2(w1,10,
www.eeworm.com/read/168334/9919793

m arithxover.m

function [c1,c2] = arithXover(p1,p2,bounds,Ops) % Arith crossover takes two parents P1,P2 and performs an interpolation % along the line formed by the two parents. % % function [c1,c2] = arithXover(p1
www.eeworm.com/read/360651/10082947

m int_qlpc.m

function [AR_q1,AR_q2]=int_qlpc(lsp_old,lsp_new) %Interpolation of the quantized LSP's %lsp_old,lsp_new---LSP vector of past frame LSP vector of present frame %[AR_q1,AR_q1]--interpolated Az() fo
www.eeworm.com/read/360651/10082986

m int_qlpc.m

function [AR_q1,AR_q2]=int_qlpc(lsp_old,lsp_new) %Interpolation of the quantized LSP's %lsp_old,lsp_new---LSP vector of past frame LSP vector of present frame %[AR_q1,AR_q1]--interpolated Az() fo
www.eeworm.com/read/164272/10120321

m da_cut.m

% % da_cut.m % % Data cutting and interpolation % da_front; drawnow; pl=1; old_sl1_value=1; [num_points num_var]=size(data); left_point=1; right_point=num_points; text(1)=da_text2(w1,10,
www.eeworm.com/read/357617/10204725

txt 05-07.txt

% Interpolation using the four methods x=[0 3 5 7 9 11 12 13 14 15]; y=[0 1.2 1.7 2.0 2.1 2.0 1.8 1.2 1.4 1.6]; length_of_x=length(x); scalar_x=[x(1):0.5:x(length_of_x)]; length_of_sx=length(scal
www.eeworm.com/read/357498/10208479

m arithxover.m

function [c1,c2] = arithXover(p1,p2,bounds,Ops) % Arith crossover takes two parents P1,P2 and performs an interpolation % along the line formed by the two parents. % % function [c1,c2] = arithXover(p1
www.eeworm.com/read/357233/10213312

m arithxover.m

function [c1,c2] = arithXover(p1,p2,bounds,Ops) % Arith crossover takes two parents P1,P2 and performs an interpolation % along the line formed by the two parents. % % function [c1,c2] = arithXover(p1