代码搜索结果
找到约 2,916 项符合
Energy 的代码
plotcompressnumbers.sci
function PlotCompressNumbers(coef,signaltitle)
// PlotCompressNumbers -- Plot Compression Numbers
// Usage
// PlotCompressNumbers(coef,signaltitle)
// Inputs
// coef array of co
wpmpursuittour.sci
function [atomic,resid] = WPMPursuitTour(x,D,qmf,natom,titlestr)
// WPMPursuitTour -- Wavelet Packet atomic decomposition
// Usage
// [wp, btree] = WPMPursuitTour(Format,x,D,qmf [,maxits,title]
f7_4.m
%读入语音文件
fin=fopen('DR4_MLJH0_SX334.ADC','r');
x=fread(fin,'short');
fclose(fin);
%时域波形
figure(1);
plot(x,'LineWidth',2);
xlabel('时间 t');
ylabel('幅值 A');
%计算短时能量
N=length(x);
%%短时窗长
L=200
si2.m
function Y = si2(x,a)
% SI2 Integral of [sin(at)/(at)]^2 .
%
% Y = SI2(X,A) Computes integral of [sin(At)/(At)]^2 over [0, X]
%
% SI2 (with no input arguments) invokes the following example:
tvdenoise.c
/*----------------------------MegaWave2 module----------------------------*/
/* mwcommand
name = {tvdenoise};
version = {"1.0"};
author = {"Lionel Moisan"};
function = {"Image denoising by TV minimiza
mathtools600.txt
发信人: FangQ (木头虫子), 信区: MathTools
标 题: Matlab与C++接口与混合编程讨论小结(十一)
发信站: BBS 水木清华站 (Tue Nov 2 22:30:14 1999)
3.2 版本及安装注意事项
3.2.1 Matcom 4.0 的安装
由于matcom4.0所代的dll文件相对较小,所以便于发布小型程序,
mathtools589.txt
发信人: FangQ (木头虫子), 信区: MathTools
标 题: Matlab与C++接口与混合编程讨论小结(序)
发信站: BBS 水木清华站 (Tue Nov 2 22:24:16 1999)
说明:
本文结合SMTH上的Mathtools版大家的讨论和自己的一些使用心得,主要对
MIDEVA(Matcom)的使用方法作简单介绍。本文将版面上一
clip.c
/**************************************************************************
*
* ROUTINE
* clip
*
* FUNCTION
* determine if speech is clipped
*
* SYnoPSIS
* function clip(s
cbindex.asm
/*************************************************************************/
/* */
/* LD-CELP G.728
metropoliswalk.m
function [W,Ew,Wbsf,Ebsf,Ea,Estd,Ev,steps] = metropoliswalk( ...
verbose, ...
Ea, T, ...
walkers, W, X, cost, moveclass, ...
acceptrule, q, ...
hasEquilibr