Used filters (2)  Zrušit všechna omezení
Number of found documents: 21202
Published from to

Cloud computing systém pro real-time zpracování dat
Nosková, Daša; Jeřábek, Kamil; Rychlý, Marek
2024 - Slovak
This thesis focuses on designing a system for processing a large stream of geo-localized temporal data in real-time. The theoretical part addresses concepts and tools for real-time data processing and characteristics of real-time systems. The thesis introduces the design and architecture of a scalable system that utilizes message queues. Furthermore, the main concepts of implementation of the proposed system are outlined, using technologies emphasizing fast response times. As part of the work, a scalable system capable of processing a large data stream was developed. Táto práca sa zaoberá návrhom systému pre spracovanie veľkého toku geo-lokalizovaných temporálnych dát v reálnom čase. Teoretická časť sa venuje konceptom a nástrojom pre spracovanie dát v reálnom čase a vlastnostiam systémov pracujúcich v reálnom čase. V práci je predstavený návrh a architektúra škálovateľného systému, ktorý využíva fronty správ. Ďalej sú priblížené hlavné koncepty implementácie navrhnutého systému, kde boli využité technológie kladúce dôraz na rýchlu odozvu. V rámci práce bol vytvorený škálovateľný systém, ktorý dokáže spracovať veľký tok dát. Keywords: real-time processing; cloud computing; scaling; micro services; stream processing; data processing; message queue; scalable architecture; apache kafka; apache flink Available in a digital repository NRGL
Cloud computing systém pro real-time zpracování dat

This thesis focuses on designing a system for processing a large stream of geo-localized temporal data in real-time. The theoretical part addresses concepts and tools for real-time data processing and ...

Nosková, Daša; Jeřábek, Kamil; Rychlý, Marek
Vysoké učení technické v Brně, 2024

Informační systém organizace Mensa
Madunický, Andrej; Rychlý, Marek; Bartík, Vladimír
2024 - Slovak
This bachelor’s thesis aims to design an information system for the organization Mensa Slovakia, whose current information system is insufficient for its needs. The proposed information system aims to simplify work for the organization's management, groups within the~organisation, and other users. This thesis analyzes the organization's requirements, focuses on system design, and summarizes user testing of the system. The information system was designed in PHP, with the front end designed in HTML using the template engine Twig and the CSS framework Tailwind CSS. The database was implemented using the relational database system MySQL. The main outcome of the work is a functional prototype of~the~information system for the organization Mensa Slovakia. Cieľom tejto práce je navrhnúť informačný systém pre organizáciu Mensa Slovensko, ktorej aktuálny informačný systém nie je pre jej potreby dostačujúci. Navrhovaný informačný systém má za cieľ zjednodušiť prácu ako vedeniu organizácie, tak aj záujmovým skupinám a~ďalším užívateľom. Táto bakalárska práca analyzuje požiadavky organizácie, venuje sa návrhu systému a sumarizuje testovanie systému užívateľmi. Informačný systém bol navrhnutý v jazyku PHP, pričom frontend bol navrhnutý v jazyku HTML za pomoci šablónovacieho jazyka Twig a CSS frameworku Tailwind CSS. Databáza bola implementovaná za pomoci relačného databázového systému MySQL. Hlavným výsledkom práce je funkčný prototyp informačného systému pre organizáciu Mensa Slovensko. Keywords: information system; PHP; MySQL; framework; Symfony; Twig; data management; non-profit organization; Mensa; database design Available in a digital repository NRGL
Informační systém organizace Mensa

This bachelor’s thesis aims to design an information system for the organization Mensa Slovakia, whose current information system is insufficient for its needs. The proposed information system aims to ...

Madunický, Andrej; Rychlý, Marek; Bartík, Vladimír
Vysoké učení technické v Brně, 2024

Implementace Table Top cvičení do univerzitního prostředí
Juricová, Sára; Zápotočný, Matej; Sedlák, Petr
2024 - Slovak
table top exercise, simulation exercises, cyber security, cyber incident, risk, top management This thesis deals with the creation of simulation exercises based on a provided cyber incident, using techniques employed in the gaming environment for top management in order to test their response and collaboration skills. The work presents the objectives, strategy, and creation of the simulation exercise. It analyzes the university environment, risks, a specific incident, and evaluates the financial plan of the project. Keywords: table top cvičenie; simulačné cvičenia; kybernetická bezpečnosť; kybernetický incident; riziko; vrcholový manažment Available in a digital repository NRGL
Implementace Table Top cvičení do univerzitního prostředí

