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 get the following error when calling data = readNPY('../recordings/iq_time_samples_13_57_53.npy');
Too many outputs requested. Most likely cause is missing [] around left hand side that has a comma separated list expansion.
Error in readNPYheader (line 54)
dataType = dtypesMatlab{strcmp(dtNPY(2:3), dtypesNPY)};
Error in readNPY (line 10)
[shape, dataType, fortranOrder, littleEndian, totalHeaderLength, ~] = readNPYheader(filename);
Error in main (line 90)
data = readNPY('../recordings/iq_time_samples_13_57_53.npy');
What is the data type of the file? Is it complex, is that what 'c1' is? If you want to try to implement support for complex types, I'm happy to review a pull request on it.
I get the following error when calling
data = readNPY('../recordings/iq_time_samples_13_57_53.npy');
More information:
The text was updated successfully, but these errors were encountered: