代码搜索结果
找到约 2,916 项符合
Energy 的代码
bper8pskg2.m
function [pb,ps]=bper8pskG2(snr_in_dB,N)
E=1; %energy per symbol
snr=10^(snr_in_dB/10);
numan=2; %the number of trans
bper2pskg2.asv
function [pb,ps]=bper2pskG2(snr_in_dB,N)
E=1; %energy per symbol
snr=10^(snr_in_dB/10);
numan=2; %the number of trans
bper16qamg3.asv
function [pb,ps]=bper16QAMH3(snr_in_dB,N)
echo on
E=1; %energy per symbol;
snr=10^(snr_in_dB/10);
numan=3; %the number
bper16qamg3.m
function [pb,ps]=bper16QAMG3(snr_in_dB,N)
echo on
E=1; %energy per symbol;
snr=10^(snr_in_dB/10);
numan=3; %the number
bper16qamg4.m
function [pb,ps]=bper16QAMG4(snr_in_dB,N)
echo on
E=1; %energy per symbol;
snr=10^(snr_in_dB/10);
numan=4; %the number
bper4pskg2.m
function [pb,ps]=bper4pskG2(snr_in_dB,N)
E=1; %energy per symbol
snr=10^(snr_in_dB/10);
numan=2; %the number of trans
bper4pskg2.m
function [pb,ps]=bper4pskG2(snr_in_dB,N)
E=1; %energy per symbol
snr=10^(snr_in_dB/10);
numan=2; %the number of trans
rce.m
function D = RCE(train_features, train_targets, lambda_m, region)
% Classify using the reduced coulomb energy algorithm
% Inputs:
% features - Train features
% targets - Train targets
% la
template_cost.txt
function Ew = PROBLEMNAME_cost(X,W)
% Ew = PROBLEMNAME_cost(X,W)
%
% X = behaviorally constant application data
%
% W = specific data about current state
%
% Ew = energy corresponding to
findchanneldelay.m
% delay = findchanneldelay(h, win_len)
%
% h: channel impulse response
% window_length: window length for sliding energy calculation
% delay: channel delay
%
%Copyright (c) 1999-2002 The Unive