How to upsample an RF signal by a non-integer factor.

1 次查看(过去 30 天)
Hello,
I want to upsample an RF signal by a factor of 2.5 (from 20 MHz to 50 MHz). But the MATLAB function "upsample" only works for integer factors. I know of the "resample" function, but it can only work on double precision vectors. But the problem is, my RF signal after getting read is a three-dimensional int16 data (1032x128x405 int16),
Any help or suggestion on this will be greatly appreciated.
  1 个评论
David K.
David K. 2019-9-16
Instead of upsampling by 2.5 (5/2) you can actually upsample by 5 and then downsample by 2 in order to effectively upsample by 2.5.
This website appears to go over the theory well enough.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by