How to choose sampling frequency to generate signals?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello everybody, i hope you and everyone here can help me
What's the sampling frequency that gives a good temporal and frequency resolution?
댓글 수: 0
답변 (1개)
dpb
2019년 5월 12일
Minimum sampling frequency would be >= Nyquist frequency which is max([f0 f1 f2 ... fn])/2
Sampling at 3-4X that value will be "adequate" for analysis for most practical purposes.
Minimum sample duration must be at least 2X the slowest frequency or 2/min([f0 f1 f2 ... fn]). Similarly, more samples--> better estimates
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!