Convert data from weird to regular data

AI Thread Summary
The discussion revolves around converting a file with unusual characters into a readable format using MATLAB. The original poster suspects the file is not in UTF-8 format and has attempted to use Notepad++ without success. Participants suggest that the file may be in Uuencoding format, indicating it is likely a binary file rather than plain text. They recommend decoding it, which could reveal an ASCII text file that is easier to read. Further details about the file's content are necessary for more specific guidance.
Nate Duong
Messages
125
Reaction score
4
Dear Group,

I have a 30_sec_data.txt with weird characters in it and data.txt with nice numeric in it,

Any one have any ideal to help me convert data from weird to regular data using Matlab.

Thank you,

Best regard,
 
Physics news on Phys.org
The file is probably not in UTF-8 format. Can you open it with Notepad++ and resave it?
 
  • Like
Likes Nate Duong
Borg said:
The file is probably not in UTF-8 format. Can you open it with Notepad++ and resave it?
Dear Borg,
I already tried with it but I can not get any number on the notepad++. Do you have any other ideals?

Thank you so much?
 
Without more details on the file, it's hard to say.

Nate Duong said:
Do you have any other ideals?
A small note. I've seen you type this wrong a lot. The word is "ideas", not "ideals". :smile:
 
Borg said:
Without more details on the file, it's hard to say.A small note. I've seen you type this wrong a lot. The word is "ideas", not "ideals". :smile:
sorry, English is my second language !
 
Nate Duong said:
sorry, English is my second language !
I understand. Just thought that you would want to know.
 
Borg said:
I understand. Just thought that you would want to know.
Thank you so much... :)
 
  • Like
Likes Borg
Borg said:
I understand. Just thought that you would want to know.

I found the files which I sent out, are uudecode format, but I've never heard about this format...

Have you ever heard about this format?
 
It seems that you have a binary file - Uuencoding. I don't know where you got it but it isn't a plain text file that you can read. It seems that you have a program file that happens to have a .txt name. There isn't anything there that you will be able to read.
 
  • #10
Borg said:
It seems that you have a binary file - Uuencoding. I don't know where you got it but it isn't a plain text file that you can read. It seems that you have a program file that happens to have a .txt name. There isn't anything there that you will be able to read.
After decoding it, it might turn out to be just an ASCII text file. Then it should be easy to read. The wikipedia page you reference can help to decode it.
 
  • Like
Likes Nate Duong and Borg

Similar threads

Replies
4
Views
2K
Replies
1
Views
5K
Replies
2
Views
3K
Replies
2
Views
1K
Replies
8
Views
2K
Replies
6
Views
13K
Back
Top