Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@harshad-ukH5ww • Oct 17, 2011
This seems little confusing as Microphone is going to record the Sounds from two different guitar simultaneously RIGHT? Then Final recorded sound becomes the combination of that two sounds and that may be totally different.
correct me if i am wrong. -
@errol-marfil-xXIXSv • Oct 19, 2011
You got it 😁 Since the two guitar plays two different tones simultaneously, the recorded track would be a combination of the two tones. Our goal now is to be able to separate the two tones. I think the key elements that would help us in making a program is the fact that we will be using a microphone array and that the guitars would be separated by a certain distance, correct me if I'm wrong. We will then be using MATLAB's Multiple Signal Classification (MUSIC) to finally be able to separate them. That's just pretty much the summary of what we are planning to do, we aren't too sure about the details and how we would be able to implement it fully though. -
@harshad-ukH5ww • Oct 19, 2011
Right Microphone array can solve our problem but for that we have to study where we have to place microphone so that we have to less work at MATLAB side and easily write the software. -
@errol-marfil-xXIXSv • Oct 19, 2011
Let's say that we finally have a setting for the array, what processes should the track undergo? We were given a lecture about Windowing and how to implement it in MATLAB so I guess that's the first step, any ideas on what comes next?😁 -
@harshad-ukH5ww • Oct 19, 2011
Not much knowledge for MATLAB but you have to do some type of filtering. As this is the only way to separate frequencies. -
@errol-marfil-xXIXSv • Oct 20, 2011
Cool, I'll keep that in mind 😀 Are you familiar with zero crossing though or terms like that? Cause I've heard them but I'm not pretty sure if we need them or if they are needed -
@harshad-ukH5ww • Oct 20, 2011
Zero crossing is used in multiple way i have used it for AC measurement and TRAIC firing controlling. but in this case it may have some different role. -
@errol-marfil-xXIXSv • Oct 20, 2011
Any idea on how we can apply it to the separation of tones though? And btw, finally found the lecture, so here are the topics, there are some explanations on what they are for but not really related to what we are supposed to do (or atleast I can't seem to see the link between them yet @_@)
•Recording and Reading .wav files
•Windowing
•Zero-Crossing
•Cepstrum
•Linear-Predictive Coding (LPC)
–Parametric Modelling
•MUltiple-SIgnal Classification (MUSIC) Algorithm
Spatial Signal Processing