photo

Rizwan Bagwan


Active since 2018

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Matlab code for LMS filter to remove noise from audio signal
After removing some part of vocals from stereo audio how to filter it to get more precise karaoke output with the help of lms fi...

meer dan 6 jaar ago | 1 answer | 0

1

answer

Question


Can anyone suggest me how to remove vocals from stereo audio in matlab as I'm fresher & I am having software project based on karaoke to remove vocals. So plz suggest me some idea or codes to remove vocals. I hv tried this but its not removing vocal
[y, fs] = wavread('Song.wav'); sound(y,fs)F's; plot(y); left = y(:,1); right = y(:,2); fftL = fft(left); fftR = fft(right)...

meer dan 6 jaar ago | 1 answer | 0

1

answer