MATLAB Help Center
Spacing between turns of helix
s = helixpitch2spacing(a,r)
s = helixpitch2spacing(a,r) calculates the spacing between the turns of a helix antenna given the pitch angle, a, and the radius of the helix, r.
s
a
r
example
collapse all
Calculate spacing for helix with pitch varying from 12 degrees to 14 degrees in steps of 0.5 and 20 mm radius.
s = helixpitch2spacing(12:0.5:14,20e-3)
s = 1×5 0.0267 0.0279 0.0290 0.0302 0.0313
Calculate spacing for helix with pitch varying from 12 degrees to 14 degrees in steps of 0.5 and radius 20 mm.
Calculate the spacing of a helix that has a pitch of 12 degrees and a radius that varies from 20 mm to 22 mm in steps of 0.5 mm.
s = helixpitch2spacing(12,20e-3:0.5e-3:22e-3)
s = 1×5 0.0267 0.0274 0.0280 0.0287 0.0294
Calculate spacing for helix with pitch varying from 12 degrees to 14 degrees in steps of 0.5 and radius varying from 20mm to 22mm in steps of 0.5.
s = helixpitch2spacing(12:0.5:14,20e-3:0.5e-3:22e-3)
s = 1×5 0.0267 0.0286 0.0305 0.0324 0.0345
Pitch angle of helix, specified as a scalar or vector in meters.
Example: 12:0.5:14
Radius of helix, specified as a scalar or vector in meters.
Example: 20e-3
Note
If the pitch angle and radius are both vectors, then their lengths must be equal.
Spacing between helix turns, returned as a scalar or vector in meters.
Introduced in R2015a
cylinder2strip
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific
Contact your local office