フィルターのクリア

Plz help me understand what the output is doing! Hardware: Vayyar imagevk-74 radar sensors

5 ビュー (過去 30 日間)
Ashis Pandey
Ashis Pandey 2022 年 6 月 1 日
回答済み: Walter Roberson 2022 年 6 月 2 日
  2 件のコメント
KSSV
KSSV 2022 年 6 月 1 日
@Ashis Pandey Please format your code. And then ask the question. Your question is not clear.
Ashis Pandey
Ashis Pandey 2022 年 6 月 1 日
Here!
The watermarked part is: Record_result = vtrigU.vtrigU.GetRecordingResult(vtrigU.SignalCalibration.DEFAULT_CALIBRATION);
BR_response =ifft(mean(H.*Smat),Nfft,2);

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

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 6 月 2 日
Everything that starts with vtrigU is a function that is being supplied by the ActiveX interface DLL supplied by the manufacturer. vtrigU.SignalCalibration.DEFAULT_CALIBRATION does not mean anything special to MATLAB: it just means that the vtrigU ActiveX object should be told to perform the SignalCalibration action, and that the resulting object should be told to perform the DEFAULT_CALIBRATION action.
These have no inherent meaning to MATLAB; they do whatever the ActiveX control has configured. As far as MATLAB is concerned, it could have been vtrigU.Gort.Klaatu.Barada.Nikto

カテゴリ

Help Center および File ExchangeActiveX についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by