Community Profile

photo

Juan Pablo Ruiz Florez


Last seen: 11개월 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


I need to change the frequency domain of a DFT
I have to change f from (-0.5, 0.5 ) to (-pi, pi). n=64; k = 0:n-1; O1=(10*2*pi)/n; O2=(14*2*pi)/n; x = cos(O1*k) + 0.5*co...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


I want to filter a .wav file in a second order low pass filtre
I need to filtre, an audio filtre torought a low pass system. I have this code so far: y=audioread('hfnoise.wav'); plot(y);...

2년 초과 전 | 답변 수: 1 | 0

1

답변