How to code for this equation in Matlab

2 visualizaciones (últimos 30 días)
zeeshan shafiq
zeeshan shafiq el 10 de Feb. de 2020
Respondida: zeeshan shafiq el 10 de Feb. de 2020
f(x)=2*e^jwt
  1 comentario
James Tursa
James Tursa el 10 de Feb. de 2020
You have a function of x on the left hand side, but there is not x on the right hand side. What is your intention?

Iniciar sesión para comentar.

Respuesta aceptada

James Tursa
James Tursa el 10 de Feb. de 2020
Assuming that f(x) is really supposed to be f(t):
f = @(t)exp(j*w*t);
But, you will need to have w defined prior to this.

Más respuestas (1)

zeeshan shafiq
zeeshan shafiq el 10 de Feb. de 2020
Thanks James,
Got it

Categorías

Más información sobre Matched Filter and Ambiguity Function en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by