From 7197bff5618ab78cb8d45f1d170ef6531e656ad3 Mon Sep 17 00:00:00 2001 From: swastik1308 <64323282+swastik1308@users.noreply.github.com> Date: Sat, 12 Sep 2020 13:41:45 +0530 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0538f59 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Operations-on-audio-signal +Spectrum Internship/ Task-2 of MATLAB +Write a program in MATLAB that will modulate and de-modulate a signal and plot it accordingly. +Follow the steps +1. First ask the user to start the recording, and save that recording in a file.*audio must be of 10 sec. +2. Then use that file and a carrier signal to modulate .*take the Carrier signal as per your wish. +3. After modulating it de-modulate the modulated signal to get the same input signal . +4. Plot 4 signal :- I. Input signal(your voice) +II. Carrier signal +III. Modulated signal +VI. De-modulated signal +5. And after a pause of 5 sec play the demodulated signal in the background. +