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

1 回表示 (過去 30 日間)
Faiyaz Kabir
Faiyaz Kabir 2019 年 9 月 16 日
コメント済み: David K. 2019 年 9 月 16 日
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 Center および File ExchangeMultirate Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by