代码搜索结果

找到约 2,916 项符合 Energy 的代码

campello_algo.m

function[bits_alloc,energy_alloc] = campello_algo(bits_alloc,energy_alloc,energytable,total_bits,num_subc,M) bt= sum(bits_alloc); %不能传输大于M的比特数 if total_bits>M*num_subc total_bits = M *num_su

campello_algo.m

function [bits_alloc,energy_alloc] = campello_algo(bits_alloc,energy_alloc,energytable,total_bits,num_subc,SNR,M) bt = sum(bits_alloc); % 不能传输大于M的比特数 if total_bits>M*num_subc total_bits =

nrz_theory.h

// // File = nrz_theory.h // #ifndef _NRZ_THEORY_H_ #define _NRZ_THEORY_H_ void NrzPsd( double bit_energy, double bit_rate, double beg_freq, do

extf_clean_0.cc

// file: extract_feature/extf_clean_0.cc // // isip include files // #include "extract_feature.h" // method: clean_cc // // arguments: // // this method cleans up the frontend before receiving a new

config.h

/**************************************************************************** * * MODULE: config.h * * COMPONENT: $RCSfile: $ * * VERSION: $Name: $ * * REVISION

config.h

/**************************************************************************** * * MODULE: config.h * * COMPONENT: $RCSfile: $ * * VERSION: $Name: $ * * REVISION

parm_grid.h

/* */ /* Copyright UCSF, 1997 */ /*

config.h

/**************************************************************************** * * MODULE: config.h * * COMPONENT: $RCSfile: $ * * VERSION: $Name: $ * * REVISION

gaecadf.c

/*-------------------------------------------------------------------------* * * * THIS IS AN UNPUBLISHED WORK CONTAINING

ilpc.m

function [a,rx] = ilpc(x,p) E = zeros(p+1,1); % Energy vector alpha=zeros(p,p); R = autoc(x,p); % compute the autocorrelation sequence R(i) rx=R; E(1)=R(1); % energy of s