Ultrazvukový anemometr

| Kategorie: Diplomové, bakalářské práce  | Tento dokument chci!

Práce popisuje principy a problémy při realizaci ultrazvukového anemometru. Je popsán princip výpočtu rychlosti větru a následné korekce výpočtu. Pro realizaci jsou využity ultrazvukové sensory a microcontrolér ARM Cortex-M3. Práce se zabývá generováním PWM signálu, jeho analogovou filtrací, zesílením a odvysíláním. Na přijímací straně jeto nízkonapěťový zesilovač a komparátor. Vyvíjený kód je popsán pomocí vývojového diagramu.

Vydal: FEKT VUT Brno Autor: Michael Dvořácek

Strana 36 z 49

Vámi hledaný text obsahuje tato stránku dokumentu který není autorem určen k veřejnému šíření.

Jak získat tento dokument?






Poznámky redaktora
sampled 128 values, program stay loop for 128 cycles. were discounting from 31250 (2,5 ms) and signal takes 1,5 spread between sensor, has measure 18750. After that get value from timer and calculate measured time as a complement timer_load_set.11: Flowchart GPIO post interrupt function 4.8 GPIO post interrupt function The gpio_post_int function called from main after adc_sample function. At first program clear max and put min high value. Program returns measured time and exit. every step takes one value from adc_array and store adc_value local variable. 12500 clock cycles, timer has lower value than 15000, digital input interrupt could happened because received noise some reflected signal. There are local variable on the beginning. It calculate difference between maximum and minimum sampled sequence. Digital input interrupt pin level disabled and flag set next state, X_WIND_CALC Y_WIND_CALC. Illustration 4. Actually this value can from 2500 5000 higher because another details. flag fulfill this condition, program exit from function.9 ADC peak peak function The adc_peaktopeak function called after gpio_post_int from main function. This can happen for too low measured time. Values below correspond with 170 m/s. The function has adc_array address input argument. There are some correction of this error later.4.4.4. In that case set flag for next measurement. we multiply this number 3,3 and divided 1000, had peak peak voltage of received signal. Then tested flag set X_PWM Y_PWM state. first is defined variable. At the end test value correct range. Than actual adc_value tested higher than max 28 . Then tested flag parameter let know, which PWM generator has switch off