문제

I have an input signal in time domain (that is, discrete 14100 signed integers per second).

If I reverse the polarity (signed-ness) of each value, will I not produce a destructive source-audio canceling signal?

도움이 되었습니까?

해결책

Destructive cancellation by simply reversing polarity will occur only if your total software/hardware/system/transducer delay time from your input signal to to your output signal to the point of cancellation is zero (or a very tiny percentage of the period of the highest frequency), and the frequency and phase response of the destructive transducer is absolutely flat.

e.g. only likely in fictional/theoretical models.

다른 팁

Yes, Phase inversion (and summing the two) will cancel the signal, resulting in silence. Of course, you must mind numeric limits.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top