SphinxBase  5prealpha
yin_s Struct Reference

Data Fields

uint16 frame_size
 
float search_threshold
 Size of analysis frame. More...
 
float search_range
 Range around best local estimate to search.
 
uint16 nfr
 Number of frames read so far. More...
 
unsigned char wsize
 Size of smoothing window. More...
 
unsigned char wstart
 First frame in window. More...
 
unsigned char wcur
 Current frame of analysis. More...
 
unsigned char endut
 Hoch Hech! Are we at the utterance end?
 
float ** diff_window
 Window of difference function outputs. More...
 
uint16 * period_window
 Window of best period estimates. More...
 
int16 * frame
 Storage for frame.
 

Detailed Description

Definition at line 51 of file yin.c.

Field Documentation

float** yin_s::diff_window

Window of difference function outputs.

Definition at line 68 of file yin.c.

Referenced by yin_free(), yin_init(), yin_read(), and yin_write().

uint16 yin_s::nfr

Number of frames read so far.

Definition at line 60 of file yin.c.

Referenced by yin_read(), yin_start(), and yin_write().

uint16* yin_s::period_window

Window of best period estimates.

Definition at line 72 of file yin.c.

Referenced by yin_free(), yin_init(), yin_read(), and yin_write().

float yin_s::search_threshold

Size of analysis frame.

Threshold for finding period

Definition at line 54 of file yin.c.

Referenced by yin_init(), yin_read(), and yin_write().

unsigned char yin_s::wcur

Current frame of analysis.

Definition at line 64 of file yin.c.

Referenced by yin_read().

unsigned char yin_s::wsize

Size of smoothing window.

Definition at line 62 of file yin.c.

Referenced by yin_init(), yin_read(), and yin_write().

unsigned char yin_s::wstart

First frame in window.

Definition at line 63 of file yin.c.

Referenced by yin_read(), yin_start(), and yin_write().


The documentation for this struct was generated from the following file: