フィルターのクリア

Ho i use Ambiguity function correctly?

2 ビュー (過去 30 日間)
Alex
Alex 2013 年 12 月 24 日
コメント済み: jack lu 2020 年 9 月 2 日
Hello. I am gathering data for studying possibilities of passive multistatic radar for my graduating work. I am using RTL-SDR modules (hardware) and SDR# (software) for recording real radiosignal. It creates file with two data vectors for I and Q components of signal (real and imaginary). Formulas of Ambiguity function in all works i found related to my subject also uses both real and imaginary parts of signal.
How do i correctly use build in Matlab Ambiguity function (ambgfun) when it receiving only one vector of data? Instead of two, acording to formulas. It still works good for synthetic signal, at least those one which i tryed. I do not understood how.
Thak you for atention to my problem.
  1 件のコメント
jack lu
jack lu 2020 年 9 月 2 日
Hi,Man. u can use real() or imag() function to get one vector of data, then use the ambgfun() to get the result, just help ambgfun(), then u will konw how to use the fuction.
now can u share the Scenario, its my graduate works, i'm build the Scenario. can u give some advices? thank u!!

サインインしてコメントする。

回答 (2 件)

Honglei Chen
Honglei Chen 2013 年 12 月 26 日
Hi Alex,
It will be great if you could somehow share your formula. In general, I and Q channel are often, like you said, the real and imaginary part of the signal, so you could consider to pass in I+1i*Q into the function, i.e.,
ambgfun(I+1i*Q,...)
HTH

Ethem
Ethem 2015 年 11 月 17 日
編集済み: Ethem 2015 年 11 月 17 日
Hi Alex, You can also use RTL-SDR directly with MATLAB and Simulink using the Communications System Toolbox Support Package for RTL-SDR Radio .

カテゴリ

Help Center および File ExchangeMatched Filter and Ambiguity Function についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by