How do I edit Default Exciter = dipole in the Antenna Toolbox
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Default reflectorCorner is 1GHz.
I need to change it to 434MHz
How is it done?
Leslie Parry G8AMK
1 comentario
Leslie Parry
el 21 de En. de 2020
Thank you for the data required to change the antenna frequency from 1GHz to 434MHz.
It works well !!!
I thank you again for a very fast efficient service.
Leslie Parry G8AMK / 9H4LP
Respuestas (1)
Devineni Aslesha
el 16 de En. de 2020
Use the following code to design the reflectorCorner antenna with operating frequency 434 MHz.
antenna = reflectorCorner;
designedAntenna = design(antenna,434e6);
pattern(designedAntenna,434e6);
From the attached plot, we can infer that the Max value of 7 dBi occurs at 434 MHz as the antenna is designed with operating frequency 434 MHz.
For more information, refer to the following links.
1 comentario
Ver también
Categorías
Más información sobre Antennas and Electromagnetic Propagation 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!