Borrar filtros
Borrar filtros

Moduletion and de moduletion

1 visualización (últimos 30 días)
Ariful Islam
Ariful Islam el 24 de Ag. de 2011
How can i modulate a given signal with another signal(career frequency given)....specially amplitude modulation ?

Respuestas (1)

Rick Rosson
Rick Rosson el 24 de Ag. de 2011
Before modulation, you need to make sure that the sampling rate (in samples per second) of the source signal is greater than twice the carrier frequency (in hertz). Otherwise, you will end up with aliasing.
  1. Create a column vector containing a cosine wave at the desired carrier frequency.
  2. Multiply the source signal by the cosine wave and store the result in another column vector.
  3. The result is the amplitude modulated version of the source signal.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by