Digital Signal Processing LibraryVoice LabProgram name: vector_copy Language: C In file: vector_lib.c Objective: Copy a vector to another Usage: void vector_copy(double *vector1, int vector_width, double **vector2); Parameters:
Mathematical Description: Comments: Routine is used to copy a vector to another Code: void vector_copy(double *vector1, int vector_width, double **vector2) |
English Version > Documents and tutorials > D.Sc. projects > Routines for DSP > vector_lib >