-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add COM metric reporting. #31
Comments
I think this Anritsu white paper is a great reference for the details of COM calculation. Most other references I'm finding tend to refer the reader to M-code scripts and MS Excel spreadsheets, which aren't very helpful to us writing Python code. |
I've been hunting the COM code for some time :)) mellitz_3dj_02_elec_230817_COM_v4p1_update.zip version 4.1 has the latest code, but no config sheets. Yes, it's an M file for Matlab (not Octave). I haven't yet found if anyone has re-implemented it in python. |
Thanks, @dracid ! Line 1487 in 860e34a
Thanks! |
The Channel Operating Margin (COM) method of measuring high speed serial communication channel performance is becoming more and more popular. I'd like to add this ability to PyBERT.
The text was updated successfully, but these errors were encountered: