National Repository of Grey Literature 188 records found  beginprevious179 - 188  jump to record: Search took 0.01 seconds. 
Network Voice Message Box
Dítě, Miroslav ; Sysel, Petr (referee) ; Zeman, Václav (advisor)
In this Master's thesis a power line communication is shortly described and the scheme of the communication system is realized. The communication device is called NVMB. This abbreviation means Network Voice Message Box. It should be used for transfer of the voice message via power line. It enables its recording, playback and sending. A process of the scheme design is created, functionality of the device is realized and reviewed in the main part of the Master's thesis. The other chapter of the thesis is devoted to the software communication system.
Speech denoising based on wavelet transform and voice recognition in segments
Chrápek, Tomáš ; Sysel, Petr (referee) ; Rajmic, Pavel (advisor)
The wavelet transform is a modern signal processing tool. The wavelet transform earned itself a great success mainly for its unique properties, such as the capability of recognizing very fast changes in processed signal. The theoretical part of this work is introduction to wavelet theory, more specifically wavelet types, a wavelet transform and its application in systems dealing with signal denoising. A main problem connected to speech signals denoising was introduced. The problem is degradation of the speech signal when denoising unvoiced parts. It is because of the fact that unvoiced parts and noise itself have very similar characteristics. The solution would be to apply different attitude to voiced and unvoiced segments of the speech. The main goal of this diploma thesis was to create an application implementing the speech signal denoising using the wavelet transform. The special attention should have been paid to applying different attitude to voiced and unvoiced segments of the speech. The demanded application is programmed as a grafical user interface (GUI) in MATLAB environment. The algorithm implemented in this form allows users to test introduced procedures with a great comfort. This work presents achieved results and discusses them considering general requirements posed on an application of given type. The most important conlusion of this Diploma Thesis is the fact that some kind of trade-off between sufficient signal denoising and keeping the speech understandable has to be made.
Administration of development documetation over WWW I
Kolář, Miroslav ; Sysel, Petr (referee) ; Balík, Miroslav (advisor)
Master`s thesis is based on the assignment of company Honeywell to create integral system for saving and management of development documentation. Designed system will introduce data warehouse with transparent display of documents being connected with development of customer’s requirements, products and tests, test runs. Solution consists of two parts: A – Requirements and Products and B – Tests, Test runs and Person, whereas Master`s thesis deals with the part B. For system creation utilities of following programming languages were used HTML, PHP, JavaScript and database system MySQL. In the first phase was designed database structure (tables and relations between them). Except that was designed structure for authorization algorithm and integral concept of whole application was created. The second phase is realization. At first are created supporting algorithms. It is servicing database by functions, uniform displaying results from database and authorized access of users to the application. Further data library for integral display data forms, based on used template system Smarty and other libraries, f.e. attribution of the files to records in SQL tables. Important part was implementation of designed database system and related programs. In Tests and Test runs there is user interface established and individual relations between them. According to assignment all fundamental programs were designed together with support instruments. Individual source files are saved in transparent structure of folders, so this structure is possible to apply on any computer, where are installed programs to web hosting. The result of Master`s thesis is then integrated progress report together with functional source codes.
Graphics and Presentation in the TeX and LaTeX Systems
Buňka, Roman ; Sysel, Petr (referee) ; Rajmic, Pavel (advisor)
This bachelor’s thesis deals with the insertion of external graphic files into LaTeX documents and the creation of graphics using internal tools of TeX. It describes the basic properties of the PSTricks additional package and its expansion enabling the creation of 2D and 3D graphs, special mathematical functions and electrical circuits. The work deals also with the method of creating PDF presentations using the Beamer class. This work suggests a structure of a source SVG file displaying electric circuits or flow charts. It also involves the creation of an XSLT conversion template providing for the conversion of these charts from the SVG format to the PSTricks format making it possible to use these graphic files in the LaTeX system.
Sound Module for Evaluation Kit
Priškin, Jiří ; Číž, Radim (referee) ; Sysel, Petr (advisor)
This thesis is dealing with design and putting into operation of sound module for evaluation kit Atmel ATSTK1000. At the beginning, there is an introduction with properties, hardware and software equipment of the evaluation kit which is used for development of embedded devices based on AT32AP7000. The microcontroller AP7000 is a complete system on chip with an AVR32 microprocessor core, containing additional supporting circuits, controllers and interfaces which the core itself does not have included. However, there is no digital to analog converter for audio signal processing. This has led to design an additional module performing this task. A part of thesis describes Intel AC‘97 standard including AC-link interface, which is used for full-duplex data transmission between realized sound module and the evaluation kit STK1000. The sound module is designed as a plug-in card. The last chapter presents the Linux operating system installation process as an SD/MMC Flash memory card boot image creation and test of the sound module under ALSA architecture.
Database of acoustic records
Terz, Marek ; Schimmel, Jiří (referee) ; Sysel, Petr (advisor)
The databsae of accoustical recordings is a web-based application, which is accessible with an usual web browser. There were used technologies, that are ussually used in web applications. This ensures, that the application is open for using by wide range of users. The application enables uploading WAWE files to the server and allows the user to add various description of the recordings. The application allows also comparing the quality of recordings, which were processed with some method for highlighting the accoustical signal from noise. This function is established by listening tests, which are open for every user, who wants to join the tests.
Subscriber Line Interface Circuit Control
Havran, Josef ; Číž, Radim (referee) ; Sysel, Petr (advisor)
The aim of this thesis is to design a connection of the development kit for the subscriber line interface circuit Si3220 with the development kit for the digital signal processor DSP56858EVM and implement a test application, which will allow us to use the development kit as a small private branch exchange. The application allows us to operate up to ten telephone machines and it disposes of basic telephone exchange functions -- generating tones to the headphone, detecting the DTMF dialing, generating the ringing and the voice connection of the subscribers.
Detection of speech disorders
Struhař, Michal ; Rajmic, Pavel (referee) ; Sysel, Petr (advisor)
This thesis deals with detection of speech disorders. One of the aims of this thesis is choosing suitable parameterization: short-time energy, zero-crossing rate, linear predictive analysis, perceptual linear predictive analysis, RASTA method, cepstral analysis and mel-frequency cepstral coefficient can be chosed for detections. Next aim is construction of detector of speech disorders based on DTW (Dynamic Time Warping) and artificial neuron network. Single detection proceeds on the base of collected tokens from chosen analysis and phonetic transcription of speech. Analyses, detector and phonetic transcription of Czech language are implemented in simulation environment of MATLAB.
Administration of development documetation over WWW II
Gregárek, Ondřej ; Sysel, Petr (referee) ; Balík, Miroslav (advisor)
Document server is a web application controllable by way of web browser. It is meant to serve for the management of development documentation. The application is divided to the four basic parts: Requirements, Products, Tests and Test Run. The section Requirements serves for inserting requirements for products. Product is produced on the basis of these needs and registered in part Products. Test setting is created in the part Tests according to requirements from the part Requirements. Particular products are then tested. The part Test Run registers records of these tests. These are parts of the application: management of users, connecting supplements to records, printing and exportation of data to different formats, saving history of records, filtration and sorting of entries, etc. All the data is saved in the database MySQL. The application is written in scripting language PHP. Data is presented by template system Smarty. The output is in language XHTML. Cascading style CSS is used to formatting. This work describes development of the application. First it is dealing with the proposal of the database, connection and structure of particular tables. The function of the programme is explained in detail at the same time, which is essential for the correct proposal of the database. The application is based on the database. The selected structure of files and relations of scripts to library functions are shown. The template system and the interface for access of the programme to the database are explained. The most attention is paid to the description of solving important functions of the application, i.e. listing of records, their pagination, filtration, sorting and operation with them: saving, browsing, copying, confirmation and work with history, category and problems by upkeep of consistent tree and export of data to various formats. It is always outlined the problem, the idea of solving and the description of appropriate scripts. Samples of source code are also included for better understanding of complicated algorithms.

National Repository of Grey Literature : 188 records found   beginprevious179 - 188  jump to record:
See also: similar author names
1 Sysel, P.
Interested in being notified about new results for this query?
Subscribe to the RSS feed.