代码搜索结果
找到约 2,916 项符合
Energy 的代码
execute_fightingenergy.cpp
#include "stdafx.h"
#include "Ability.h"
DEFINE_EXECUTE_FUNC( FightingEnergy )
{
SKILL_RESULT_FIGHTING_ENERGY *pFightingMsg = (SKILL_RESULT_FIGHTING_ENERGY*)pMsg;
// 捧扁 刘皑 俺荐
int iIncre
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
sim.asv
clc
clear
%simulation of CE-OFDM-PM system
%Parameters
bits_per_ch=512
symbol_energy=1
channels=16
ch=channels
FFT_size=channels
hp=0.8/(2*pi)
Ac=sqrt(2/FFT_size)
ts=.001
%generating t
campello_algo.m
% campello_algo.m
% --------------
% This function is used by Campello's algorithm to allocate bits and energy for
% each subchannel optimally.应用Campello's algorithm根据给定的信道条件汇聚成最佳的比特和能量分配
function [
subs.c
/**********************************************************************
* ISO MPEG Audio Subgroup Software Simulation Group (1996)
* ISO 13818-3 MPEG-2 Audio Multichannel Encoder
*
* $Id: subs
ofdm.asv
clear all;
A = [1 1/exp(1) 1/exp(2)]; % power delay profile
N = 64; % number of symbols in a single OFDM symbol
GI = 16; % guard interval
Mt = 1; % number of Tx antennas
Mr = 1; % number of Rx a
found.m
function result=found(s,p0)
% s
% p0
global ME_reliability;
global nei_num;
global neighbour;
global link_reliability;
global MR_reliability;
global MR_parent;
global ME_parent;
global RE_parent;
glob
found.asv
function result=found(s,p0)
% s
% p0
global ME_reliability;
global nei_num;
global neighbour;
global link_reliability;
global MR_reliability;
global MR_parent;
global ME_parent;
global RE_parent;
glob
subs.c
/**********************************************************************
* ISO MPEG Audio Subgroup Software Simulation Group (1996)
* ISO 13818-3 MPEG-2 Audio Multichannel Encoder
*
* $Id: subs
config.h
/****************************************************************************
*
* MODULE: config.h
*
* COMPONENT: $RCSfile: $
*
* VERSION: $Name: $
*
* REVISION