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年弱 前 | 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年弱 前 | 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年弱 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 4 件の回答 | 0
