Národní úložiště šedé literatury Nalezeno 25 záznamů.  předchozí6 - 15další  přejít na záznam: Hledání trvalo 0.00 vteřin. 
Akcelerace aplikací na superpočítači pomocí jazyka Python
Čelka, Marek ; Jaroš, Jiří (oponent) ; Jaroš, Marta (vedoucí práce)
V dnešnej dobe sú už všetky počítače, ktoré používame schopné paralelného spracovávania, ktoré nám výrazne šetrí čas pri riešení náročných problémov, ako sú napríklad rôzne vedecké výpočty, simulácie alebo predpovede. Témou tejto práce je akcelerácia výpočtovo náročných aplikácií práve pomocou paralelnému spracovania zadaného problému na superpočítači. Pre jednoduchšie pochopenie danej problematiky ľuďmi, ktorých sa priamo týka (napr. vedci, výzkumníci), bol zvolený programovací jazyk Python, ktorý je jednoduchý na pochopenie a mocný zároveň. Prvá časť práce sa venuje zoznámeniu s technikami paralelného spracovania pomocou mikrotestov, ktorých výsledky boli diskutované a využité ďalej v práci. Druhá časť práce sa zaoberá problematikou rekonštrukcie obrazu. Výsledky experimentovania s rôzne veľkými obrázkami sú porovnané v rámci sekvenčnej a paralelnej verzie pri rekonštrukcii obrazu a zápise do súboru. Spracované výsledky sú zhodnotené, diskutované a porovnané medzi sebou. Medzi použité metriky patria čas, zrýchlenie, priepustnosť a latencia.
Aplikace programovacího jazyka Python na některé úlohy mechaniky
Horák, Filip ; Lošák, Petr (oponent) ; Profant, Tomáš (vedoucí práce)
Programovací jazyk Python je v současnosti velmi silný a hojně využívaný programovací nástroj. Jeho dostupnost, jednoduchost a univerzálnost jej dělají oblíbenou volbou pro začátečníky i zkušené programátory. Ačkoli Python není primárně určen k výpočtům, za pomocí správných knihoven lze jednoduše vytvořit výpočetní programy. Cílem této bakalářské práce je seznámit se s programovacím jazykem Python, aplikovat jej na některé úlohy mechaniky a následně vytvořit prezentaci zpracovaných úloh ve webové aplikaci Jupyter.
Comparison of cryptography performance of microcontrollers ARM Cortex-A
Škurla, Tomáš ; Zeman, Václav (oponent) ; Slavíček, Karel (vedoucí práce)
The bachelor thesis deals with the measurement of cryptographic performance of ARM Cortex-A series microcontrollers. The theoretical part focuses on the description of concepts of cryptography, while at the same time explaining the principles of operation of individual cryptographic systems. Afterwards, thesis also describes the inner workings of ARM processors, their historical development, support for cryptography and detection of said support within processors. This is followed by defining the metrics for testing, part of which includes enumerating the hardware used in the testing process, with the focus being on the cryptography acceleration and encryption support. This also includes a description of the planned environment and software used in the testing. The practical part includes a description of the actual preparation of the defined environment and its possible modifications within the individual testing needs. The thesis concludes with an evaluation of the processed data and subsequent drawing of conclusions
3D rekonstrukce z více pohledů kamer
Sládeček, Martin ; Klečka, Jan (oponent) ; Richter, Miloslav (vedoucí práce)
Tato práce se zabývá rekonstrukcí trojrozměrného modelu statické scény z několika snímků. Předpokládá se při tom znalost intrinsických parametrů použitých kamer. V teoretické části jsou popsány základní principy jednotlivých kroků rekonstrukce. Dále jsou popsány různé možnosti implementace datového modelu vhodného pro tuto úlohu a jejich výhody i nevýhody. Praktická část se dále zabývá srovnáním různých metod filtrování nesprávně určených dvojic korespondujících klíčových bodů, implementací algoritmu polární stereo rektifikace a porovnáním různých způsobů výpočtu mapy disparity pomocí knihovny OpenCV. Na závěr jsou uvedeny a diskutovány ukázky zrekonstruovaných 3D modelů.
Vytvoření webové aplikace pro objektivní analýzu hypokinetické dysartrie ve frameworku Django
Čapek, Karel ; Zvončák, Vojtěch (oponent) ; Galáž, Zoltán (vedoucí práce)
Tato diplomová práce se zabývá výpočtem parametrů, ktéré by byly schopny rozlišit zdravou řeč a řeč postiženou hypokinetickou dysartrií. Byla zde nastudována hypokynetická dysatrie, což je motorická porucha řečového a hlasového ústrojí. Byly nastudovány metody zpracování řečového signálu. Dále byly nastudovány parametry, které by mohly dobře rozlišovat zdravou a nemocnou řeč. Následně byly tyto parametry naprogramovány v programovacím jazyce Python. Dalším krokem bylo vytvoření webové aplikace ve frameworku Django, která slouží pro analýzu dyzartické řeči.
Ultrasound Simulation in Python
Černý, David ; Olšák, Ondřej (oponent) ; Jaroš, Jiří (vedoucí práce)
k-Wave is a MATLAB toolbox for the simulation of sound wave propagation. The aim of this thesis is to re-implement a subset of k-Wave in Python while focusing on computational performance. The second goal is to develop a set of guidelines for transforming MATLAB source code to Python that could aid in further development. The thesis first summarises core features of the k-Wave toolbox, explores available technologies for high performance computing in Python, and highlights the most important aspects of transforming MATLAB source codes to Python. The second part of the thesis discusses architecture, testing and benchmarking of the Python implementation. The result of this thesis is a Python implementation of the three-dimensional sound propagation simulation compatible with k-Wave. The new implementation improves the structure of the original toolbox while providing performance comparable to the original k-Wave. In some instances, the performance of the new implementation surpasses the original implementation.
Detekce stresu
Jindra, Jakub ; Vítek, Martin (oponent) ; Němcová, Andrea (vedoucí práce)
Detekce stresu založená na non-EEG fyziologických datech může být užitečná pro monitoraci řidičů, pilotů, ale také sledování psychického stavu v běžném každodenním životě – tedy všude tam, kde je monitorace standardním EEG nevhodná. Tato práce využívá Non-EEG databázi volně dostupnou z Physionetu. Databáze obsahuje záznamy tepové frekvence, saturace krve kyslíkem, pohybu, vodivosti pokožky a teploty snímané pro 3 typy stresu prokládáné relaxační fází. V práci byly vytvořeny dva modely. Jeden pro binární klasifikaci stresu/klidu, druhý pro klasifikaci 4 psychických stavů. Nejlepších výsledků bylo dosaženo využitím modelu rozhodovacího stromu s 8 příznaky pro binární klasifikaci a 8 příznaky pro klasifikaci 4 stavů. Přesnost finálních modelů je přibližně 95 % pro binární klasifikaci a 99 % pro klasifikaci 4 psychických stavů. Veškeré algoritmy byly implementovány v jazyce Python.
Digitální zvuková steganografie
Kabelka, Petr ; Malaník, Petr (oponent) ; Strnadel, Josef (vedoucí práce)
Obor steganografie se zabývá ukrýváním informací s cílem zakrýt jejich samotnou existenci. Cílem této práce je vytvořit přehled existujících metod digitální zvukové steganografie a implementovat vybrané metody. Tato práce představuje jednoduše rozšiřitelnou a použitelnou multiplatformní knihovnu pro účely zvukové steganografie v programovacím jazyce Python včetně programu, který ji využívá. Na závěr jsou implementované metody srovnány na základě kvality, kapacity a robustnosti mezi sebou a s publikovanými metodami. Jelikož je velmi těžké najít na internetu konkrétní implementace různých publikovaných metod, umožňuje vytvořená knihovna téměř komukoliv jednoduše využívat implementované steganografické metody v praxi a pokračovat ve výzkumu této oblasti bez nutnosti reimplementace všech metod.
Ultrasound Simulation in Python
Černý, David ; Olšák, Ondřej (oponent) ; Jaroš, Jiří (vedoucí práce)
k-Wave is a MATLAB toolbox for the simulation of sound wave propagation. The aim of this thesis is to re-implement a subset of k-Wave in Python while focusing on computational performance. The second goal is to develop a set of guidelines for transforming MATLAB source code to Python that could aid in further development. The thesis first summarises core features of the k-Wave toolbox, explores available technologies for high performance computing in Python, and highlights the most important aspects of transforming MATLAB source codes to Python. The second part of the thesis discusses architecture, testing and benchmarking of the Python implementation. The result of this thesis is a Python implementation of the three-dimensional sound propagation simulation compatible with k-Wave. The new implementation improves the structure of the original toolbox while providing performance comparable to the original k-Wave. In some instances, the performance of the new implementation surpasses the original implementation.
Comparison of cryptography performance of microcontrollers ARM Cortex-A
Škurla, Tomáš ; Zeman, Václav (oponent) ; Slavíček, Karel (vedoucí práce)
The bachelor thesis deals with the measurement of cryptographic performance of ARM Cortex-A series microcontrollers. The theoretical part focuses on the description of concepts of cryptography, while at the same time explaining the principles of operation of individual cryptographic systems. Afterwards, thesis also describes the inner workings of ARM processors, their historical development, support for cryptography and detection of said support within processors. This is followed by defining the metrics for testing, part of which includes enumerating the hardware used in the testing process, with the focus being on the cryptography acceleration and encryption support. This also includes a description of the planned environment and software used in the testing. The practical part includes a description of the actual preparation of the defined environment and its possible modifications within the individual testing needs. The thesis concludes with an evaluation of the processed data and subsequent drawing of conclusions

Národní úložiště šedé literatury : Nalezeno 25 záznamů.   předchozí6 - 15další  přejít na záznam:
Chcete být upozorněni, pokud se objeví nové záznamy odpovídající tomuto dotazu?
Přihlásit se k odběru RSS.