Feeds
已回答
How to save a double number to integer to a .txt file?
I have solved the problem. First,change the double type number to int32 type, and then use function fprintf() to save the varia...
How to save a double number to integer to a .txt file?
I have solved the problem. First,change the double type number to int32 type, and then use function fprintf() to save the varia...
14 years 前 | 0
提问
How to save a double number to integer to a .txt file?
Hi, I got some double type numbers in Matlab, I want to change them to int type,and save the int type numbers on a .txt file. C...
14 years 前 | 2 个回答 | 0
2
个回答提问
wav format data type in matlab
Hi, I found that data was in int type in wav file, but when I input the wav file into matlab using wavread(), I found that the ...
14 years 前 | 2 个回答 | 0
2
个回答已回答
A strange problem about audio play using MATLAB (Maybe a bug in MATLAB!)
I have found the answer. Maybe the Fs of downsampled audio file is too low. If the Fs of downsampled audio file is 8000Hz, there...
A strange problem about audio play using MATLAB (Maybe a bug in MATLAB!)
I have found the answer. Maybe the Fs of downsampled audio file is too low. If the Fs of downsampled audio file is 8000Hz, there...
14 years 前 | 0
已回答
A strange problem about audio play using MATLAB (Maybe a bug in MATLAB!)
In the question, I said that if the downsampled audio segment was played by the Audition software, the playing time was as long ...
A strange problem about audio play using MATLAB (Maybe a bug in MATLAB!)
In the question, I said that if the downsampled audio segment was played by the Audition software, the playing time was as long ...
14 years 前 | 0
提问
A strange problem about audio play using MATLAB (Maybe a bug in MATLAB!)
I have record an audio segment from computer audio input port and save the audio segment with the .wav format. The sample rate i...
14 years 前 | 4 个回答 | 0
