Digital Signal Processing LibraryVoice LabProgram name: read_window Language: C In file: window_lib.c Objective: Read a window of data. Usage: int read_window(int **window, int window_size, int data_length, int sample_rate, FILE *input_file) ; Parameters:
Mathematical Description: Comments: Routine used to read a window of data from the data file Code: int read_window(int **window, int window_size, int data_length, int sample_rate, FILE *input_file) |
English Version > Documents and tutorials > D.Sc. projects > Routines for DSP > window_lib >