Search found 2 matches

by Pythonimus
Thu Oct 12, 2017 10:34 am
Forum: Audio Processing
Topic: Amplitude Modulation and Carrier Wave Addition
Replies: 3
Views: 1322

Re: Amplitude Modulation and Carrier Wave Addition

Ok, so the nyquist code should be:

Code: Select all

(mult (mult 0.5 (sum 1 s)) (hzosc 28000 *table* 90))
for a 0.5 modulation index?
by Pythonimus
Wed Oct 11, 2017 1:09 pm
Forum: Audio Processing
Topic: Amplitude Modulation and Carrier Wave Addition
Replies: 3
Views: 1322

Amplitude Modulation and Carrier Wave Addition

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. https://abload.de/img/screenshotfrom2017-10g3ap9.png I have a mono track and used these two Nyquist Codes: AM: (mult s (hzosc 2800...