- 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)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
milton
el 8 de Nov. de 2020
Comentada: milton
el 17 de Nov. de 2020
I'm not sure where i am going wrong.
0 comentarios
Respuesta aceptada
Prabhan Purwar
el 12 de Nov. de 2020
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
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!