Skip to content
Snippets Groups Projects
Commit ed29f78b authored by Chad Hanna's avatar Chad Hanna
Browse files

remove gsl matrix for snr time series, just use an array

parent b4126b67
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ typedef struct {
char * channel_name;
gboolean last_gap;
gboolean EOS;
gsl_matrix_complex *snr_mat;
double complex *snr_mat;
gsl_matrix_complex *autocorrelation_matrix;
gsl_vector *autocorrelation_norm;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment