How do I open .bin file and transform data to .txt file
Show older comments
I would like to open bin file with these specification:
Sampling frequency [Hz]:5000
Datatype: 4-byte float
Channels:57
Samples:3000000
What do I need is to have every channel in one column. I was trying to use fread and fopen but I miss something.
Thanks!
1 Comment
Image Analyst
on 2 Dec 2023
Can youi possibly get a file with far fewer samples so it can be uploaded? Needs to be less than 5 MB. What application created the file? Can you just tell it to collect less data?
Accepted Answer
More Answers (1)
Walter Roberson
on 2 Dec 2023
0 votes
Categories
Find more on Standard File Formats in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!