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