フィルターのクリア

Please Im stuck on how to create a system object

1 回表示 (過去 30 日間)
Onoja Oguche
Onoja Oguche 2018 年 6 月 18 日
回答済み: Honglei Chen 2018 年 6 月 19 日
Please help me on how to create a widebandbackscatteringRadarTarget system object

回答 (3 件)

Honglei Chen
Honglei Chen 2018 年 6 月 18 日
編集済み: Honglei Chen 2018 年 6 月 18 日
It's already in the Phased Array System Toolbox, it was introduced in R2016b.
HTH

Onoja Oguche
Onoja Oguche 2018 年 6 月 18 日
編集済み: Walter Roberson 2018 年 6 月 18 日
Thank you very much sir, But please I dont really have the R2016b version. how can I go about creating the system object it self.I was able to set all the properties tunable and untunatble on a new simulink system object creator but i dont understand this perticular code sir(
target = WidebandBackscatteringRadarTarget('Model','Nonfluctuating', ...
'AzimuthAngles',azpattern,'ElevationAngles',elpattern,...
'RCSPattern',rcspattern,'OperatingFrequency',fc,'NumSubbands',32, ...
'FrequencyVector',fvec);

Honglei Chen
Honglei Chen 2018 年 6 月 19 日
The code snippet you show is how to create a wideband backscatter target. It is how you use the object, not how you write such a target from scratch. To learn more about how to create a System object, you can refer to the following documentation
HTH

カテゴリ

Help Center および File ExchangeTransmitters and Receivers についてさらに検索

タグ

製品


リリース

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by