このページは機械翻訳を使用して翻訳されました。最新版の英語を参照するには、ここをクリックします。
correctairspeed
等価対気速度(EAS)、較正対気速度(CAS)、または真対気速度(TAS)間で対気速度を変換します
構文
説明
は、音速と静圧を使用して、指定された入力対気速度から指定された出力対気速度への変換係数を計算します。次に、この関数は入力された対気速度に変換係数を適用し、目的の対気速度の出力を生成します。outputAirpseed = correctairspeed(inputAirspeed,speedOfSound,pressure0,inputAirspeedType,outputAirspeedType)
は指定された方法を使用して変換係数を計算します。outputAirpseed = correctairspeed(inputAirspeed,speedOfSound, pressure0,inputAirspeedType,outputAirspeedType,method)
例
入力引数
出力引数
制限
この関数は、空気の流れが一定の比熱比 (ガンマ) を持つ圧縮可能な乾燥空気であると想定します。
参照
[1] Lowry, J.T. Performance of Light Aircraft. Washington, DC: AIAA Education Series, 1999.
[2] Pratt & Whitney Aircraft. Aeronautical Vestpocket Handbook. United Technologies, August 1986.
[3] Gracey, William. Measurement of Aircraft Speed and Altitude. Washington, DC: NASA Reference Publication 1046, 1980.
バージョン履歴
R2006b で導入