This is a free preview. For full access
Differentiation Rules
Estimating Altitude Changes with Linearization
Description
Linearization can help a drone estimate small altitude changes from air pressure readings. Atmospheric pressure drops as altitude rises, and this relationship is often modeled with an exponential function. The model is accurate, but the math needed to convert pressure into altitude can be too complex for repeated calculation...
Show More
Transcript
无人机在复杂地形中飞行时,利用气压作为辅助方法来估算微小的高度变化。
在高度方面,压力通常被建模为指数衰减,其倒数给出高度随压力变化。
该公式通常过于复杂,无法重复计算,因此通过线性化局部将其近似为线性函数。
这包含三个步骤,从初始压力点Pi 开始,例如90千帕,近似值位于中心。首先,使用标记为 h(Pi) 的原始方程计算 Pi 处的高度。
其次,斜率通过计算Pi处高度函数的导数求得。这条坡度显示了高度随小气压变化的变化。
例如,如果气压从90降至89.2千帕,则将降幅乘以初始压力的斜率,以估算高度变化。...
Show More