photo

Ayush Bhandarkar


Last seen: 5 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How can I change the sampling frequency of audio signal?
I guess this should work, [y,fs] = audioread(filename); left = (:,1); fs2 = fs/2; fs3 = fs*2; % soundsc(left,fs2); soundsc...

1 year ago | 0