How do I edit Default Exciter = dipole in the Antenna Toolbox
    5 views (last 30 days)
  
       Show older comments
    
Default reflectorCorner is 1GHz.
I need to change it to 434MHz
How is it done?
Leslie Parry G8AMK
1 Comment
  Leslie Parry
 on 21 Jan 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
Answers (1)
  Devineni Aslesha
    
 on 16 Jan 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.
See Also
Categories
				Find more on Antennas and Electromagnetic Propagation in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

