搜索资源列表
Matla_CFD
- 这几个算例都是MacCormack格式的,喷管计算用时间步进法,外突钝角绕流用空间步进法.都写成模块形式,便于查错. -these examples are MacCormack format, the nozzle calculation time stepping, framed obtuse angle with space bypass Step law. Modules are written form that facilitates Checking.
ADCsamplingratecalculation
- 基于ARM开发板的ADC采样速度的计算,应用广泛,如多想流速度的检测-ARM based development board ADC sampling rate calculations, widely used, such as multi-velocity test to
CAPTURE
- PIC单片机的CCP功能 //220V的交流电源直接用电阻限流,经光耦隔离,形成脉冲送到CCP2, //CCP2模块的捕捉功能,设置为每16个上升沿捕捉一次,相当于平均滤波,目的是为了减小误差 //TMR1计数的分频系数计算:假设电源为50Hz,即一个周期为20ms,16个周期为320ms //320ms=320000us,单片机用4MHz晶振,指令周期为1us,设TMR1的分频系数为K:65536×K=320000 //得K=4.88,取K=8,即TMR1的预分频系数设为1