Moduletion and de moduletion
이전 댓글 표시
How can i modulate a given signal with another signal(career frequency given)....specially amplitude modulation ?
답변 (1개)
Rick Rosson
2011년 8월 24일
0 개 추천
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.
- Create a column vector containing a cosine wave at the desired carrier frequency.
- Multiply the source signal by the cosine wave and store the result in another column vector.
- The result is the amplitude modulated version of the source signal.
카테고리
도움말 센터 및 File Exchange에서 Modulation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!