National Repository of Grey Literature 203 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
Delineation of experimental ECG records
Bucsuházy, Kateřina ; Ronzhina, Marina (referee) ; Vítek, Martin (advisor)
This master thesis deals with QRS complex detection and ECG delineation. The theoretical part of this work describes wavelet transform, some of QRS detection approaches and some of ECG delineation approaches. For algorithm realization in Matlab is used redundant dyadic discrete wavelet transform. Algorithm is designed for experimental electrocardiograms of isolated rabbit hearts and it is evaluated through manually determined references.
Filtering methods for NMR measurements
Nezhyba, Jiří ; Mikulka, Jan (referee) ; Gescheidtová, Eva (advisor)
This master’s thesis deals with the wavelet transform and its use in processing and removing noise from images acquired by nuclear magnetic resonance. It defines fundamental terms for this work as mother wavelet or thresholding. Above all, it describes the principle of wavelet transform, thresholding techniques and criteria for evaluating the effectiveness of filtration. It describes the relation between wavelet transforms and digital filter banks. The experimental section describes the designed filtering method for removing noise from an image captured by the technique of nuclear magnetic resonance. We applied to different kinds of mother wavelets. Evaluation of the effectiveness of filtering was performed using the signal to noise ratio, relative contrast and the steepness of the intensity changes in signal intensity. It also discusses the comparison of properties of the image and selecting the mother wavelets based on image characteristics. Images were compared in terms of a histogram, cumulative histogram, k-space and the difference image.
Detection of the nerve fibres in ophthalmologic images
Urbánek, Dušan ; Harabiš, Vratislav (referee) ; Kolář, Radim (advisor)
This thesis deals with detection of the retinal nerve fiber layer in gray level retinal images taken by fundus camera. The first part describes a physiology of human eye and glaucoma disease. Then, the use of wavelet transform and algorithm of texture analysis applied for texture analysis. Next chapters describe theory of texture analysis named „Gray level run length matrices“ and its application for detection of the nerve fiber layer. Applications of this method are described for three types of retinal tissues and for whole image. The last chapter describes gray levels around optic disc and results obtained from parameters from GLRL matrices.
Electrogram processing and analysis
Hanák, Pavel ; Kolářová, Jana (referee) ; Janoušek, Oto (advisor)
The aim of the study was focused on problem of electrograms recording from alive tissue. Study of electrograms recording was extended with noise analysis and its elimination. Elimination of noise and disturption was made in program Matlab; lowpass filtration and wavelet transformation was used. Application for electrograms analysis was developed in latter part of this work.
Videocodec - Videosequence Compression
Bařina, David ; Motlíček, Petr (referee) ; Smrž, Pavel (advisor)
This thesis deals with modern methods of a lossy still image and video compression. Wavelet transformation and SPIHT algorithm also belong to these methods. In second half of this thesis, a videocodec is implemented based on acquired knowledge. This codec uses Daubechies wavelets to analyse an image. Afterwards there is a modified SPIHT algorithm applied on gained coefficients. A lot of effort was put in order to optimize this computation. It is possible to use the created codec in Video for Windows, DirectShow and FFmpeg multimedia frameworks. At the end of this thesis, commonly used codecs are compared with newly created one.
Automatic delineation of ECG signals
Zimolka, Jakub ; Ronzhina, Marina (referee) ; Vítek, Martin (advisor)
This project describes selected methods of the QRS detection and ECG delineation. The theoretical part describes the principles of electrocardiography, certain QRS complex measurment methods, and contains a brief introduction into the wavelet transform theory. The paper also detailes the ECG delineation method by Laguna, Jané, and Caminal. The practice of algorith realization for the ECG delineation based on this method is ilustrated. As a conclusion, the statistical evaluation of the drafted algorithm is composed, and also its respective comparison with method and other authors is provided.
Implementation of wavelet transform in C++
Valouch, Lukáš ; Hasmanda, Martin (referee) ; Beneš, Radek (advisor)
The aim of this thesis is implementation of wavelet transform algorithm for noise reduction. The noise reduction itself is focused on improving informative capabilities of sonographic (ultrasound) images in medicine. For this purpose, thresholding of detailed coefficients on individual levels of multiresolution analysis was used. Common procedures were not used for searching for the most suitable thresholds of those levels. The alternative concept's design is based on fundamental empirical approach, where the individual thresholds are optimised by evolution algorithms. However, with this algorithmic procedure, more problems manifest regarding the objective evaluation of the success of noise reduction. Because of this, the program uses commonly used parameters such as mean square error of the whole image, linear slope edge approximation, relative contrast of two differently bright and distinct points and the standard deviation of compact surface. Described theoretical knowledge is used in developed application DTWT. It executes multilevel decomposition and reversed reconstruction by discrete time wavelet transform, thresholding of detailed coefficients and final evaluation of performed noise reduction. The developed tool can be used separately to reduce noise. For our purposes, it has been modified in way, that it executed through the component for evolutionary optimization of parameters (Optimize Parameters) in created scenario in RapidMiner program. In the optimization process, this component used evaluation received from DTWT program as fitness function. Optimal thresholds were sought separately for three wavelet families - Daubeschies, Symmlets and Coiflets. The evolution algorithm chose soft threshold for all three wavelet families. In comparison to hard threshold, it is more suitable for noise reduction, but it has tendencies to blur the edges more. The devised method had in most cases greater evaluated success of noise reduction with wavelet transform with threshold search done by evolution algorithms, than commonly used filters. In visual comparison however the wavelet transform introduced some minor depreciating artefacts into the image. It is always about compromise between noise reduction and maximal preservation of image information. Objectively evaluating this dilemma is not easy and is always dependant on subjective viewpoint which in case of sonographic images is that of the attending physician.
Quadrature Mirror Digital Filtr Banks with Sigma-delta Modulators
Vrána, Jaroslav ; Smékal, Zdeněk (advisor)
Dissertation thesis is focused on real digital signal processing by quadrature mirror digital filter banks. In the first part a dual channel quadrature mirror digital filter bank is described briefly. Mainly transfer functions for distorted subband signals are described. In the next part generalized sigma-delta modulator and its linear model are described. Subsequently the generalized sigma-delta modulator is used in decomposition part of quadrature mirror digital filter bank. Designed structure is analyzed. Two design method of transfer functions are designed for the structure on the basis of analysis results. The first method is suitable for hand-made design by intuitive distribution of zeros and poles. The second method is more suitable for computer design. It is iterative method based on correlation. Transfer functions for quadrature mirror digital filter bank with sigma-delta modulators design examples are also part of thesis. Application of designed structure of quadrature mirror digital filter bank can lead to bigger compression ration in lossy data compression.
Retinal image processing using wavelet transform
Portyš, Jakub ; Kolář, Radim (referee) ; Taševský, Pavel (advisor)
Work is focused on usage wavelet transform in diagnostic of retinae illness. Wavelet transform enables decomposition of eye background pictures. With the following segmentation by force of thresholding it leads to lucidity of picture and simpler diagnostics of morphological and anatomical changes. Part of work is also familiarization with wavelet transform and mother's wavelet family. Marginally is in work analysed picture segmentation according to RGB coloured model, picture filtration and thresholding. In opening chapters are mentioned essential piece of knowledge from anatomy, physiology and pathology.
P wave detection in ECG signals
Bajgar, Jiří ; Kozumplík, Jiří (referee) ; Smital, Lukáš (advisor)
The aim of this diploma thesis is to introduce methods of detection of the QRS complex and the subsequent detection of P waves. The intention is to create a program by specified method in the software Matlab which will be able to implement this method. The thesis describes the basic and important methods of detection and subsequent algorithm to detect P waves. Solution of the algorithm is tested on real data. It also describes the automatic signal evaluation and the results of this automatic function.

National Repository of Grey Literature : 203 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.