代码搜索:corresponding

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

代码结果 4,250
www.eeworm.com/read/440750/7682236

m mel2frq.m

function frq = mel2frq(mel) %MEL2FRQ Convert Mel frequency scale to Hertz FRQ=(MEL) % frq = mel2frq(mel) converts a vector of Mel frequencies % to the corresponding real frequencies. % The Mel sc
www.eeworm.com/read/437190/7753666

m momapdecoder.m

function [LEO,LD]=MoMAPDecoder(LM,LEI,SP,SM,PS,NS,OP,MPI) % LM : K*2 = A Priori LLR matrix from SISOMUD of systematic and corresponding code bits of the Modified MAP Decoder. % LEI : K*(J-1) = A P
www.eeworm.com/read/136697/13365320

m set_fit.m

function fr = set_fit(xi,fv,x,set) % fr=set_fit(xi,fv,x,set) % % sets the fit value fv of the set at the slot of universe of discourse x % corresponding to the abscissa value xi. % % FSTB - Fuzzy Sys
www.eeworm.com/read/320176/13431558

m mel2frq.m

function frq = mel2frq(mel) %MEL2FRQ Convert Mel frequency scale to Hertz FRQ=(MEL) % frq = mel2frq(mel) converts a vector of Mel frequencies % to the corresponding real frequencies. % The Mel sc
www.eeworm.com/read/320172/13431654

m mel2frq.m

function frq = mel2frq(mel) %MEL2FRQ Convert Mel frequency scale to Hertz FRQ=(MEL) % frq = mel2frq(mel) converts a vector of Mel frequencies % to the corresponding real frequencies. % The Mel sc
www.eeworm.com/read/304082/13801473

m mel2frq.m

function frq = mel2frq(mel) %MEL2FRQ Convert Mel frequency scale to Hertz FRQ=(MEL) % frq = mel2frq(mel) converts a vector of Mel frequencies % to the corresponding real frequencies. % The Mel sc
www.eeworm.com/read/304082/13801507

m erb2frq.m

function frq = erb2frq(erb) %ERB2FRQ Convert ERB frequency scale to Hertz FRQ=(ERB) % frq = erb2frq(erb) converts a vector of ERB-rate values % to the corresponding frequencies in Hz. % %
www.eeworm.com/read/304082/13801551

m frq2erb.m

function erb = frq2erb(frq) %FRQ2ERB Convert Hertz to ERB frequency scale ERB=(FRQ) % erb = frq2erb(frq) converts a vector of frequencies (in Hz) % to the corresponding values on the ERB-rate scal
www.eeworm.com/read/149795/5697075

h location.h

#ifndef _MODULES_PA_LOCATION_H_ #define _MODULES_PA_LOCATION_H_ int pa_location_init(void); /* * lookup placeid corresponding to room name */ int location_lookup_placeid(str *room_name, int *place
www.eeworm.com/read/483253/6601710

m erb2frq.m

function frq = erb2frq(erb) %ERB2FRQ Convert ERB frequency scale to Hertz FRQ=(ERB) % frq = erb2frq(erb) converts a vector of ERB-rate values % to the corresponding frequencies in Hz. % %