will there be any effect on the result while multiplying two signals with the same time range but different sampling rate?

2 vues (au cours des 30 derniers jours)
will there be any effect on the result while multiplying two signals with the same time range but different sampling rate?

Réponse acceptée

Star Strider
Star Strider le 24 Sep 2020
They have to have the same numbers of elements, or the element-wise multiplication will throw an error. You can multiply one as a column vector by the other as a row vector using matrix multiplication (not element-wise multiplication) to create a matrix.
If they are the same lengths although different frequencies, they willl produce a ‘beat’ between the two of them essentially modulating each other. (This creates a double-sideband-suppressed-carrier signal.)

Plus de réponses (0)

Catégories

En savoir plus sur PHY Components dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by