资源简介
标准大气 MATLAB程序,可以直接运行

代码片段和文件信息
function [Z Z_L Z_U T P rho c g mu nu k n n_sum] = atmo(altdivisionunits)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Program: 1976 Standard Atmosphere Calculator[0-1000 km]
% Author: Brent Lewis(RocketLion@gmail.com)
% University of Colorado-Boulder
% History: Original-1/10/2007
% Revision-1/12/2007-Corrected for changes in Matlab versions
% for backward compatability-Many thanks to Rich
% Rieber(rrieber@gmail.com)
% Input: alt: Final Geometric Altitude[km]
% division: Reporting points for output arrays[km]
% (.01 km & Divisible by .01 km)
% units: 1-[Metric]
% 2-{English}
% Default: Values used if no input
% alt: 1000 km
% division: 1 km
% units: Metric
% Output: Each value has a specific region that it is valid in with this model
% and is only printed out in that region
% Z: Total Reporting Altitudes[0<=alt<=1000 km][km]{ft}
% Z_L: Lower Atmosphere Reporting Altitudes[0<=alt<=86 km][km]{ft}
% Z_U: Upper Atmosphere Reporting Altitudes[86<=alt<=1000 km][km]{ft}
% T: Temperature array[0<=alt<=1000 km][K]{R}
% P: Pressure array[0<=alt<=1000 km][Pa]{in_Hg}
% rho: Density array[0<=alt<=1000 km][kg/m^3]{lb/ft^3}
% c: Speed of sound array[0<=alt<=86 km][m/s]{ft/s}
% g: Gravity array[0<=alt<=1000 km][m/s^2]{ft/s^2}
% mu: Dynamic Viscosity array[0<=alt<=86 km][N*s/m^2]{lb/(ft*s)}
% nu: Kinematic Viscosity array[0<=alt<=86 km][m^2/s]{ft^2/s}
% k: Coefficient of Thermal Conductivity
% array[0<=alt<=86 km][W/(m*K)]{BTU/(ft*s*R)}
% n: Number Density of individual gases
% (N2 O O2 Ar He H)[86km<=alt<=1000km][1/m^3]{1/ft^3}
% n_sum: Number Density of total gases
% [86km<=alt<=1000km][1/m^3]{1/ft^3}
% Acknowledgements: 1976 U.S. Standard Atmosphere
% Prof. Adam Norris-Numerical Analysis Class
% Steven S. Pietrobon USSA1976 Program
% Notes: Program uses a 5-point Simpson‘s Rule in 10
% meter increments. Results DO vary by less 1%
% compared to tabulated values and is probably
% caused by different integration techniques
% Examples: atmo() will compute the full atmosphere in 1 km
% increments and output in Metric Units
% atmo(10) will compute
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6246 2007-01-12 19:49 atmo.m
文件 3646 2007-01-12 19:35 atmo_compo.m
文件 2312 2007-01-12 19:36 atmo_p.m
文件 1736 2007-01-11 04:47 atmo_temp.m
文件 2893 2007-01-11 04:40 f_n.m
文件 1108 2007-01-11 04:43 int_tau.m
文件 645 2007-01-12 19:43 tester.m
- 上一篇:机器人控制系统matlab仿真7
- 下一篇:盲信道估计源代码.rar
相关资源
- 组合导航matlab程序
- 替代数据法的matlab程序
- 神经网络分类matlab程序
- matlab程序用Hopfield网络解决TSP
- 多用户检测MATLAB程序
- 实现2ask.4ask.2fsk.4fsk.qam16.qam8调制的m
- 曲线旋转得到曲面的MATLAB程序
- 主动轮廓模型算法matlab程序
- Lozi混沌系统相关分析的MATLAB程序
- 用蚁群算法求解TSP问题的matlab程序
- 分数阶chen混沌matlab程序
- 基于粒子群算法的非合作博弈的matl
- KF+EKF matlab程序实现
- 圆拟合matlab程序,以及圆心 半径的确
- stlwritematlab程序
- 层次分析法的matlab程序
- 泊松过程的模拟及检验 matlab程序
- 世上最牛的23个图像跟踪算法MATLAB程序
- 散点拟合平面的MATLAB程序
- 信号检测与估计-理论与应用答案及
- ROC曲线MATLAB程序
- dijkstra算法改进的matlab程序能求出两点
- EEMD的MATLAB程序
- 基于遗传算法的机器人路径规划matl
- 基于自适应压扩法降低OFDM系统的峰均
- 求露点温度matlab程序
- 计算图像Spatial Frequence的Matlab程序SF
- 德州扑克获胜概率计算的MATLAB程序
- 数模美赛常用模型算法matlab程序包+数
- 遗传算法完整MATLAB程序实数法,轮盘
评论
共有 条评论