photo

HS Kim


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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)...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 7 ans il y a | 2 réponses | 0

2

réponses