fft 함수에 의한 필터링

index1=round(F*dt*n+1)
index2=round(n-F*dt*n+1)=n+2-index1
Unrecognized function or variable 'F'.

Respuestas (1)

madhan ravi
madhan ravi el 3 de Jul. de 2020

0 votos

F = ... some values
dt = ...
n = ...
index1=round(F*dt*n+1)
index2=round(n-F*dt*n+1)

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Preguntada:

el 3 de Jul. de 2020

Respondida:

el 3 de Jul. de 2020

Community Treasure Hunt

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

Start Hunting!