Prosenjit101
Newbie level 5
- Joined
- Apr 18, 2013
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Dhaka, Bangladesh
- Activity points
- 1,349
I need a MATLAB code to
promt the user to enter a sinusoid signal
ex: x= 3*sin(2*pi*50*t) + 3*sin(2*pi*100*t) + 3*sin(2*pi*200*t) + 3*sin(2*pi*400*t)
and if any other variables are needed from the user.
then display the signal in time domain and frequency domain.
and then apply a low pass filter,
to filter out the harmonics from the signal and then display the signal with the fundamental frequency.
promt the user to enter a sinusoid signal
ex: x= 3*sin(2*pi*50*t) + 3*sin(2*pi*100*t) + 3*sin(2*pi*200*t) + 3*sin(2*pi*400*t)
and if any other variables are needed from the user.
then display the signal in time domain and frequency domain.
and then apply a low pass filter,
to filter out the harmonics from the signal and then display the signal with the fundamental frequency.