fft 함수에 의한 필터링
Mostra commenti meno recenti
index1=round(F*dt*n+1)
index2=round(n-F*dt*n+1)=n+2-index1
Unrecognized function or variable 'F'.
Risposte (1)
madhan ravi
il 3 Lug 2020
F = ... some values
dt = ...
n = ...
index1=round(F*dt*n+1)
index2=round(n-F*dt*n+1)
Categorie
Scopri di più su MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!