Add the phase of a signal to magnitude of another signal

1 次查看(过去 30 天)
I have two voice recordings A and B in the time domain. I changed into the frequency domain using the fft command.Then I got the magnitude and phase of the transform for both of them. My task is to take the phase of the second recording to the magnitude of the first. However, magnitude_A is not equal to phase_B in length. I append some zeros. The following command gives error saying that the two vectors must agree in dimensions [Although both now have the same length]. >> mixed = Amag .* exp(j*Bph); Any suggestions to solve this?
  4 个评论
AbdAlla Hefny
AbdAlla Hefny 2016-11-19
K, I found out what was the problem, one signal seems to be a matrix not a vector although the vector lengths are the same!
David Goodmanson
David Goodmanson 2016-11-19
yes, in retrospect comparing size(Amag) and size(Bph) would have been a better suggestion.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Spectral Measurements 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by