Antenna Designer test on signal rather than on scalar frequency
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Akshat
el 18 de Sept. de 2023
Editada: Akshat
el 22 de Sept. de 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 comentarios
Ver también
Categorías
Más información sobre RF Blockset Models for Transceivers en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!