Syntax
[zzl,rat,ee]=SGgearratio([f,nn,mm])
Input Parameter
f : | | desired ration |
nn : | | optional number of gear pair layers |
mm : | | minimum and maximum number of teeth; default is [9 55] |
Output Parameter
zzl : | | teeth sequence |
rat : | | ratio |
ee : | | relative error |
Examples
SGgearratio(10)
SGgearratio(1/10)
SGgearratio(pi)
SGgearratio(355/113)
SGgearratio(exp(1))
[a,b,c]=SGgearratio(pi,4)
[a,b,c]=SGgearratio(60,4)
[a,b,c]=SGgearratio(60,3)
SGgearratio(40,3) % default number of allowed teeth
SGgearratio(40,3,[11 45]) % minimum number of teeth is 11
Copyright 2023-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21