question about sinc function
Mostrar comentarios más antiguos
hi how can i get this figure ?

i have used the following eq.

by coding the following type;
but it did not work can u please help me with that ? i cannot get negative values. thanks.
t=-511*0.005:0.01:512*0.005;
u_1=3/2*(110*sinc(110*pi*t)-60*sinc(60*pi*t));
2 comentarios
Dimitris Kalogiros
el 2 de Sept. de 2019
Hi Adnan
What exactly do want to plot ?
A sync(t) function ? Or function u(t) which you gave ?
ADNAN KIRAL
el 2 de Sept. de 2019
Respuesta aceptada
Más respuestas (1)
t = -511*0.005:0.005:512*0.005;
u_1 = 3/2*(110*sinc(110*t)-60*sinc(60*t));
1 comentario
ADNAN KIRAL
el 2 de Sept. de 2019
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
