代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/236667/14003444
m multinomialr.m
function outIndex = multinomialR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps.
% INPUTS : - inIndex = Input particle indices.
%
www.eeworm.com/read/236667/14003446
m residualr.m
function outIndex = residualR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses Liu's
% residual resampling algorithm
www.eeworm.com/read/236667/14003477
asv multinomialr.asv
function outIndex = multinomialR(inIndex,q);% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps.
% INPUTS : - inIndex = Input particle indices.
% -
www.eeworm.com/read/133338/14048685
asm bcd_sub.asm
;*******************无符号 BCD 减法***************
;
; This routine performs a 2 Digit Unsigned BCD Subtraction.
; It is assumed that the two BCD numbers to be subtracted are in
; locations Num_1
www.eeworm.com/read/133338/14048698
asm add_bcd.asm
;******************* 无符号 BCD 加法 ***************
;
; This routine performs a 2 Digit Unsigned BCD Addition
; It is assumed that the two BCD numbers to be added are in
; locations Num_1 & Num
www.eeworm.com/read/205306/15321182
m tournselect.m
function[newPop] = tournSelect(oldPop,options)
% Performs a tournament selection.
%
% function[newPop] = tournSelect(oldPop,options)
% newPop - the new population selected from the oldPop
% oldPop -
www.eeworm.com/read/203853/15350847
m cofdm simulator.m
function enc=convolenc(x,k);
%
% convolenc -performs convolutional encoding
% Convolutional Encoder with m shift register stages
% x- input - the binary data to be enc
www.eeworm.com/read/202785/15373058
m tournsel.m
function[newPop] = tournSelect(oldPop,options)
% Performs a tournament selection.
% function[newPop] = tournSelect(oldPop,options)
% newPop - the new population selected from the oldPop
% oldPop
www.eeworm.com/read/202257/15387488
m multinomialr.m
function outIndex = multinomialR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps.
% INPUTS : - inIndex = Input particle indices.
%
www.eeworm.com/read/202257/15387489
m residualr.m
function outIndex = residualR(inIndex,q);
% PURPOSE : Performs the resampling stage of the SIR
% in order(number of samples) steps. It uses Liu's
% residual resampling algorithm