To filter out a mono component, It gives good results to subtract one one wave from the other, the resulting waveform will have any underlying sound that are identical in both channels muted.
Can you think of a way to filter out these mono sounds? (keeping only the sounds that repeat in both channels?)
2007-02-03
06:48:42
·
3 answers
·
asked by
Anonymous
in
Science & Mathematics
➔ Physics
to sumarise:
What I want is to keep the wave componts that are equal in both channels, and deleting the ones that differ.
This would be done by performing a mathematcial function transformation.
for example, the function that removes the identical sounds is:
NewWave(x)=Wave1(x)-Wave2(x)
where Wave#(x) is the value for the recorded waveform at the time x.
2007-02-03
06:57:01 ·
update #1