フィルターのクリア

Antenna Designer test on signal rather than on scalar frequency

1 回表示 (過去 30 日間)
Alan Enrique Perez Barroso
Alan Enrique Perez Barroso 2023 年 8 月 23 日
編集済み: Akshat 2023 年 9 月 22 日
I would like to know if theres a way to test the Antenna design function with a created function that emulates the signal of a radio statiosn rather than just a scalar frequency. hereby I attached my code so far:
%% Antenna Properties
antennaObject = design(fractalGasket, yr);
antennaObject.NumIterations = 3;
antennaObject.Conductor.Name = 'Gold';
antennaObject.Conductor.Conductivity = 4.11*1e7;
antennaObject.Conductor.Thickness = 2e-07;
% Show
figure(5);
show(antennaObject)
with yr defined as yr= Am*cos(2*pi*fa*t);
rather than just 1.5 Mhz
Thanks in advanced

回答 (1 件)

Akshat
Akshat 2023 年 9 月 18 日
編集済み: Akshat 2023 年 9 月 22 日
I understand that you want to test the antenna design function with a time varying function that emulates the signal of a radio station rather than just a scalar frequency. However, as per the documentation page for the design function, the frequency argument only accepts a real positive scalar. Thus, substituting the scalar with the radio station signal seems to be out of scope.
To better assist you, it would be helpful to understand your motivation behind creating a function that models a radio station signal and replacing the scalar value while using the design function. By understanding your specific requirements, I can provide more targeted guidance and suggestions to meet your needs effectively.
Have a look at below references for further understanding
I hope this helps.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by