.bin is not a standard file format. .bin is an extension programmers use for any binary data that only works with their particular program. You would need details on how that particular program stores data inside the file.
This would give you an uninterpreted stream of bytes.
... but .bin files are rarely intended to be just streams of bytes. They usually have a format with some kind of header, and then data that is often not uint8. You would need to find the documentation for that particular application to know how to interpret the bytes -- there is no standard at all for ".bin" files.
That said... there are some files that are intended to be portable between applications that use .bin file extension. unofficial standards for that kind of data. At the moment we do not know enough to know whether this is one of those cases.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
1 件のコメント
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/591397-importing-bin-file-and-doing-time-domain-analysis#comment_1003369
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/591397-importing-bin-file-and-doing-time-domain-analysis#comment_1003369
サインインしてコメントする。