fft 함수에 의한 필터링
显示 更早的评论
index1=round(F*dt*n+1)
index2=round(n-F*dt*n+1)=n+2-index1
Unrecognized function or variable 'F'.
回答(1 个)
madhan ravi
2020-7-3
F = ... some values
dt = ...
n = ...
index1=round(F*dt*n+1)
index2=round(n-F*dt*n+1)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!