Phase Noise to Jitter

版本 1.0.0.0 (4.0 KB) 作者: Arne Buck
Jitter from phase noise vs. frequency data Calculates RMS jitter from phase noise power.
5.1K 次下载
更新时间 2008/11/9

查看许可证

Usage:
Jitter = Pn2Jitter(f, Lf, fc)

Inputs:
f: Frequency vector (phase noise break points), in Hz, row or column.
Lf: Phase noise vector, in dBc/Hz, same dimensions, size(), as f.
fc: Carrier frequency, in Hz, a scalar.

Output:
Jitter: RMS jitter, in seconds.

Phase noise data can be derived from graphical information or actual measurement data.

Comment header documentation gives multiple examples of use with comparison to other phase noise to jitter calculators available in application notes, web sites, Excel worksheets and dedicated phase noise laboratory measurement equipment.

Example:
>> f = [10^0 10^1 10^3 10^4 10^6]; Lf = [-39 -73 -122 -131 -149];
>> Jitter = Pn2Jitter(f, Lf, 70e6)
Jitter = 2.3320e-011

Four other examples of this same data set calculation are given, ranging from 21.135 to 24.56ps. More data set examples include PN9000 data file input and resulting jitter calculation.

引用格式

Arne Buck (2024). Phase Noise to Jitter (https://www.mathworks.com/matlabcentral/fileexchange/22038-phase-noise-to-jitter), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R11
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Pulse and Transition Metrics 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0