QUESTION Create a simulation environment with four different signals of different frequencies. For example, you need to
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
QUESTION Create a simulation environment with four different signals of different frequencies. For example, you need to
do it in matlab
QUESTION Create a simulation environment with four different signals of different frequencies. For example, you need to create four signals x1, x2, x3 and x4 having frequencies 9kHz, 10kHz, 11kHz and 12kHz. Generate composite signal X= 10.x1 + 20.x2 - 30 .x3 - 40.x4. and "." Sign represent multiplicaton. Add Random Noise in the Composite Signal Xo-Noise. Design an FIR filter (using FDA tool) with a cut-off of such that to include spectral components of x1 and order of first 100 and then an order of 300. Design by using the window of your choice Filter signal using this filter. Give plots for results.