Discussion:
To convert a .dat file to .wav file in MATLAB
(too old to reply)
rui_cota
2006-05-17 09:46:26 UTC
Permalink
I am currently working on my final year project and am really hoping
that someone could provide me with a guide or an example source code
on converting a .dat file to a data file .wavt.

Thank you
Regards,
rui cota
Javier Vicente Saez
2006-05-17 20:13:05 UTC
Permalink
Post by rui_cota
I am currently working on my final year project and am really hoping
that someone could provide me with a guide or an example source code
on converting a .dat file to a data file .wavt.
Thank you
Regards,
rui cota
You don’t explain in witch format is de signal saved in the .dat file.

I will assume that the signal is saved in a raw format with all the
samples values in column.

In this case the only thing that you need to do is this:

Signal=load(‘file.dat’);
wavwrite(signal,fs);

Javier Vicente Saez
Oliver Hughes
2015-04-01 09:16:07 UTC
Permalink
Post by rui_cota
I am currently working on my final year project and am really hoping
that someone could provide me with a guide or an example source code
on converting a .dat file to a data file .wavt.
Thank you
Regards,
rui cota
To Convert DAT files to WAV, AVI, MP4, WMV, MOV, MKV, FLV, MP3, etc, personally recommend this step by step tutorial at: http://www.faasoft.com/articles/dat-file-converter.html

It is a real timesaver. And it easily completes the task.
Bruce Lee
2016-02-23 11:10:04 UTC
Permalink
Post by rui_cota
I am currently working on my final year project and am really hoping
that someone could provide me with a guide or an example source code
on converting a .dat file to a data file .wavt.
Thank you
Regards,
rui cota
You can try this free video converter which can be used as an audio converter. It supports 200+ video&audio formats and handhold devices with fast conversion speed. Besides, it enables you to merge and cut audio. You may explore more features with this freeware.

http://www.videoconverterfactory.com/free-video-converter/

Loading...