Amplitude Modulation and Carrier Wave Addition
Posted: Wed Oct 11, 2017 1:09 pm
Hi,
I want to reconstruct what is described in this section of a paper and because I don't want to buy a signal generator I want to use Audacity to test for feasibility.

I have a mono track and used these two Nyquist Codes:
AM:
f_c is then 28000Hz and n_1 is 1 (looks good to me, nothing gets cropped), right?
CWA:
f_c is then 28000Hz and n_2 is 2, right?
Somehow the resulting signal does not do what it is supposed to do.
Am I doing everything correct here? Some tutorials state you need to add 1 and multiply by 0.5 before applying AM.
Thank you!
I want to reconstruct what is described in this section of a paper and because I don't want to buy a signal generator I want to use Audacity to test for feasibility.

I have a mono track and used these two Nyquist Codes:
AM:
Code: Select all
(mult s (hzosc 28000 *table* 90))CWA:
Code: Select all
(mult 0.5 (sum s (hzosc 28000 *table* 90)))Somehow the resulting signal does not do what it is supposed to do.
Am I doing everything correct here? Some tutorials state you need to add 1 and multiply by 0.5 before applying AM.
Thank you!