Antenna Designer test on signal rather than on scalar frequency

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Signal Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by