How do I edit Default Exciter = dipole in the Antenna Toolbox
1 次查看(过去 30 天)
显示 更早的评论
Default reflectorCorner is 1GHz.
I need to change it to 434MHz
How is it done?
Leslie Parry G8AMK
1 个评论
Leslie Parry
2020-1-21
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
回答(1 个)
Devineni Aslesha
2020-1-16
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.
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!