- https://www.mathworks.com/help/signal/gs/the-sinc-function.html
- https://www.mathworks.com/help/matlab/ref/times.html
x(t)=2+3*Π4(t)*sinc(t)
11 次查看(过去 30 天)
显示 更早的评论
I'm not sure where i am going wrong.
0 个评论
采纳的回答
Prabhan Purwar
2020-11-12
Hi,
Kindly have a look at the following code:
x = linspace(-5,5);
y = 2+3*pi*4*x.*sinc(x);
plot(x,y)
Links:
Thanks
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!