You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wr_dat_file: consistently set n_sig and tsamps_per_frame.
Previously the variable "n_sig" was used confusingly to mean different
things at different points in the function.
Instead, set these variables consistently: n_sig is the number of
signals, samps_per_frame is the number of samples per frame of each
signal, and tsamps_per_frame is the sum of samps_per_frame (which is
also the number of columns of the reshaped d_signal array.)
0 commit comments