How to realize the modulation about two sine waves?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Dear all,

   

Now, there are  two sine waves,their frequency are 20Hz and 2000Hz.They can generated by WaveDAC8.Then,I want to modulate them in AM.It is easy to realize that in MATLAB/SIMULINK just by multiplying them.But how to reach it in the CY8CKIT-050? Mixer can only support the modulation about sine wave and square wave,isn't it ?

0 Likes
1 Reply
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

You could use two tables to gen the two sine waves, using DMA, and multiply the

   

DMA streams before sending to DAC. Or use DFB assembler to accomplish the

   

same thing. If the sines are fixed in time and ampliftude just one table with pre-

   

computed products would do.

   

 

   

    

   

          http://www.cypress.com/?rID=60720

   

 

   

Regards, Dana.

0 Likes