divya reddy
Followers: 0 Following: 0
Feeds
提问
can anyone provide me with a code for audio compression with explanation please?
can anyone provide me with a code for audio compression with explanation please?
4 years 前 | 0 个回答 | 0
0
个回答提问
CAN ANYONE PLEASE PROVIDE AN EXPLANATION FOR THIS CODE ON AUDIO COMPRESSION? (the formula is for 60% compression i dont understand how it came)
[x,fs]=audioread('sample.wav'); N=length(x); vlcplayer=audioplayer(x,fs); vlcplayer.play %%%%%%%%%%%%%%%%%%%%% t=fft(x,N); ...
4 years 前 | 2 个回答 | 0
2
个回答提问
NEED EXPLANATION FOR A MATLAB AUDIO COMPRESSION URGENTLY PLEASE. I WOULD BE VERY GRATFUL
%%%%%%%%%%%%%TASK 1%%%%%%%%%%%%%%%% [x,fs]=audioread('sample.wav'); N=length(x); vlcplayer=audioplayer(x,fs); vlcplayer.play...
4 years 前 | 1 个回答 | 0