libsent/src/wav2mfcc/ss.c

スペクトル減算 [詳細]

#include <sent/stddefs.h>
#include <sent/mfcc.h>
ss.cのインクルード依存関係図

ソースコードを見る。

関数

static boolean myread (void *buf, size_t unitbyte, int unitnum, FILE *fp)
float * new_SS_load_from_file (char *filename, int *slen)
float * new_SS_calculate (SP16 *wave, int wavelen, Value para, int *slen)

説明

スペクトル減算

作者:
Akinobu LEE
日付:
Thu Feb 17 17:19:54 2005

実際のスペクトル減算は wav2mfcc-buffer.c および wav2mfcc-pipe.c で 行われます.ここでは平均スペクトルの推定とファイルI/Oのみ定義されています.

Revision
1.4

ss.c で定義されています。


関数

static boolean myread ( void *  buf,
size_t  unitbyte,
int  unitnum,
FILE *  fp 
) [static]

Binary read function with byte swaping (assume file is BIG ENDIAN)

引数:
buf [out] read data
unitbyte [in] size of a unit in bytes
unitnum [in] number of unit to be read
fp [in] file pointer

ss.c44 行で定義されています。

参照元 new_SS_load_from_file().

float* new_SS_load_from_file ( char *  filename,
int *  slen 
)

Load a noise spectrum from file.

引数:
filename [in] path name of noise spectrum file
slen [out] length of the returned buffer
戻り値:
a newly allocated buffer that holds the loaded noise spectrum.

ss.c65 行で定義されています。

参照元 new_wav2mfcc(), と RealTimeInit().

float* new_SS_calculate ( SP16 wave,
int  wavelen,
Value  para,
int *  slen 
)

Compute average spectrum of audio input. This is used to estimate a noise spectrum from input samples.

引数:
wave [in] input audio data sequence
wavelen [in] length of above
para [in] parameter
slen [out] length of returned buffer
戻り値:
a newly allocated buffer that contains the calculated spectrum.

ss.c109 行で定義されています。

参照元 new_wav2mfcc().


Juliusに対してTue Sep 22 00:15:40 2009に生成されました。  doxygen 1.6.0