Digital Signal Processing LibraryVoice LabProgram name: save_plot Language: C In file: file_lib.c Objective: Write plot info to file. Usage: void save_plot(double **matrix, int order, int num_vectors, char *file_name, int options); Parameters:
Mathematical Description: Comments: Routine is used to save vectors in a format that gnuplot can read and plot Code: void save_plot(double **matrix, int order, int num_vectors, char *file_name, int options) |
English Version > Documents and tutorials > D.Sc. projects > Routines for DSP > file_lib >