i am unable to plot the following signal can anyone help me? x(t)=20t^2(1-t)^4cos(12*pi*t)

 채택된 답변

Star Strider
Star Strider 2017년 1월 23일

2 개 추천

Sounds like homework ...
x = @(t) 20*t.^2.*(1-t).^4.*cos(12*pi*t);
t = linspace(0, 1);
figure(1)
plot(t, x(t))
grid

댓글 수: 9

amina sundas
amina sundas 2017년 1월 24일
thank you and yes a part of homework.. now i gotta find its haar transform..
Star Strider
Star Strider 2017년 1월 24일
My pleasure.
That should be relatively straightforward with the Wavelet Toolbox.
amina sundas
amina sundas 2017년 1월 29일
yeah i need to update my matlab. seems i dont have wavelet toolbox.
Star Strider
Star Strider 2017년 1월 29일
You need it if you want to work with wavelets. (I don’t use it often enough to be comfortable dealing with Questions about it.) It’s very useful for denoising signals with broadband noise, and for isolating specific features from signals.
amina sundas
amina sundas 2017년 1월 30일
ahan.. im working on it, thank you for information.
Star Strider
Star Strider 2017년 1월 30일
My pleasure.
amina sundas
amina sundas 2017년 2월 5일
can you help me in another program
Star Strider
Star Strider 2017년 2월 5일
Perhaps.
Post it as a new Question.
Leane Armada
Leane Armada 2020년 10월 22일
hi. can you help me with this problem ?
sketch the continuous time signal
x(t) = u(t+1) - 2u(t-1) + u(t-3)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

질문:

2017년 1월 23일

댓글:

2020년 10월 22일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by