代码搜索结果
找到约 2,276 项符合
Energy 的代码
cp0201_waveform.m
%
% FUNCTION 2.5 : "cp0201_waveform"
%
% Generates the energy-normalized pulse waveform
%
% Special case of the second derivative Gaussian pulse:
% SCHOLTZ'S MONOCYCLE
%
% ********************
cp0201_waveform.m
%
% FUNCTION 2.5 : "cp0201_waveform"
%
% Generates the energy-normalized pulse waveform
%
% Special case of the second derivative Gaussian pulse:
% SCHOLTZ'S MONOCYCLE
%
% ********************
cp0201_waveform.m
%
% FUNCTION 2.5 : "cp0201_waveform"
%
% Generates the energy-normalized pulse waveform
%
% Special case of the second derivative Gaussian pulse:
% SCHOLTZ'S MONOCYCLE
%
% ********************
exam12_10.m
clc;
clear;
% 当前的延拓模式是补零
% 产生原始信号
x = randn(1,200);
% 计算x的shannon熵
e1 = wentropy(x,'shannon')
% 计算x的对数能量熵
e2 = wentropy(x,'log energy')
% 计算x的阈值熵,阈值取为0.2
e3 = wentropy(x,'threshold',0.2)
%
tsp_sa_f.m
%*************************************************************************%
% TSP_SA_F %
% 本程序计算并返回任一闭合路径Path的距离Energy(目标函数值)
margtfr.m
function [margt,margf,E]=margtfr(tfr,t,f)
%MARGTFR Marginals and energy of a time-frequency representation.
% [MARGT,MARGF,E]=MARGTFR(TFR,T,F) calculates the time and
% frequency marginals and the en
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
energy-model.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*-
*
* Copyright (c) 1997, 2000 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in s
energy-model.cc~
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*-
*
* Copyright (c) 1997, 2000 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in s
makeavg_en.c
/*
* Calculate Average for energy values
*
* syntax: makeavg_en []
*
*/
#include
#include
int main(int argc, char **argv)
{
FI