代码搜索结果
找到约 2,916 项符合
Energy 的代码
myapp_ex04b.c
/******************************************************************************
* MyApp_Ex01.c - Initialization and main loop.
* MyApp_Ex02.c - Energy Detection Scan
* MyApp_Ex03a.c - A PA
myapp_ex07a.c
/******************************************************************************
* MyApp_Ex01.c - Initialization and main loop.
* MyApp_Ex02.c - Energy Detection Scan
* MyApp_Ex03a.c - A PA
myapp_ex04a.c
/******************************************************************************
* MyApp_Ex01.c - Initialization and main loop.
* MyApp_Ex02.c - Energy Detection Scan
* MyApp_Ex03a.c - A PA
myapp_ex03b.c
/******************************************************************************
* MyApp_Ex01.c - Initialization and main loop.
* MyApp_Ex02.c - Energy Detection Scan
* MyApp_Ex03a.c - A PA
myapp_ex06b.c
/******************************************************************************
* MyApp_Ex01.c - Initialization and main loop.
* MyApp_Ex02.c - Energy Detection Scan
* MyApp_Ex03a.c - A PA
myapp_ex05b.c
/******************************************************************************
* MyApp_Ex01.c - Initialization and main loop.
* MyApp_Ex02.c - Energy Detection Scan
* MyApp_Ex03a.c - A PA
myapp_ex08a.c
/******************************************************************************
* MyApp_Ex01.c - Initialization and main loop.
* MyApp_Ex02.c - Energy Detection Scan
* MyApp_Ex03a.c - A PA
myapp_ex07b.c
/******************************************************************************
* MyApp_Ex01.c - Initialization and main loop.
* MyApp_Ex02.c - Energy Detection Scan
* MyApp_Ex03a.c - A PA
xnneframe.m
function [NE, SE, M]=xNNEframe(speechframe, Tp)
% Input
% speechframe : A frame of speech signal to be analyzed
% Tp : pitch period of the input frame
% Output
% NE : energy of the noise in t
features_matrix.m
%This function computes the features matrix
%The features which computed are: variance (energy), skewness,...
function [Xf] = features_matrix (W)
[n,m]=size(W); %dimensions of the features mat