Jump to content

Audio Signal Processing


Anitha T G

Recommended Posts

Hello,

Iam working on Audio Signal Processing.I ve written a novel algorithm for FFT in MATLAB. I have applied the novel algorithm to .wav test file and now I want to compare the original audio file with the reconstructed (using the novel algorithm) audio file .I want to know how to compare the two audio files & find out whether reconstructed audio is same as original?Plz let me know Thanks

Link to comment
Share on other sites

I ve written a novel algorithm for FFT in MATLAB. I have applied the novel algorithm to .wav test file and now I want to compare the original audio file with the reconstructed (using the novel algorithm) audio file .I want to know how to compare the two audio files & find out whether reconstructed audio is same as original?

Forgive me, but isn't that a bit like saying, "I'm a Formula 1 racecar driver, but I can't figure out how to back my car out of the garage."?

You know how to use MATLAB. You know how to read and manipulate .wav files. So read your original file into one vector, read your processed file into another vector, and subtract the processed vector from the original vector. If the files are too long, then do it a little bit at a time.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...