Subtract data vectors with different frequencies
이전 댓글 표시
Hey!
I have the following problem: I have two vectors of pressure data, vector A taken at frequency 20000 Hz, vector B taken at frequency 1000 Hz.
Now I would like to get the difference in pressure B-A, but obviously I can't just subtract the two vectors given their different length.
Is there an elegant way to do this? Clearly it will involve averaging sections of vector A in order to bring down its size to that of vector B. I couldn't figure out a nice general way to do this, however.
Would be glad if someone could help! :)
-Alex
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!