代码搜索:Cepstrum
找到约 296 项符合「Cepstrum」的源代码
代码结果 296
www.eeworm.com/read/140727/5782257
h cepstrum.h
// file: $isip/class/algo/Cepstrum/Cepstrum.h
// version: $Id: Cepstrum.h,v 1.40 2002/11/26 20:16:04 parihar Exp $
//
// make sure definitions are only made once
//
#ifndef ISIP_CEPSTRUM
#define ISIP
www.eeworm.com/read/251501/12340711
exe cepstrum.exe
www.eeworm.com/read/167185/5463321
3 cepstrum.3
.\" Copyright (c) 1987 Entropic Speech, Inc.; All rights reserved
.\ @(#)cepstrum.3 1.2 21 Jun 1988 ESI
.TH CEPSTRUM 3\-ESPSsp 21 Jun 1988
.ds ]W "\fI\s+4\ze\h'0.05'e\s-4\v'-0.4m'\fP\(*p\v'0.4m'\ Entr
www.eeworm.com/read/472368/6876120
m cepstrum.m
function cm=cepstrum(s)
%此函数的功能是求语音信号的倒谱
cm= real(ifft(log(abs(fft(s)))));
%y2=rceps(x);
www.eeworm.com/read/166991/9987113
m cepstrum2.m
close all;
clear all;
%**************************************************************************
%***
%二次采样以确定像素间的相关性,然后对两个采样结果同时嵌入水印,利用的是倒谱变换
%************************************************
www.eeworm.com/read/160482/10527181
m plot_cepstrum.m
function plot_cepstrum(sig)
%PLOT_CEPSTRUM Plots the cepstrum of the signal.
%
% PLOT_CEPSTRUM(sig) Computes the cepstrum of sig and plots it up to 10000.
%
% By: Matthew Hutchinson
% Created: 1
www.eeworm.com/read/214552/15096911
m cepstrum2.m
close all;
clear all;
%**************************************************************************
%***
%二次采样以确定像素间的相关性,然后对两个采样结果同时嵌入水印,利用的是倒谱变换
%************************************************
www.eeworm.com/read/472368/6876117
m complex_cepstrum.m
%function complex_cepstrum(x)
%x=wavread('01.wav');
x=1:0.5:10;
xe=real(ifft(log(abs(fft(x)))));
b=2*xe;
xe
cceps(x)
www.eeworm.com/read/472368/6876119
m lpc_cepstrum.m
function h_c=lpc_cepstrum(s,p)
%本函数的功能是求lpc倒谱h_c,它为声道冲激响应h(n)的复倒谱
%p为选定模型的阶数
n=length(s);
a=lpc_coefficients(s,p); %获得线性预测的系数
h_c(1)=a(1);
%下
www.eeworm.com/read/373220/9468777
m estf0.m
function estf0(type,action)
% Copyright (c) 1995 Philipos C. Loizou
%
global nChannels filename Srate eFig
global HDRSIZE S0 S1 ratePps En Be n_Secs En2 Be2
global filename2 TWOFILES n_Secs2