table top exercise, simulation exercises, cyber security, cyber incident, risk, top management

Juricová, Sára; Zápotočný, Matej; Sedlák, Petr
Vysoké učení technické v Brně, 2024

Pořízení podrobné a gigantické fotografie a lokalizace v ní
Dubovec, Pavol; Vaško, Marek; Herout, Adam
2024 - Slovak
The goal of this work was to create a large image and a new technique to localize the photo in the larger image to increase the speed and accuracy of conventional methods. The proposed technique uses CNN architecture to extract embeddings from the queried image which will be used to search the database of embeddings from the large photo. Two models have been trained on a large dataset: based on classification (CE) and distance (triplet) Conventional methods were used to determine the location of the images and to generate the large image. A database of embeddings was created by partitioning the large image using the trained model. The database is searched for the K-nearest embeddings of the cutouts of the query image. These embeddings are generated by dividing the query photo into the same size parts as the CNN inputs. The optimal homography model is determined by random selection based on the positions of the four query image cutouts and their corresponding positions in the big picture. The homography model with the lowest harmonic mean of the embedding distance is selected as the final position. The homography is optimized using template matching where possible. The method shows sufficient accuracy and high speed on test datasets. The best model achieved a top-1 accuracy of 97.71% and a top-3 accuracy of 99.67%. Future research will investigate the performance of the method under increasing surface heterogeneity, the possibility of automating video retrieval to obtain a large dataset with photos, and its effectiveness in locating photos when conventional methods fail. Cieľom tejto práce bolo vytvoriť veľký obrázok a novú techniku na lokalizáciu fotografie vo väčšom obrázku, aby sa zvýšila rýchlosť a presnosť bežných metód. Navrhovaná technika využíva architektúru CNN na extrakciu embeddings z dopytovaného obrázka, ktoré sa použijú na vyhľadávanie v databáze embeddings z veľkej fotografie. Boli natrénované dva modely na veľkom súbore údajov: klasifikačný (CE) a dištančný (triplet). Na určenie umiestnenia obrázkov a na generovanie veľkého obrázka sa použili konvenčné metódy. Databáza vkladov sa vytvorila rozdelením veľkej fotografie pomocou natrénovaného modelu. V databáze sa vyhľadá K-najbližších embeddings výrezov query obrázka. Tieto embeddings sa generujú rozdelením query fotografie na rovnako veľké časti ako vstupy CNN. Optimálny model homografie sa určí náhodným výberom na základe pozícií štyroch výrezov query obrazov a ich zodpovedajúcich pozícií vo veľkom obraze. Ako výsledná pozícia sa vyberie model homografie s najnižším harmonickým priemerom embedding vzdialenosti. Homografia sa optimalizuje pomocou párovania šablón, kde je to možné. Metóda vykazuje dostatočnú presnosť a vysokú rýchlosť na testovacích súboroch údajov. Najlepší model dosiahol presnosť top-1 97.71% a presnosť top-3 99.67 %. V ďalšom výskume sa budú zisťovať výsledky metódy pri zvyšujúcej sa heterogenite povrchu, možnosti automatizácie vyhľadávania videí na získanie veľkého súboru údajov s fotografiami a jej účinnosť pri lokalizácii fotografií, keď bežné metódy zlyhávajú. Keywords: Image Localization; Homography Estimation; Approximate Search; CNN Available in a digital repository NRGL
Pořízení podrobné a gigantické fotografie a lokalizace v ní

The goal of this work was to create a large image and a new technique to localize the photo in the larger image to increase the speed and accuracy of conventional methods. The proposed technique uses ...

Dubovec, Pavol; Vaško, Marek; Herout, Adam
Vysoké učení technické v Brně, 2024

Zpětná extrakce Stateflow diagramu z kódu v jazyce C
Gavenda, Daniel; Smrčka, Aleš; Fiedor, Jan
2024 - Slovak
Simulink diagrams are widely used in industry, where they are used to specify control systems. The specific block used in them is the Stateflow diagram. The specified systems are often critical from the point of view of security, therefore the question of the correctness of the implementation of these systems is important. In this work, we will focus on the design, description and creation of a tool for the reverse reconstruction of the Stateflow diagram from the optimized code in the C language in order to prove the functional equivalence between the model and its corresponding code. Next, a created set of models representing models with Stateflow diagrams and codes generated from them is created, using several optimizations. The created tool will be tested on this set, it can also be used to evaluate other Stateflow analyzes and/or C code. Simulink diagramy majú široké využitie v priemysle, kde sa používajú na špecifikáciu riadiacich systémov. Konkrétnym blokom, ktorý sa v nich používa je Stateflow (stavový) diagram. Špecifikované systémy sú často kritické z hľadiska bezpečnosti, preto je otázka správnosti implementácie týchto systémov dôležitá. V tejto práci sa zameriame na návrh, popis a vytvorenie nástroja na spätnú rekonštrukciu Stateflow diagramu z optimalizovaného kódu v jazyku C za účelom preukázania funkčnej ekvivalencie medzi modelom a jemu odpovedajúcim kódom. Ďalej je vytvorená sada modelov reprezentujúcich modely so Stateflow diagramami a z nich vygenerované kódy pomocou viacerých optimalizácií. Na tejto sade bude vytvorený nástroj otestovaný, tiež je možné túto využiť pre evaluáciu iných analýz Stateflow a/alebo C kódu. Keywords: Simulink; Stateflow; optimizations; translation validation; finite state automata; automatic code generation; reverse reconstruction; Honeywell Available in a digital repository NRGL
Zpětná extrakce Stateflow diagramu z kódu v jazyce C

Simulink diagrams are widely used in industry, where they are used to specify control systems. The specific block used in them is the Stateflow diagram. The specified systems are often critical from ...

Gavenda, Daniel; Smrčka, Aleš; Fiedor, Jan
Vysoké učení technické v Brně, 2024

Elektrodové materiály pro akumulátory lithium-síra
Jaššo, Kamil; Almáši,, Miroslav; Syrový,, Tomáš; Kazda, Tomáš
2024 - Slovak
This thesis is focused on the research of electrode materials for lithium-sulphur (Li-S) batteries, with an emphasis on the optimization of the process of preparation of positive electrodes through the modification of the individual technical steps of the manufacturing process and the selection of a suitable binder. The theoretical part of the thesis is devoted to terminology and battery issues with emphasis on Li-S batteries, their working principle, shortcomings, critical parameters for commercialization and existing research in this field. The practical part of the thesis deals with the influence of the compression pressure used in the production of positive electrodes on the electrochemical properties of the resulting Li-S cells. In the next part of the thesis, the influence of the binder used on the resulting electrochemical properties is investigated. In the following sections, the influence of the thickness of the electrode material layer and the ratio of its individual components (C/S) on the resulting electrochemical properties of the Li-S cell is analyzed. On the basis of the measured results, the optimum conditions for the preparation of the positive electrodes of the Li-S cells have been identified with respect to the individual technical steps of the manufacturing process. Táto dizertačná práca je zameraná na výskum elektródových materiálov pre lithium-sírové (Li-S) akumulátory, s dôrazom na optimalizáciu procesu prípravy kladných elektród prostredníctvom úprav jednotlivých technických krokov výrobného procesu a výberu vhodného spojiva. Teoretická časť práce sa venuje terminológii a problematike batérií s dôrazom na batérie Li-S, ich princíp fungovania, nedostatky, kritické parametre pre komercializáciu a existujúci výskum v tejto oblasti. Praktická časť práce sa zaoberá vplyvom lisovacieho tlaku použitého pri výrobe kladných elektród na elektrochemické vlastnosti výsledných Li-S článkov. V ďalšej časti práce je skúmaný vplyv použitého spojiva na výsledné elektrochemické vlastnosti. V nasledujúcich častiach je analyzovaný vplyv hrúbky vrstvy elektródového materiálu a pomer jeho jednotlivých zložiek (C/S) na výsledné elektrochemické vlastnosti Li-S článku. Na základe nameraných výsledkov boli identifikované optimálne podmienky pre prípravu kladných elektród Li-S článkov vzhľadom k jednotlivým technickým krokom výrobného procesu. Keywords: Battery; Lithium; Sulfur; Li-S; Compression Pressure; Binder; Polyvinylidene Fluoride; PVDF; Carboxymethyl Cellulose; Cellulose Rubber; CMC; Carrageenan; Xanthan Gum; Layer Thickness; Layer Height; C/S Ratio Available in a digital repository NRGL
Elektrodové materiály pro akumulátory lithium-síra

This thesis is focused on the research of electrode materials for lithium-sulphur (Li-S) batteries, with an emphasis on the optimization of the process of preparation of positive electrodes through ...

Jaššo, Kamil; Almáši,, Miroslav; Syrový,, Tomáš; Kazda, Tomáš
Vysoké učení technické v Brně, 2024

Multiplatformní nástroj pro generování technické dokumentace z XML
Uhrecký, Michal; Šimek, Václav; Strnadel, Josef
2024 - Slovak
The aim of this thesis is to design and develop a technical documentation generator that processes general XML input. The work thoroughly examines the structure of XML documents and defines the criteria that quality technical documentation should meet. Furthermore, it focuses on the generation of documentation, emphasizing the possibilities for user annotation of XML data. Cieľom tejto práce je navrhnúť a vyvinúť generátor technickej dokumentácie, ktorý spracuje všeobecný XML vstup. Práca sa podrobne venuje analýze štruktúry XML dokumentov a definuje kritériá, ktoré by mala spĺňať kvalitná technická dokumentácia. Ďalej sa zameriava na generovania dokumentácie, pričom kladie dôraz na možnosti užívateľského anotovania XML dát. Keywords: XML; documentation; generator; HTML; Python; lxml; Flask; SVD; UPPAAL; Draw.io Available in a digital repository NRGL
Multiplatformní nástroj pro generování technické dokumentace z XML

The aim of this thesis is to design and develop a technical documentation generator that processes general XML input. The work thoroughly examines the structure of XML documents and defines the ...

Uhrecký, Michal; Šimek, Václav; Strnadel, Josef
Vysoké učení technické v Brně, 2024

Efektivní řízení ohřevu teplé užitkové vody s využitím fotovoltaiky
Talajka, Martin; Zachariáš, Michal; Materna, Zdeněk
2024 - Slovak
This work solves the problem of efficient control of water heating using photovoltaic system. To solve the chosen problem, I designed an algorithm and implemented it in the form of integration into the Home Assistant system, which also serves as a central control device. And it provides the integration between the boiler and the PV system. Thanks to this integration, it is possible to automatically and comfortably heat water from the surplus energy of the photovoltaic system, or alternatively from batteries or the distribution network. At the same time, system status monitoring and remote device management are possible. For example, the user can monitor the temperature of the heated water, the status of the overall system, adjust the heating temperature or set the water heating for a specific time, using an app or a web interface. The results of the work show that the proposed system is easy to use and is able to efficiently manage the water heating using the PV system, thus saving energy and gas. Táto práca rieši problém efektívneho riadenia ohrevu vody s využitím fotovoltického systému. K vyriešeniu zvoleného problému som navrhol algoritmus a implementoval ho vo forme integrácie do systému Home Assistant, ktorý zároveň slúži ako centrálne riadiace zariadenie. A zabezpečuje integráciu medzi bojlerom a fotovoltickým systémom. Vďaka tejto integrácii je možný automatický a komfortný ohrev vody z prebytkovej energie fotovoltického systému, poprípade batérií alebo distribučnej siete. Zároveň je možné sledovanie stavu systému a vzdialená správa zariadení. Užívateľ napríklad môže sledovať teplotu nahriatej vody, stav celkového systému, upraviť teplotu výhrevu alebo si nastaviť ohrev vody na určitý čas, pomocou aplikácie, alebo webového rozhrania. Výsledky práce ukazujú, že navrhnutý systém je jednoduchý na používanie a je schopný efektívne riadiť ohrev vody s využitím fotovoltického systému a tým aj šetriť energiu a plyn. Keywords: Photovoltaics; Venus OS; Water heating; Boiler; Home Assistant; Component; IoT; Smart home; ESP32; MQTT Available in a digital repository NRGL
Efektivní řízení ohřevu teplé užitkové vody s využitím fotovoltaiky

This work solves the problem of efficient control of water heating using photovoltaic system. To solve the chosen problem, I designed an algorithm and implemented it in the form of integration into ...

Talajka, Martin; Zachariáš, Michal; Materna, Zdeněk
Vysoké učení technické v Brně, 2024

Webová aplikace pro automatizovaný návrh sítě
Grenčík, Dominik; Dvořák, Jan; Kubánková, Anna
2024 - Slovak
This master thesis focuses on creating a web application for the automated design of computer networks in the context of the rapid development of information technologies and their crucial role in the business environment. The work consists of theoretical and practical parts, with the theoretical part addressing the development of web applications, necessary programming languages, and tools, as well as the theory of computer networks and their design. The practical section includes the design and implementation of the backend with a relational database and the frontend with a description of components and functionality. The developed web application demonstrates how automated network design contributes to efficient planning and implementation of computer networks. Táto diplomová práca sa zameriava na vytvorenie webovej aplikácie pre automatizovaný návrh počítačových sietí v kontexte rýchleho rozvoja informačných technológií a ich kľúčovej úlohy v podnikovom prostredí. Práca sa skladá z teoretickej a praktickej časti, pričom teoretická časť sa venuje vývoju webových aplikácií, potrebných programovacích\\ jazykov a nástrojov a teórii počítačových sietí a ich návrhu. Praktická časť obsahuje návrh a implementáciu backendu s relačnou databázou a frontendu s opisom komponentov a funkcionality. Vytvorená webová aplikácia demonštruje, ako automatizovaný návrh siete prispieva k efektívnemu plánovaniu a implementácii počítačových sietí. Keywords: web application; backend; frontend; database; API; PHP; Laravel; TypeScript; React; computer network; computer network design; hierarchical network model; router; switch Available in a digital repository NRGL
Webová aplikace pro automatizovaný návrh sítě

This master thesis focuses on creating a web application for the automated design of computer networks in the context of the rapid development of information technologies and their crucial role in the ...

Grenčík, Dominik; Dvořák, Jan; Kubánková, Anna
Vysoké učení technické v Brně, 2024

Zabezpečovací systém využívající optické senzorické systémy
Šišolák, Filip; Tomašov, Adrián; Dejdar, Petr
2024 - Slovak
The thesis deals with the issue of distributed sensing using optical fibers and its implementation within object security. The theoretical analysis extensively describes the principles of operation and potential applications of the most commonly used optical fiber sensors based on interferometry, diffraction structures, and scattering measurements. The theoretical part also includes an overview of the current state of optical sensor systems in the context of object security. For the practical part, the architecture of the fiber sensor is selected using theoretical knowledge and testing measurements. The description of the hardware and software architecture of the developed security device outlines its functionality. The conclusion of the practical part focuses on testing this device and comparing it with commercial electronic systems in terms of cost. Diplomová práca sa zaoberá problematikou distribuovaného snímania pomocou optických vlákien a jej implementáciou v rámci zabezpečovania objektov. Teoretický rozbor detailne opisuje princíp funkčnosti a možnosti využitia najpoužívanejších optických vláknových senzorov založených na báze interferometrie, difrakčných štruktúr a meraní rozptylu. Teoretická časť práce obsahuje aj prehľad aktuálneho stavu optických senzorických systémov v kontexte zabezpečovania objektov. Na vypracovanie praktickej časti je využitím teoretických poznatkov a testovacími meraniami vybraná architektúra vláknového senzoru. Opisom hardvérovej a softvérovej architektúry vyvinutého zabezpečovacieho zariadenia je priblížený spôsob jeho funkcionality. Záver praktickej časti sa zaoberá otestovaním tohto zariadenia a porovnaním s komerčnými elektronickými systémami z pohľadu ceny. Keywords: distributed optical sensor; fiber grating; interferometer; optical fiber; optical fiber sensors; security system Available in a digital repository NRGL
Zabezpečovací systém využívající optické senzorické systémy

The thesis deals with the issue of distributed sensing using optical fibers and its implementation within object security. The theoretical analysis extensively describes the principles of operation ...

Šišolák, Filip; Tomašov, Adrián; Dejdar, Petr
Vysoké učení technické v Brně, 2024

About project

NRGL provides central access to information on grey literature produced in the Czech Republic in the fields of science, research and education. You can find more information about grey literature and NRGL at service web

Send your suggestions and comments to nusl@techlib.cz

Provider

http://www.techlib.cz

Facebook

Other bases