How to choose sampling frequency to generate signals?

조회 수: 2 (최근 30일)
IsTun
IsTun 2019년 5월 12일
편집: IsTun 2019년 5월 13일
Hello everybody, i hope you and everyone here can help me
What's the sampling frequency that gives a good temporal and frequency resolution?

답변 (1개)

dpb
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

카테고리

Help CenterFile Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by