Feeds
질문
How can i do the real time sound volume change in GUI?
% A = get(handles.Volume_Slider,'Value'); TempSound = TempFft; RestoredAudio = real(ifft(TempSound)); sound(A*RestoredA...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
How can i restore complex numbers from abs(fft)?
I made this function { function [y,AudioFft,fs,TimeDomain,FreqDomain] = ReadWavFile(filename) [y,fs] = audioread(filename)...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
What is the x axis and y axis if i plot(y) that y = audioread('filename.wav') ?
I have to make equilizer as my project So i read wav file by audioread And i have to adjust x axis as frequency and y asix...
대략 9년 전 | 답변 수: 2 | 0
