Signal Processing LibraryProgram name: copy_d_window Language: C In file: window_lib.c Objective: Copy data from one window to another Usage: copy_d_window(double *d_window_i, int length, double **d_window_o); Parameters:
Mathematical Description: x -> y; Comments: Routine is used to copy a window (array of data) from one variable to another Code: void copy_d_window(double *d_window_i, int window_size, double **d_window_o) |
English Version > Documents and tutorials > D.Sc. projects > Routines for DSP > window_lib >