Antenna Designer test on signal rather than on scalar frequency
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
0 commentaires
Réponses (1)
Akshat
le 18 Sep 2023
Modifié(e) : Akshat
le 22 Sep 2023
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.
0 commentaires
Voir également
Catégories
En savoir plus sur RF Blockset Models for Transceivers dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!