代码搜索结果
找到约 2,916 项符合
Energy 的代码
energytableinit.m
function energytable = EnergyTableInit(SNR,M);
% Inputs:
% subcar_gains : Subcarrier Gains
% M : max Constellation Size
% Gap : Gap of the system
% Noise : Noise Po
sigmerge.m
function sig=sigmerge(x1,x2,ratio);
%SIGMERGE Add two signals with given energy ratio in dB.
% SIG=SIGMERGE(X1,X2,RATIO) adds two signals so that a given
% energy ratio expressed in deciBels is satisf
sigmerge.m
function sig=sigmerge(x1,x2,ratio);
%SIGMERGE Add two signals with given energy ratio in dB.
% SIG=SIGMERGE(X1,X2,RATIO) adds two signals so that a given
% energy ratio expressed in deciBels is satisf
sigmerge.m
function sig=sigmerge(x1,x2,ratio);
%SIGMERGE Add two signals with given energy ratio in dB.
% SIG=SIGMERGE(X1,X2,RATIO) adds two signals so that a given
% energy ratio expressed in deciBels is satisf
msim.m
clear all;
delttime=.125e-3; %get time switch period
delttime1=5e-8; %get time sampling period
num1=(delttime/delttime1);
x1=0;%初始值
x0=x1;
n=160;
k=300; %内循环次数
T=10; %起始温度
T1=0.01;
powerpeaks.m
function [pi,y] = PowerPeaks(x,fsa,fca,pa,xma);
%PowerPeaks: Finds peaks in the lowpass filtered signal power
%
% [pi,x] = PowerPeaks(x,fs,fc,pw,xm);
%
% x Input signal.
% fs Signal samp
sigmerge.m
function sig=sigmerge(x1,x2,ratio);
%SIGMERGE Add two signals with given energy ratio in dB.
% SIG=SIGMERGE(X1,X2,RATIO) adds two signals so that a given
% energy ratio expressed in deciBels is satisf
sigmerge.m
function sig=sigmerge(x1,x2,ratio);
%SIGMERGE Add two signals with given energy ratio in dB.
% SIG=SIGMERGE(X1,X2,RATIO) adds two signals so that a given
% energy ratio expressed in deciBels is satisf
mixture.m
function prob = mixture(mix, x)
% calculate output probability
%
% inputs:
% mix -- gaussian mixture
% x -- input vector, SIZE*1
% output:
% prob -- output probability
% Copyrigh
run.m
function run(datapath,prb,scal)
% MATLAB-Script running the numerical experiments for
% the transient Maxwell's equations in a cavity
if (nargin < 1), datapath = './'; end
if (nargin < 2), prb = -1;