photo

HS Kim


2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

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

7年以上 前 | 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)...

7年以上 前 | 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...

7年以上 前 | 2 件の回答 | 0

2

回答