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 32 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
6: Flowchart Main function 4. Then set interrupt rising edge and cleared interrupt status for these pins. Duty cycle is 24 . Timer configured 32-bit down counting timer. set digital I/O pins which correspond with generator and PWM pins. In pwmgen_init function PWM0 enabled first. Then registered interrupt handler names for both ports. Their content with its comment could written according programming examples. Then timer interruption is enabled. Then generators are configured work up-down mode without sync with period kHz. Our gpio_init function set digital I/O pins which use for digital input interruption.4 Initialization functions These functions are called the beginning main function before its while loop. Gen measurement axis and generator axis. At the end enable interrupt port level.4. are using included generators. there are enabled ports refer these pins. Using pins are set input analog type with strength 2 mA.Illustration 4