Reply To: Sample Rate – 486.1111

Forums SA Series Discussions Sample Rate – 486.1111 Reply To: Sample Rate – 486.1111

#245563
AndrewAndrew
Moderator

Andy,

Unfortunately this is the only sample rate available from our API.

That being said, in MATLAB, you could use the resample(x,p,q) function like this,

> y = resample(x,9,10)

and y will be resampled to 437500, which would be a nice integer. Is this what you’re trying to do?