Digital Signal Processing LibraryVoice LabProgram name: free_vectors Language: C In file: vector_lib.c Objective: free list of vectors Usage: void free_vectors(double ***vector, double **vector_data_ptr); Parameters:
Mathematical Description: Comments: Routine is used to free the pointers to vectors Code: void free_vectors(double ***vector, double **vector_data_ptr) |
English Version > Documents and tutorials > D.Sc. projects > Routines for DSP > vector_lib >