代码搜索:Beta值

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

代码结果 10,000
www.eeworm.com/read/182284/9209190

m intefun.m

function y = InteFun(vtr_alpha, vtr_beta, u0, kai, v, ksi_k) %%%%%%%% \phi_nk(s) 的一阶导数 a= vtr_alpha(:); b=vtr_beta(:); I=ones(size(a)); [n1 , m1] =size (a) ; [n2 , m2] =size(b) ; if (m1~=1)
www.eeworm.com/read/182284/9209236

m intefun.m

function y = InteFun(vtr_alpha, vtr_beta, u0, kai, v, ksi_k) %%%%%%%% \phi_nk(s) 的一阶导数 a= vtr_alpha(:); b=vtr_beta(:); I=ones(size(a)); [n1 , m1] =size (a) ; [n2 , m2] =size(b) ; if (m1~=1)
www.eeworm.com/read/179705/9343903

c householdercomplex.c

/* linalg/householdercomplex.c * * Copyright (C) 2001 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License
www.eeworm.com/read/176193/9512726

m map_decoding_tail.m

function [LLR_app_d]=map_decoding_tail(state_num,info_num,LLR_apr_c) % MAP decoding for tail biting convolutional code Infty = 1e10; % load trellis load next_out.mat; load next_state.mat;
www.eeworm.com/read/176193/9512772

m map_decoding.m

function [LLR_app_d]=map_decoding(init_state,state_num,info_num,LLR_apr_c) % MAP decoding for convolutional code Infty = 1e10; % load trellis load next_out.mat; load next_state.mat; load l
www.eeworm.com/read/279986/10371387

c emeter_filters.c

//************************************************************************** // The FIR filter is used here for phase lag/lead compensation. // The phase lag/lead compensation FIR do not have
www.eeworm.com/read/441748/7666012

hpp sprite_b.hpp

// 光影处理 #if ( _SPRITE_BLIT_BETA_MMX_HEAD == 0 ) int spitch = src->pitch - w*2; char* sline = src->line[sy] + sx*2; int dpitch = dest->pitch - w*2; char* dline = dest->line[y] + x*2; __asm
www.eeworm.com/read/297402/8024791

m ex8_22.m

num=1; den=[1,0,0]; G=tf(num,den); nW1=[0.5,2]; dW1=[1,1]; [a,b,c,d]=tf2ss(num,den); p1=-0.1; a_shift=a-p1*eye(size(a)); S_shift=mksys(a_shift,b,c,d); beta=100; alpha=1.5; w1c=3; zeta1=0.7; zeta2
www.eeworm.com/read/145494/12718200

m ex8_22.m

num=1; den=[1,0,0]; G=tf(num,den); nW1=[0.5,2]; dW1=[1,1]; [a,b,c,d]=tf2ss(num,den); p1=-0.1; a_shift=a-p1*eye(size(a)); S_shift=mksys(a_shift,b,c,d); beta=100; alpha=1.5; w1c=3; zeta1=0.7; zeta2
www.eeworm.com/read/142034/12969429

m param_fact1.m

function [CML11, Pre, Post, NrIter]= param_fact1(Cml, N, beta) % function [CML11, Pre, Post, NrIter]= param_fact1(Cml, N, beta) % This file is part of the TFPM toolbox v1.0 (c) % michael.jachan@tu