Forums › SA Series Discussions › Sample Rate – 486.1111
- This topic has 2 replies, 2 voices, and was last updated 9 months, 3 weeks ago by
Andy Ashton.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
Andy AshtonParticipantIs there any way of changing the sample rate away from the 486.11111112 ksps to an integer? I am working with IQ captures in the time domain and need the sampling instants to be integer time units apart. Matlab can only resample integer sampling rates. When I set the input resample rate to 486ksps it drifts over time.
AndrewModeratorAndy,
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?
Andy AshtonParticipantInteresting, yes this is what I need. Thanks.
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.