SphinxBase  5prealpha
yin_s Struct Reference

Data Fields

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

Detailed Description

Definition at line 51 of file yin.c.

Field Documentation

◆ search_threshold

uint16 yin_s::search_threshold

Size of analysis frame.

Threshold for finding period, in Q15

Definition at line 53 of file yin.c.

Referenced by yin_init().


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