代码搜索:corresponding

找到约 4,250 项符合「corresponding」的源代码

代码结果 4,250
www.eeworm.com/read/18797/801894

conf3

$code_rate = 2; # rate = 1/code_rate $K = 3; # how many bits the encoder uses to create code_rate bits corresponding to one bit $G[0] = 7; # in decimal $G[1] = 5; # in decimal $soft_dec = 3;
www.eeworm.com/read/38039/1092986

mnu shigrefs.mnu

COMP#REFS 元件参考 # remove the # sign and enter foreign help string in this line Existing 已有参考 View corresponding references between original and replacement features. 查看原来和替换特征之间相应的参考。 New 新建 View refe
www.eeworm.com/read/293429/3930709

m get_values_from_state.m

function [x,y,vx,vy]=get_values_from_state(s) global VMAX Map_Data Pos_Vector_Indexes Speed_Vector_Indexes % get_values_from_state: Gives the [x y vx vy] representation corresponding %
www.eeworm.com/read/300042/13941385

m flw3i8s.m

function [es,et,eci]=flw3i8s(ex,ey,ez,ep,D,ed) % [es,et,eci]=flw3i8s(ex,ey,ez,ep,D,ed) %------------------------------------------------------------- % PURPOSE % Compute flows or corresponding quant
www.eeworm.com/read/202876/15370697

m init_intrinsic_param.m

%init_intrinsic_param % %Initialization of the intrinsic parameters. %Runs as a script. % %INPUT: x_1,x_2,x_3,...: Feature locations on the images % X_1,X_2,X_3,...: Corresponding grid coo
www.eeworm.com/read/390716/8450399

m rx_gen_chan_amps.m

% Channel amplitudes corresponding to bits for Viterbi decoding function channel_amps = rx_gen_chan_amps(data_len, channel_est, sim_options) global sim_consts; bits_per_subc = get_bits_per_sy
www.eeworm.com/read/188533/8530545

m rx_gen_chan_amps.m

% Channel amplitudes corresponding to bits for Viterbi decoding function channel_amps = rx_gen_chan_amps(data_len, channel_est, sim_options) global sim_consts; bits_per_subc = get_bits_per_sy
www.eeworm.com/read/188324/8549447

m sp2bb.m

function spline = sp2bb(spline) %SP2BB Convert from B-form to BBform. % % SP2BB(SPLINE) converts the B-form in SPLINE to the corresponding BB-form, % obtained by using knot insertion to incre
www.eeworm.com/read/287304/8695638

m num2ibm.m

function b=num2ibm(x) % num2ibm : convert IEEE 754 doubles to IBM 32 bit floating point format % b=num2ibm(x) % x is a matrix of doubles % b is a corresponding matrix of uint32 % % The representati
www.eeworm.com/read/185152/9054696

m sph2cart.m

function [x,y,z] = sph2cart(az,elev,r) %CART2SPH Transform Cartesian to spherical coordinates. % [TH,PHI,R] = CART2SPH(X,Y,Z) transforms corresponding elements of % data stored in Cartesian coordi