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
Good point! I think we should just change it to correctly identify the unit as MB, since that keeps the clear relationship where e.g. 10Msps sampling rate results in a 20MB/s transfer rate.
What type of issue is this?
permanent - occurring repeatedly
What issue are you facing?
MiB unit is (2^10)^2 and you divide by 10^6 (byte_count_now / 1e6f) so actually you have unit MB not MiB.
There are two solutions:
What are the steps to reproduce this?
just to run hackrf_transfer software.
Can you provide any logs? (output, errors, etc.)
not necessary
The text was updated successfully, but these errors were encountered: