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
I am trying to figure out the best way to solve the de-interleaving issue, as in arranging the samples in the correct order for the output matlab matrix. An inefficient solution is easy but we want to save as much computation as possible.
If we don't know the signal length beforehand
*EDIT: Done. Dynamically allocate growing array. Copy over to another array to de-interleave. *
If we do know the signal length beforehand.
Preallocate a double pointer and store the samples in the correct indices. Point the matlab matrix to it and reshape. Easy.
from and to default to 0 unless explicitly specified. strtim("e") gives 0 if missing or gives the signal length. freq gives the sampling frequency or defaults to 250.
The text was updated successfully, but these errors were encountered: