06-04-2024 09:33 AM
@medum wrote:First if I have an an array with constant step size.
The other has differenz step size changing + 10, 11+ 10 and so an
For example:
x = 1,11,21,31,41,51,61,71,81,91,101
y = 1,11,22, 32, 43, 53, 64, 74, …
You show two arrays (x, and y) and they have different increments in value. The step size (one step per array index) is identical for both. You have an under-determined system.
Obviously the arrays differ and it is not obvious at all what you consider a "comparison" here. What determines the first derivative of the data? Could it be these should not even be integers and rounding to nearest integer causes the jitter?
06-04-2024 09:53 AM
yes i want to classify the jitte this should be equal?
I how can near that or calculate the jitter. My aim is more tje jitter
06-04-2024 10:12 AM
Upscaling didn't work like i thought it would. Using Initialize array you can '"upsample".
06-04-2024 10:13 AM
coud i calculate the jitter between the both arrqys?
06-04-2024 10:18 AM
Why not do a linear fit of both and compare offset and slope?
06-04-2024 10:20 AM
I want an solution that shows the generellay equality of the both with ranges.
I dont know of lineare fit helps?
06-04-2024 10:25 AM - edited 06-04-2024 10:29 AM
@altenbach wrote:
@medum wrote:First if I have an an array with constant step size.
The other has differenz step size changing + 10, 11+ 10 and so an
For example:
x = 1,11,21,31,41,51,61,71,81,91,101
y = 1,11,22, 32, 43, 53, 64, 74, …
You show two arrays (x, and y) and they have different increments in value. The step size (one step per array index) is identical for both. You have an under-determined system.
Obviously the arrays differ and it is not obvious at all what you consider a "comparison" here. What determines the first derivative of the data? Could it be these should not even be integers and rounding to nearest integer causes the jitter?
It sounds like rho might be handy 😉
I know you prefer I/Q but Polar coordinates are useful too
06-04-2024 11:00 AM - edited 06-04-2024 11:01 AM
@medum wrote:
I want an solution that shows the generellay equality of the both with ranges.
I dont know of lineare fit helps?
06-04-2024 11:03 AM
I want to calcultate the jitter from both?
06-04-2024 11:48 AM
@medum wrote:
I want to calcultate the jitter from both?
sounds like a plan. Just do it!
(... after fully understanding the data and defining the type of jitter (periodic, random) and units you want (TIE, JCC, MD, MAD, RMS, etc.))