-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a60f01
commit 7197bff
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|