Chapter 5. Frequency Domain Analysis

Size: px
Start display at page:

Download "Chapter 5. Frequency Domain Analysis"

Transcription

1 Chapter 5 Frequency Domain Analysis

2 CHAPTER 5 FREQUENCY DOMAIN ANALYSIS By using the HRV data and implementing the algorithm developed for Spectral Entropy (SE), SE analysis has been carried out for healthy, cardiac-diseased and non-cardiac diseased subjects. This chapter presents the details of power spectral distributions and implementation of SE technique using MATLAB and discusses the results obtained for healthy and diseased subjects. 5.1 Introduction The study of oscillations of precise frequencies is the advantage of spectral analysis. The spectral disintegration of time series HRV (RR interval) data into addition of sinusoidal functions of a range of amplitudes and frequencies is performed by spectral analysis. A power spectrum drawn for magnitude verses frequency of the disintegration can be displayed. Power spectrum of HRV data represents the amplitude of heart rate fluctuations as a function of different frequencies. The information about the variability along with the oscillation frequency can be described by frequency domain analysis. For the power spectrum analysis various methods like Fast Fourier Transforms (FFT) and Auto Regressive (AR) techniques are commonly used to convert the time domain signal into frequency domain signal [69]. Frequency domain analysis for a HRV represents the spectrum analysis for heart rate signal. Methods of power spectral density (PSD) may be classified as parametric and nonparametric. Nonparametric methods are based on FFT. The advantage of nonparametric methods is that the processing speed is high compared to others, but they suffer from limited frequency resolution due to finite signal length. 67

3 The parametric methods permit the power spectral estimation by choosing an appropriate model, and then substituting the estimated values into the theoretical PSD expression. The higher frequency resolution is the advantage of parametric methods, but the drawback of the parametric methods is that the model order should be selected appropriately. In frequency domain analysis, very low frequency (VLF), low frequency (LF) and high frequency (HF) regions are generally considered. The specific frequency regions are defined as per the guidelines of the Task force. The distribution of power in each frequency band indicates the physiological state. Power (ms 2 ) is measured in absolute units in all the three regions of frequency. Powers of LF and HF are also measured in normalised units (n.u) which show the relative value of each power element in proportion to the total power, after the subtraction of VLF component. The ratio of LF/HF is evaluated to indicate the balance of sympathetic and parasympathetic nervous system. The comprehensive analysis for HRV in frequency domain is summarised as total power of entire RR interval (ms 2 ), VLF power in very low frequency range (ms 2 ), LF power in low frequency range (ms 2 ), HF power in high frequency range (ms 2 ), LF power in normalised units (nu), HF power in normalised units (nu)[95]. Heart rate is controlled by the sympathetic and parasympathetic branches of the Autonomic Nervous System (ANS). The variability of the heart rate is the result of a balance between the sympathetic and parasympathetic nerves. During periods of rest, the parasympathetic response dominates and the heart rate lowers. During activity, the sympathetic response dominates and the heart rate increases. The beat-to-beat variation in heart rate is termed the HRV. Since the heart rate is controlled primarily by the ANS, assessment of the HRV provides important information about sympathetic and parasympathetic cardiovascular control. In humans, the power spectrum of the HRV signal is divided into several frequency bands such as very low frequency (VLF), the low frequency (LF) and High frequency (HF). The frequency bands are not fixed but change in relation to change in autonomic modulations of the heart rate. 68

4 he Task force of European Society of Cardiology and North American Society of Pacing and Electrophysiology defined the frequency bands of VLF (0Hz Hz), LF(0.04Hz Hz) and HF (0.15Hz Hz). A parasympathetic blockade diminishes LF power, especially when the patient is in the supine position. The high frequency (HF) band is defined from 0.15Hz Hz and is associated only with parasympathetic activity. The power distribution within this band varies with the respiration rate and is more pronounced in the supine than the standing position. In case of dysfunction, compensatory changes occur in the ANS control system in order to keep the entire circulatory system within normal operating limits. In particular, the presence of Diabetic Mellitus is known to reduce HRV and disrupt the sympathetic and parasympathetic nervous systems in humans [117,118] FFT for Estimation of Power Spectrum Power Spectral Density (PSD) indicates the strength (power) of signal as a function of frequency. It reflects the frequencies where the power in energy is high or low. Computation of PSD is achieved by method called FFT directly. DFT converts signal from time domain to frequency domain.the PSD distributions are derived from this by plotting it as a function of frequency along horizontal axis and intensity along vertical axis.fft is an algorithm to compute the DFT more quickly. FFT algorithm characterizes the magnitude and phase of the signal.fft results noise which is removed by subtracting the mean from the data. Power spectral distributions show the frequencies which have signal power. Average of the signal is considered to be the power. This is equivalent to the square of the FFT s magnitude in frequency domain. The HRV data is irregular and hence to find the spectrum of irregular sample data is to resample it. The resampling of the data results uniform samples[119]. The resampling frequency selected for the HRV data is 4Hz.The reason for selecting this is that considering average heart beat as 120 beats per minute.(bpm) results 120/60=2samples/sec.or 2Hz. According to Nyquist the sampling rate must be twice to that resulting 4Hz. So the uniformly spaced data is converted into frequency domain using DFT. FFT algorithm of DFT which is fast is implemented in the thesis. So the 69

5 procedure of estimating PSD involved converting the unevenly spaced samples into evenly spaced samples by linear interpolation. The Power spectral density is estimated equation (5.1) using MATLAB on HRV data and the plotted the power spectral density distributions. The power spectral distributions are derived by applying FFT[120] to HRV data and using MATLAB tool for FFT, plots of PSD distribution are obtained as shown in figures[5.1,5.2,5.3 and5.4] are obtained. The signal is freed from noise by subtracting the mean of the data from the actual data before applying FFT tool. For corresponding power to various frequencies of the PSD distribution plots is noted and all the noted powers are added resulting the PSD. The parametric method of estimating PSD is having algorithmic approach hence easy to implement and fast to compute. The parameter selection required for this method is N the data length which is the length of the record. Sequence of operations to be performed for Computation of spectral entropy(se) is described below 1. Transformation of HRV data into power spectrum by applying FFT 2. Computation of the power spectral density(psd) 3. Normalization of the PSD 4. Computation of spectral entropy(spen) using Shanon s entropy as given below H = - Σ P f ln P f (5.1) Where P f is the PDF at frequency f described Step1 is achieved by finding DFT using equation (5.2) [120] Where X (w) is the Discrete Fourier Transform (DFT) of x[n]. Where x[n] is the HRV data. Step2 is performed by estimating the power using equation (5.3) [120] (5.3) Step 4 is performed by using equation (5.4) [120] 70

6 Where S (W) is the Power Spectral Density (PSD) and X F (W) is the FFT [120]. The Power Spectral Density (PSD) distribution as a function of frequency is determined by the method described in using FFT for healthy subjects is plotted and shown in figure 5.1 Figure 5.1: Power Spectral Density of healthy subject Figure 5.1 shows that the PSD distribution of HRV for healthy subjects. It is seen from the figure the power density is spread widely over the frequency range from 0Hz Hz covering both lower and higher frequency range. It may be noted that for healthy subjects there are no significant high amplitude power density peaks occurring at any particular frequency range in the FFT spectrum. The Power Spectral Density (PSD) distribution as a function of frequency for Hypothyroid subjects is plotted and shown in figure 5.2 Figure 5.2: Power Spectral Density of Hypothyroid subject 71

7 Figure 5.2 shows that the PSD distribution of HRV for Hypothyroid subjects is spread over a narrow frequency range from 0Hz Hz. The PSD indicates that the PSD is confined to the lower frequency range compared to healthy subjects. The figure clearly shows for Hypothyroid subjects, there is a strong occurrence of high amplitude power density peaks in lower frequency region between 0.025Hz Hz. The Power Spectral Density (PSD) distribution as a function of frequency for Depression subjects is plotted and shown in figure 5.3. Figure 5.3: Power Spectral Density of Depression subject Figure 5.3 shows that the PSD distribution of HRV for Depression subjects is very much confined to a very narrow frequency region from 0Hz - 0.1Hz compared to healthy subjects. The figure shows for Depression subjects the occurrence of strong high amplitude power density peaks at very low frequency region between 0Hz Hz. The Power Spectral Density (PSD) distribution as a function of frequency for CHF subjects is plotted and shown in figure 5.4. Figure 5.4: Power Spectral Density of CHF subject 72

8 Figure 5.4 shows that the Power Spectral Density (PSD) distribution of HRV for CHF subjects. It is seen from the figure that the PSD is confined to a very narrow region of frequency range 0Hz Hz compared to healthy subjects. The figure shows that for CHF subjects the occurrence of high amplitude power density peak at very low frequency range between 0Hz Hz. The PSD derived from the FFT analysis of the HRV clearly illustrates that, for the cardiac and non-cardiac diseased subjects the power spectral energy is concentrated in a very small low frequency range exhibiting maximum spectral power concentration at lower frequencies compared to healthy subjects where the spectral power is distributed over both high and low frequency range. The results of power spectral analysis also show that for cardiac and non-cardiac diseased subjects, the high frequency componets in the power spectrum are totally absent and the spectral energy is mainly concentrated in lower frequency region. The absence of high frequency components in the power spectrum of cardiac diseased (CHF) subjects may be attributed to the absorption of high frequency components by the blocks occurring in the circulatory stream and in non- cardiac diseased subjects to ANS dysfunctio.[123,124] The Power Spectral Density (PSD) as a function of frequency for AF subjects is plotted and shown in figure 5.5. Figure 5.5: Power Spectral Density of AF subject Figure 5.5 shows that the PSD distribution of HRV for AF subjects. It is seen from the figure that the power density is spread over wide range of frequency covering both high and low frequency region from 0Hz - 0.5Hz. 73

9 The figure also indicates the occurrence of high amplitude power density peaks at both higher and lower frequency regions. The frequency range for power spectral distributions extends beyond the frequency range of healthy subjects. The power spectrum distribution for AF subjects indicates hyper dynamic activity of the heart and generation of additional spectral components in both lower and higher frequency regions. Principle behind AR method: It is assumed that the HRV data sequence RR(n) as the output of the system driven by white noise w(n) for Autoregressive (AR) power estimation. Typical transfer function of the AR system is an all pole function as described by the equation given below. [120,121] p RR( z) 1 p (5.5) i 1 a z i i 1 Difference equation (5.6)is used to describe the p th order AR process generated by RR(n). RR n) a RR( n 1) a RR( n 2) a prr( n ) (5.6) ( 1 2 p Hence the expression for the Power spectrum is 2 jw S X ( e ) (5.7) jw [ a e ] i From equation (5.7) it is clear that to find power spectrum the AR(p) model parameters a 1,a 2..a p and variance ψ 2 of the noise need to be estimated..we estimated the model parameters also known as AR coefficients using Yule-Walker method available as a direct tool in the MATLAB. In this procedure we used W (n) is taken as an estimation error. Using Equation (5.5) estimates are found using MATLAB. The error e( n) RR( n) RR'( n) (5.8) Where RR' ( n) ai RR( n i) where i ranges from 1 to p ( 5.9) 74

10 Least square predictor is used to find the minimum squared error E t by taking the square of equation (5.8). minimising Et with coefficients leads to Yule-Walker equations.. a g (5.10) where τ is the autocorrelation matrix of RR(n) with entries τ(i,j)= τ xx abs(i-j),g=[ transpose of [τ xx(1) τ xx(2) τ xx(3) ] and a=transpose of[a 1 a 2 a p ] Variance ψ 2 is expressed as 2 xx ( 0) a1 xx (1)... a p xx ( p) (5.11) since all the parameters required have been defined AR spectrum psd can be estimated. The selection of model order is the challenge involved in the PSD estimation. The model order is estimated by using Akaike criterion (AIC) [121,122]. 2 2 AIC( p) log[ ( p)] P (5.12) N Where ψ 2 (p) is the estimated variance at order p. Number of samples of the signal is N. The true order is the one at which AIC is minimum. Selection of model order AR Power spectral density estimation model order is not known. The challenge is to select the appropriate model order. The model order is estimated by using Akaike criterion (AIC)EQ(5.12). In the proposed work model parameters a 1,a 2..a p are estimated first. Then minimum squared error is found using least square predictor. using eq(5.10) known as Yule walker equation. Then variance is estimated using q(5.11).then AIC(p) is estimated using equation(5.12) for various orders and minimum value of AIC is noted,corresponding order is the model order selected. All the estimations corresponding to equation (5.7)- (5.12)are done using MATLAB tool. It is found that order 16 the AIC is least that is 0.5. For values of p from 2 to 16 AIC is noted. From the obtained AIC has a maximum of 1.8. Since AIC criterion showed minimum value at order 16. The model order is fixed as 16.Also it was observed that the model order was found lower with lower sampling frequencies. For frequencies less than 500Hz.But the sampling frequency is 500Hz the order selected satisfying AIC is 16 in the proposed work. Using MATLAB tool power spectram is plotted and PSD is estimated from the PSD distributions thus 75

11 obtained. Also it was observed that, the model order was found lower with lower sampling frequencies. For frequencies less than 500hz.But the sampling frequency is 500hz the order selected satisfying AIC is 16 in the work. Lower sampling frequency.with the optimum order selected the data is applied to Kubios software[137 ] where power is estimated for the corresponding frequency components and the PSD is estimated for one set of data. The PSD estimated using FFT and AR method are same values, AR method has the advantage of showing the frequency components smoothened. But in the thesis the implementation and verification is done only using FFT based method. This is because AR method involves tedious process of finding suitable order also AR computationally complex as the order is higher, where as the FFT method is simple and computationally fast to implement. Selection of parameters for PSD estimation Length of the data=length of the record=n Resampling frequency = 4Hz Model order p = Spectral Entropy Spectral Entropy (SE) represents the spectral complexity of the time series data. The SE describes the spread of power spectrum. Low value of SE indicates the concentration of the energy in few frequencies. SE quantifies the distribution width of the power spectrum [123,124]. From equation (3.21) SE is expressed as given below. SE P f ln P f (5.13) f Where Pf is the Probability Density Function (PDF) at frequency f Spectral Entropy(SE) is estimated from the power spectral density distributions derived from the procedure described in

12 Further the HRV data of the healthy and diseased subjects are investigated by estimating the Spectral Entropy (SE). The SE has been calculated using HRV data of both the healthy, cardiac and non-cardiac diseased subjects are shown in figure 5.6. Figure.5.6 SE values of healthy and diseased subjects It is seen from the figure 5.6 that the Spectral Entropy (SE) indicates higher value for healthy subjects (SE ~ 2.10) and lower SE values for diseased subjects. The SE values for Hypothyroid subjects ~0.40 and for Depression subjects SE~0.60. The SE values for non-cardiac diseased subjects are found to be the lowest compared to cardiac diseased subjects such as CHF (SE~ 0.75) and AF (SE~1.20) [123,124]. The average values of SE determined for healthy and diseased subjectsare tabulated in the table 5.1 and plotted and shown in the figure 5.7. Table 5.1: Average values of SE of disesed subjects and healthy subjects SUBJECT AVERAGE SE Healthy 2.00 Hypothyroid 0.45 Depression 0.70 CHF 0.84 AF

13 It is seen from the table that the average Spectral Entropy (SE) indicate higher value for healthy subjects (~2.0) and lower SE values for diseased subjects[123,124]. It is evident from the table 5.1 and figure 5.7 that for healthy subjects the average SE ~ 2.0, whereas for Hypothyroid subjects, the average SE ~0.45, for Depression subjects average SE~ 0.70 and for CHF subjects the average SE ~ Figure 5.7: Average values of SE of healthy and diseased subjects The results also indicate that Hypothyroid subjects show the lowest value for SE compared to other diseased subjects. The AF subjects indicates SE~1.20 which is lower than healthy subjects. Table 5.2: SE values (%) of diseased subjects with respect to healthy subjects SUBJECT SE (%) WRT TO HEALTHY SUBJECTS Healthy 100 Hypothyroid 23 Depression 35 CHF 42 AF 60 The table 5.2 displays the SE values for cardiac and non-cardiac diseased subjects in comparison to healthy subjects. The table indicates that for Hypothyroid subjects the SE~ 78

14 23%, Depression subjects ~ 35%, CHF~42% and AF ~60% of healthy subjects. The Lower Values of SE for cardiac diseased subjects (CHF, AF) agrees with the findings of Veera Reddy and Anuradha (2005) [11]. From the table 5.2 it is clearly evident that SE values clearly indicate low entropy values for cardiac (CHF ~42%) diseased and non-cardiac (Hypothyroid ~23% and Depression ~35%) diseased subjects. The results indicate that the spectral content of HRV for cardiac and non-cardiac diseased subjects are much lower compared to that of healthy subjects and suggests lower dynamic cardiac activity for the diseased subjects[124]. Further it is seen from the table that the SE values for non-cardiac diseased (Hypothyroid ~23% and Depression ~35%) subjects are much lower compared to cardiac (CHF~42%) diseased subjects. The table also indicates that among non-cardiac subjects the Hypothyroid subjects display lowest averaged entropy values ~23% compared to Depression subjects ~35%. For AF subjects all SE values show entropy values ~60% of healthy subjects indicating lesser spectral content compared to healthy subjects. 79

Relation between HF HRV and Respiratory Frequency

Relation between HF HRV and Respiratory Frequency Proc. of Int. Conf. on Emerging Trends in Engineering and Technology Relation between HF HRV and Respiratory Frequency A. Anurupa, B. Dr. Mandeep Singh Ambedkar Polytechnic/I& C Department, Delhi, India

More information

Discrete Fourier Transform (DFT)

Discrete Fourier Transform (DFT) Amplitude Amplitude Discrete Fourier Transform (DFT) DFT transforms the time domain signal samples to the frequency domain components. DFT Signal Spectrum Time Frequency DFT is often used to do frequency

More information

Signal segmentation and waveform characterization. Biosignal processing, S Autumn 2012

Signal segmentation and waveform characterization. Biosignal processing, S Autumn 2012 Signal segmentation and waveform characterization Biosignal processing, 5173S Autumn 01 Short-time analysis of signals Signal statistics may vary in time: nonstationary how to compute signal characterizations?

More information

Variations in breathing patterns increase low frequency contents in HRV spectra

Variations in breathing patterns increase low frequency contents in HRV spectra Physiol. Meas. 21 (2000) 417 423. Printed in the UK PII: S0967-3334(00)13410-0 Variations in breathing patterns increase low frequency contents in HRV spectra M A García-González, C Vázquez-Seisdedos and

More information

Biosignal filtering and artifact rejection, Part II. Biosignal processing, S Autumn 2017

Biosignal filtering and artifact rejection, Part II. Biosignal processing, S Autumn 2017 Biosignal filtering and artifact rejection, Part II Biosignal processing, 521273S Autumn 2017 Example: eye blinks interfere with EEG EEG includes ocular artifacts that originates from eye blinks EEG: electroencephalography

More information

Spectral Analysis and Heart Rate Variability: Principles and Biomedical Applications. Dr. Harvey N. Mayrovitz

Spectral Analysis and Heart Rate Variability: Principles and Biomedical Applications. Dr. Harvey N. Mayrovitz Spectral Analysis and Heart Rate Variability: Principles and Biomedical Applications Dr. Harvey N. Mayrovitz Why Spectral Analysis? Detection and characterization of cyclical or periodic processes present

More information

Reference: PMU Data Event Detection

Reference: PMU Data Event Detection Reference: PMU Data Event Detection This is to present how to analyze data from phasor measurement units (PMUs) Why important? Because so much data are being generated, it is difficult to detect events

More information

HIGH FREQUENCY FILTERING OF 24-HOUR HEART RATE DATA

HIGH FREQUENCY FILTERING OF 24-HOUR HEART RATE DATA HIGH FREQUENCY FILTERING OF 24-HOUR HEART RATE DATA Albinas Stankus, Assistant Prof. Mechatronics Science Institute, Klaipeda University, Klaipeda, Lithuania Institute of Behavioral Medicine, Lithuanian

More information

(i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods

(i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods Tools and Applications Chapter Intended Learning Outcomes: (i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods

More information

Digital Signal Processing

Digital Signal Processing Digital Signal Processing Fourth Edition John G. Proakis Department of Electrical and Computer Engineering Northeastern University Boston, Massachusetts Dimitris G. Manolakis MIT Lincoln Laboratory Lexington,

More information

Objectives. Presentation Outline. Digital Modulation Lecture 03

Objectives. Presentation Outline. Digital Modulation Lecture 03 Digital Modulation Lecture 03 Inter-Symbol Interference Power Spectral Density Richard Harris Objectives To be able to discuss Inter-Symbol Interference (ISI), its causes and possible remedies. To be able

More information

Chapter 5 Window Functions. periodic with a period of N (number of samples). This is observed in table (3.1).

Chapter 5 Window Functions. periodic with a period of N (number of samples). This is observed in table (3.1). Chapter 5 Window Functions 5.1 Introduction As discussed in section (3.7.5), the DTFS assumes that the input waveform is periodic with a period of N (number of samples). This is observed in table (3.1).

More information

Chapter 4 SPEECH ENHANCEMENT

Chapter 4 SPEECH ENHANCEMENT 44 Chapter 4 SPEECH ENHANCEMENT 4.1 INTRODUCTION: Enhancement is defined as improvement in the value or Quality of something. Speech enhancement is defined as the improvement in intelligibility and/or

More information

ME scope Application Note 01 The FFT, Leakage, and Windowing

ME scope Application Note 01 The FFT, Leakage, and Windowing INTRODUCTION ME scope Application Note 01 The FFT, Leakage, and Windowing NOTE: The steps in this Application Note can be duplicated using any Package that includes the VES-3600 Advanced Signal Processing

More information

Level I Signal Modeling and Adaptive Spectral Analysis

Level I Signal Modeling and Adaptive Spectral Analysis Level I Signal Modeling and Adaptive Spectral Analysis 1 Learning Objectives Students will learn about autoregressive signal modeling as a means to represent a stochastic signal. This differs from using

More information

New Features of IEEE Std Digitizing Waveform Recorders

New Features of IEEE Std Digitizing Waveform Recorders New Features of IEEE Std 1057-2007 Digitizing Waveform Recorders William B. Boyer 1, Thomas E. Linnenbrink 2, Jerome Blair 3, 1 Chair, Subcommittee on Digital Waveform Recorders Sandia National Laboratories

More information

Design of FIR Filter for Efficient Utilization of Speech Signal Akanksha. Raj 1 Arshiyanaz. Khateeb 2 Fakrunnisa.Balaganur 3

Design of FIR Filter for Efficient Utilization of Speech Signal Akanksha. Raj 1 Arshiyanaz. Khateeb 2 Fakrunnisa.Balaganur 3 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 03, 2015 ISSN (online): 2321-0613 Design of FIR Filter for Efficient Utilization of Speech Signal Akanksha. Raj 1 Arshiyanaz.

More information

Digital Signal Processing

Digital Signal Processing COMP ENG 4TL4: Digital Signal Processing Notes for Lecture #29 Wednesday, November 19, 2003 Correlation-based methods of spectral estimation: In the periodogram methods of spectral estimation, a direct

More information

Time Series/Data Processing and Analysis (MATH 587/GEOP 505)

Time Series/Data Processing and Analysis (MATH 587/GEOP 505) Time Series/Data Processing and Analysis (MATH 587/GEOP 55) Rick Aster and Brian Borchers October 7, 28 Plotting Spectra Using the FFT Plotting the spectrum of a signal from its FFT is a very common activity.

More information

EE 422G - Signals and Systems Laboratory

EE 422G - Signals and Systems Laboratory EE 422G - Signals and Systems Laboratory Lab 3 FIR Filters Written by Kevin D. Donohue Department of Electrical and Computer Engineering University of Kentucky Lexington, KY 40506 September 19, 2015 Objectives:

More information

Lecture 3 Review of Signals and Systems: Part 2. EE4900/EE6720 Digital Communications

Lecture 3 Review of Signals and Systems: Part 2. EE4900/EE6720 Digital Communications EE4900/EE6720: Digital Communications 1 Lecture 3 Review of Signals and Systems: Part 2 Block Diagrams of Communication System Digital Communication System 2 Informatio n (sound, video, text, data, ) Transducer

More information

Post-processing data with Matlab

Post-processing data with Matlab Post-processing data with Matlab Best Practice TMR7-31/08/2015 - Valentin Chabaud valentin.chabaud@ntnu.no Cleaning data Filtering data Extracting data s frequency content Introduction A trade-off between

More information

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters FIR Filter Design Chapter Intended Learning Outcomes: (i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters (ii) Ability to design linear-phase FIR filters according

More information

Choosing the Best ADC Architecture for Your Application Part 3:

Choosing the Best ADC Architecture for Your Application Part 3: Choosing the Best ADC Architecture for Your Application Part 3: Hello, my name is Luis Chioye, I am an Applications Engineer with the Texas Instruments Precision Data Converters team. And I am Ryan Callaway,

More information

Spur Detection, Analysis and Removal Stable32 W.J. Riley Hamilton Technical Services

Spur Detection, Analysis and Removal Stable32 W.J. Riley Hamilton Technical Services Introduction Spur Detection, Analysis and Removal Stable32 W.J. Riley Hamilton Technical Services Stable32 Version 1.54 and higher has the capability to detect, analyze and remove discrete spectral components

More information

Noise Measurements Using a Teledyne LeCroy Oscilloscope

Noise Measurements Using a Teledyne LeCroy Oscilloscope Noise Measurements Using a Teledyne LeCroy Oscilloscope TECHNICAL BRIEF January 9, 2013 Summary Random noise arises from every electronic component comprising your circuits. The analysis of random electrical

More information

1.Explain the principle and characteristics of a matched filter. Hence derive the expression for its frequency response function.

1.Explain the principle and characteristics of a matched filter. Hence derive the expression for its frequency response function. 1.Explain the principle and characteristics of a matched filter. Hence derive the expression for its frequency response function. Matched-Filter Receiver: A network whose frequency-response function maximizes

More information

Biomedical Instrumentation B2. Dealing with noise

Biomedical Instrumentation B2. Dealing with noise Biomedical Instrumentation B2. Dealing with noise B18/BME2 Dr Gari Clifford Noise & artifact in biomedical signals Ambient / power line interference: 50 ±0.2 Hz mains noise (or 60 Hz in many data sets)

More information

IOMAC' May Guimarães - Portugal

IOMAC' May Guimarães - Portugal IOMAC'13 5 th International Operational Modal Analysis Conference 213 May 13-15 Guimarães - Portugal MODIFICATIONS IN THE CURVE-FITTED ENHANCED FREQUENCY DOMAIN DECOMPOSITION METHOD FOR OMA IN THE PRESENCE

More information

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters

(i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters FIR Filter Design Chapter Intended Learning Outcomes: (i) Understanding of the characteristics of linear-phase finite impulse response (FIR) filters (ii) Ability to design linear-phase FIR filters according

More information

Comparison of a Pleasant and Unpleasant Sound

Comparison of a Pleasant and Unpleasant Sound Comparison of a Pleasant and Unpleasant Sound B. Nisha 1, Dr. S. Mercy Soruparani 2 1. Department of Mathematics, Stella Maris College, Chennai, India. 2. U.G Head and Associate Professor, Department of

More information

Frequency Domain Analysis for Assessing Fluid Responsiveness by Using Instantaneous Pulse Rate Variability

Frequency Domain Analysis for Assessing Fluid Responsiveness by Using Instantaneous Pulse Rate Variability Frequency Domain Analysis for Assessing Fluid Responsiveness by Using Instantaneous Pulse Rate Variability Pei-Chen Lin Institute of Biomedical Engineering Hung-Yi Hsu Department of Neurology Chung Shan

More information

IADS Frequency Analysis FAQ ( Updated: March 2009 )

IADS Frequency Analysis FAQ ( Updated: March 2009 ) IADS Frequency Analysis FAQ ( Updated: March 2009 ) * Note - This Document references two data set archives that have been uploaded to the IADS Google group available in the Files area called; IADS Frequency

More information

Detection, localization, and classification of power quality disturbances using discrete wavelet transform technique

Detection, localization, and classification of power quality disturbances using discrete wavelet transform technique From the SelectedWorks of Tarek Ibrahim ElShennawy 2003 Detection, localization, and classification of power quality disturbances using discrete wavelet transform technique Tarek Ibrahim ElShennawy, Dr.

More information

EE 215 Semester Project SPECTRAL ANALYSIS USING FOURIER TRANSFORM

EE 215 Semester Project SPECTRAL ANALYSIS USING FOURIER TRANSFORM EE 215 Semester Project SPECTRAL ANALYSIS USING FOURIER TRANSFORM Department of Electrical and Computer Engineering Missouri University of Science and Technology Page 1 Table of Contents Introduction...Page

More information

Wind profile detection of atmospheric radar signals using wavelets and harmonic decomposition techniques

Wind profile detection of atmospheric radar signals using wavelets and harmonic decomposition techniques ATMOSPHERIC SCIENCE LETTERS Atmos. Sci. Let. : () Published online 7 January in Wiley InterScience (www.interscience.wiley.com). DOI:./asl.7 Wind profile detection of atmospheric radar signals using wavelets

More information

ECE 5650/4650 Exam II November 20, 2018 Name:

ECE 5650/4650 Exam II November 20, 2018 Name: ECE 5650/4650 Exam II November 0, 08 Name: Take-Home Exam Honor Code This being a take-home exam a strict honor code is assumed. Each person is to do his/her own work. Bring any questions you have about

More information

B.Tech III Year II Semester (R13) Regular & Supplementary Examinations May/June 2017 DIGITAL SIGNAL PROCESSING (Common to ECE and EIE)

B.Tech III Year II Semester (R13) Regular & Supplementary Examinations May/June 2017 DIGITAL SIGNAL PROCESSING (Common to ECE and EIE) Code: 13A04602 R13 B.Tech III Year II Semester (R13) Regular & Supplementary Examinations May/June 2017 (Common to ECE and EIE) PART A (Compulsory Question) 1 Answer the following: (10 X 02 = 20 Marks)

More information

FIBER OPTICS. Prof. R.K. Shevgaonkar. Department of Electrical Engineering. Indian Institute of Technology, Bombay. Lecture: 22.

FIBER OPTICS. Prof. R.K. Shevgaonkar. Department of Electrical Engineering. Indian Institute of Technology, Bombay. Lecture: 22. FIBER OPTICS Prof. R.K. Shevgaonkar Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture: 22 Optical Receivers Fiber Optics, Prof. R.K. Shevgaonkar, Dept. of Electrical Engineering,

More information

Spectral analysis of seismic signals using Burg algorithm V. Ravi Teja 1, U. Rakesh 2, S. Koteswara Rao 3, V. Lakshmi Bharathi 4

Spectral analysis of seismic signals using Burg algorithm V. Ravi Teja 1, U. Rakesh 2, S. Koteswara Rao 3, V. Lakshmi Bharathi 4 Volume 114 No. 1 217, 163-171 ISSN: 1311-88 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Spectral analysis of seismic signals using Burg algorithm V. avi Teja

More information

speech signal S(n). This involves a transformation of S(n) into another signal or a set of signals

speech signal S(n). This involves a transformation of S(n) into another signal or a set of signals 16 3. SPEECH ANALYSIS 3.1 INTRODUCTION TO SPEECH ANALYSIS Many speech processing [22] applications exploits speech production and perception to accomplish speech analysis. By speech analysis we extract

More information

EEE482F: Problem Set 1

EEE482F: Problem Set 1 EEE482F: Problem Set 1 1. A digital source emits 1.0 and 0.0V levels with a probability of 0.2 each, and +3.0 and +4.0V levels with a probability of 0.3 each. Evaluate the average information of the source.

More information

PROBLEM SET 6. Note: This version is preliminary in that it does not yet have instructions for uploading the MATLAB problems.

PROBLEM SET 6. Note: This version is preliminary in that it does not yet have instructions for uploading the MATLAB problems. PROBLEM SET 6 Issued: 2/32/19 Due: 3/1/19 Reading: During the past week we discussed change of discrete-time sampling rate, introducing the techniques of decimation and interpolation, which is covered

More information

Frequency Domain Representation of Signals

Frequency Domain Representation of Signals Frequency Domain Representation of Signals The Discrete Fourier Transform (DFT) of a sampled time domain waveform x n x 0, x 1,..., x 1 is a set of Fourier Coefficients whose samples are 1 n0 X k X0, X

More information

Multirate Digital Signal Processing

Multirate Digital Signal Processing Multirate Digital Signal Processing Basic Sampling Rate Alteration Devices Up-sampler - Used to increase the sampling rate by an integer factor Down-sampler - Used to increase the sampling rate by an integer

More information

Theory of Telecommunications Networks

Theory of Telecommunications Networks Theory of Telecommunications Networks Anton Čižmár Ján Papaj Department of electronics and multimedia telecommunications CONTENTS Preface... 5 1 Introduction... 6 1.1 Mathematical models for communication

More information

EE 470 Signals and Systems

EE 470 Signals and Systems EE 470 Signals and Systems 9. Introduction to the Design of Discrete Filters Prof. Yasser Mostafa Kadah Textbook Luis Chapparo, Signals and Systems Using Matlab, 2 nd ed., Academic Press, 2015. Filters

More information

L A B 3 : G E N E R A T I N G S I N U S O I D S

L A B 3 : G E N E R A T I N G S I N U S O I D S L A B 3 : G E N E R A T I N G S I N U S O I D S NAME: DATE OF EXPERIMENT: DATE REPORT SUBMITTED: 1/7 1 THEORY DIGITAL SIGNAL PROCESSING LABORATORY 1.1 GENERATION OF DISCRETE TIME SINUSOIDAL SIGNALS IN

More information

AN AUTOREGRESSIVE BASED LFM REVERBERATION SUPPRESSION FOR RADAR AND SONAR APPLICATIONS

AN AUTOREGRESSIVE BASED LFM REVERBERATION SUPPRESSION FOR RADAR AND SONAR APPLICATIONS AN AUTOREGRESSIVE BASED LFM REVERBERATION SUPPRESSION FOR RADAR AND SONAR APPLICATIONS MrPMohan Krishna 1, AJhansi Lakshmi 2, GAnusha 3, BYamuna 4, ASudha Rani 5 1 Asst Professor, 2,3,4,5 Student, Dept

More information

WAVELET OFDM WAVELET OFDM

WAVELET OFDM WAVELET OFDM EE678 WAVELETS APPLICATION ASSIGNMENT WAVELET OFDM GROUP MEMBERS RISHABH KASLIWAL rishkas@ee.iitb.ac.in 02D07001 NACHIKET KALE nachiket@ee.iitb.ac.in 02D07002 PIYUSH NAHAR nahar@ee.iitb.ac.in 02D07007

More information

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators 374 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 52, NO. 2, MARCH 2003 Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators Jenq-Tay Yuan

More information

Project 0: Part 2 A second hands-on lab on Speech Processing Frequency-domain processing

Project 0: Part 2 A second hands-on lab on Speech Processing Frequency-domain processing Project : Part 2 A second hands-on lab on Speech Processing Frequency-domain processing February 24, 217 During this lab, you will have a first contact on frequency domain analysis of speech signals. You

More information

Accurate Identification of Periodic Oscillations Buried in White or Colored Noise Using Fast Orthogonal Search

Accurate Identification of Periodic Oscillations Buried in White or Colored Noise Using Fast Orthogonal Search 622 IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 48, NO. 6, JUNE 2001 Accurate Identification of Periodic Oscillations Buried in White or Colored Noise Using Fast Orthogonal Search Ki H. Chon, Member,

More information

The exponentially weighted moving average applied to the control and monitoring of varying sample sizes

The exponentially weighted moving average applied to the control and monitoring of varying sample sizes Computational Methods and Experimental Measurements XV 3 The exponentially weighted moving average applied to the control and monitoring of varying sample sizes J. E. Everett Centre for Exploration Targeting,

More information

Topic 6. The Digital Fourier Transform. (Based, in part, on The Scientist and Engineer's Guide to Digital Signal Processing by Steven Smith)

Topic 6. The Digital Fourier Transform. (Based, in part, on The Scientist and Engineer's Guide to Digital Signal Processing by Steven Smith) Topic 6 The Digital Fourier Transform (Based, in part, on The Scientist and Engineer's Guide to Digital Signal Processing by Steven Smith) 10 20 30 40 50 60 70 80 90 100 0-1 -0.8-0.6-0.4-0.2 0 0.2 0.4

More information

Concordia University. Discrete-Time Signal Processing. Lab Manual (ELEC442) Dr. Wei-Ping Zhu

Concordia University. Discrete-Time Signal Processing. Lab Manual (ELEC442) Dr. Wei-Ping Zhu Concordia University Discrete-Time Signal Processing Lab Manual (ELEC442) Course Instructor: Dr. Wei-Ping Zhu Fall 2012 Lab 1: Linear Constant Coefficient Difference Equations (LCCDE) Objective In this

More information

EE 464 Short-Time Fourier Transform Fall and Spectrogram. Many signals of importance have spectral content that

EE 464 Short-Time Fourier Transform Fall and Spectrogram. Many signals of importance have spectral content that EE 464 Short-Time Fourier Transform Fall 2018 Read Text, Chapter 4.9. and Spectrogram Many signals of importance have spectral content that changes with time. Let xx(nn), nn = 0, 1,, NN 1 1 be a discrete-time

More information

Adaptive Filters Application of Linear Prediction

Adaptive Filters Application of Linear Prediction Adaptive Filters Application of Linear Prediction Gerhard Schmidt Christian-Albrechts-Universität zu Kiel Faculty of Engineering Electrical Engineering and Information Technology Digital Signal Processing

More information

Simulation and design of a microphone array for beamforming on a moving acoustic source

Simulation and design of a microphone array for beamforming on a moving acoustic source Simulation and design of a microphone array for beamforming on a moving acoustic source Dick Petersen and Carl Howard School of Mechanical Engineering, University of Adelaide, South Australia, Australia

More information

2.1 BASIC CONCEPTS Basic Operations on Signals Time Shifting. Figure 2.2 Time shifting of a signal. Time Reversal.

2.1 BASIC CONCEPTS Basic Operations on Signals Time Shifting. Figure 2.2 Time shifting of a signal. Time Reversal. 1 2.1 BASIC CONCEPTS 2.1.1 Basic Operations on Signals Time Shifting. Figure 2.2 Time shifting of a signal. Time Reversal. 2 Time Scaling. Figure 2.4 Time scaling of a signal. 2.1.2 Classification of Signals

More information

Module 3 : Sampling and Reconstruction Problem Set 3

Module 3 : Sampling and Reconstruction Problem Set 3 Module 3 : Sampling and Reconstruction Problem Set 3 Problem 1 Shown in figure below is a system in which the sampling signal is an impulse train with alternating sign. The sampling signal p(t), the Fourier

More information

Signal Processing Toolbox

Signal Processing Toolbox Signal Processing Toolbox Perform signal processing, analysis, and algorithm development Signal Processing Toolbox provides industry-standard algorithms for analog and digital signal processing (DSP).

More information

COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS

COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS Sanjana T and Suma M N Department of Electronics and communication, BMS College of Engineering, Bangalore, India ABSTRACT In

More information

A Brief Introduction to the Discrete Fourier Transform and the Evaluation of System Transfer Functions

A Brief Introduction to the Discrete Fourier Transform and the Evaluation of System Transfer Functions MEEN 459/659 Notes 6 A Brief Introduction to the Discrete Fourier Transform and the Evaluation of System Transfer Functions Original from Dr. Joe-Yong Kim (ME 459/659), modified by Dr. Luis San Andrés

More information

Reduction of PAR and out-of-band egress. EIT 140, tom<at>eit.lth.se

Reduction of PAR and out-of-band egress. EIT 140, tom<at>eit.lth.se Reduction of PAR and out-of-band egress EIT 140, tomeit.lth.se Multicarrier specific issues The following issues are specific for multicarrier systems and deserve special attention: Peak-to-average

More information

Biomedical Signals. Signals and Images in Medicine Dr Nabeel Anwar

Biomedical Signals. Signals and Images in Medicine Dr Nabeel Anwar Biomedical Signals Signals and Images in Medicine Dr Nabeel Anwar Noise Removal: Time Domain Techniques 1. Synchronized Averaging (covered in lecture 1) 2. Moving Average Filters (today s topic) 3. Derivative

More information

Introduction. Chapter Time-Varying Signals

Introduction. Chapter Time-Varying Signals Chapter 1 1.1 Time-Varying Signals Time-varying signals are commonly observed in the laboratory as well as many other applied settings. Consider, for example, the voltage level that is present at a specific

More information

Figure 1: The Penobscot Narrows Bridge in Maine, U.S.A. Figure 2: Arrangement of stay cables tested

Figure 1: The Penobscot Narrows Bridge in Maine, U.S.A. Figure 2: Arrangement of stay cables tested Figure 1: The Penobscot Narrows Bridge in Maine, U.S.A. Figure 2: Arrangement of stay cables tested EXPERIMENTAL SETUP AND PROCEDURES Dynamic testing was performed in two phases. The first phase took place

More information

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS

CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 44 CHAPTER 3 ADAPTIVE MODULATION TECHNIQUE WITH CFO CORRECTION FOR OFDM SYSTEMS 3.1 INTRODUCTION A unique feature of the OFDM communication scheme is that, due to the IFFT at the transmitter and the FFT

More information

Chapter 2 Direct-Sequence Systems

Chapter 2 Direct-Sequence Systems Chapter 2 Direct-Sequence Systems A spread-spectrum signal is one with an extra modulation that expands the signal bandwidth greatly beyond what is required by the underlying coded-data modulation. Spread-spectrum

More information

Lecture 13. Introduction to OFDM

Lecture 13. Introduction to OFDM Lecture 13 Introduction to OFDM Ref: About-OFDM.pdf Orthogonal frequency division multiplexing (OFDM) is well-known to be effective against multipath distortion. It is a multicarrier communication scheme,

More information

Volume 3 Signal Processing Reference Manual

Volume 3 Signal Processing Reference Manual Contents Volume 3 Signal Processing Reference Manual Contents 1 Sampling analogue signals 1.1 Introduction...1-1 1.2 Selecting a sampling speed...1-1 1.3 References...1-5 2 Digital filters 2.1 Introduction...2-1

More information

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS

MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS International Journal on Intelligent Electronic System, Vol. 8 No.. July 0 6 MITIGATING CARRIER FREQUENCY OFFSET USING NULL SUBCARRIERS Abstract Nisharani S N, Rajadurai C &, Department of ECE, Fatima

More information

2015 HBM ncode Products User Group Meeting

2015 HBM ncode Products User Group Meeting Looking at Measured Data in the Frequency Domain Kurt Munson HBM-nCode Do Engineers Need Tools? 3 What is Vibration? http://dictionary.reference.com/browse/vibration 4 Some Statistics Amplitude PDF y Measure

More information

Pitch Detection Algorithms

Pitch Detection Algorithms OpenStax-CNX module: m11714 1 Pitch Detection Algorithms Gareth Middleton This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 1.0 Abstract Two algorithms to

More information

QUESTION BANK EC 1351 DIGITAL COMMUNICATION YEAR / SEM : III / VI UNIT I- PULSE MODULATION PART-A (2 Marks) 1. What is the purpose of sample and hold

QUESTION BANK EC 1351 DIGITAL COMMUNICATION YEAR / SEM : III / VI UNIT I- PULSE MODULATION PART-A (2 Marks) 1. What is the purpose of sample and hold QUESTION BANK EC 1351 DIGITAL COMMUNICATION YEAR / SEM : III / VI UNIT I- PULSE MODULATION PART-A (2 Marks) 1. What is the purpose of sample and hold circuit 2. What is the difference between natural sampling

More information

LABORATORY - FREQUENCY ANALYSIS OF DISCRETE-TIME SIGNALS

LABORATORY - FREQUENCY ANALYSIS OF DISCRETE-TIME SIGNALS LABORATORY - FREQUENCY ANALYSIS OF DISCRETE-TIME SIGNALS INTRODUCTION The objective of this lab is to explore many issues involved in sampling and reconstructing signals, including analysis of the frequency

More information

Digital Waveform with Jittered Edges. Reference edge. Figure 1. The purpose of this discussion is fourfold.

Digital Waveform with Jittered Edges. Reference edge. Figure 1. The purpose of this discussion is fourfold. Joe Adler, Vectron International Continuous advances in high-speed communication and measurement systems require higher levels of performance from system clocks and references. Performance acceptable in

More information

UNIT-3. Electronic Measurements & Instrumentation

UNIT-3.   Electronic Measurements & Instrumentation UNIT-3 1. Draw the Block Schematic of AF Wave analyzer and explain its principle and Working? ANS: The wave analyzer consists of a very narrow pass-band filter section which can Be tuned to a particular

More information

Chapter 2: Signal Representation

Chapter 2: Signal Representation Chapter 2: Signal Representation Aveek Dutta Assistant Professor Department of Electrical and Computer Engineering University at Albany Spring 2018 Images and equations adopted from: Digital Communications

More information

Noise estimation and power spectrum analysis using different window techniques

Noise estimation and power spectrum analysis using different window techniques IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 78-1676,p-ISSN: 30-3331, Volume 11, Issue 3 Ver. II (May. Jun. 016), PP 33-39 www.iosrjournals.org Noise estimation and power

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN ISSN 0976 6464(Print)

More information

System Identification and CDMA Communication

System Identification and CDMA Communication System Identification and CDMA Communication A (partial) sample report by Nathan A. Goodman Abstract This (sample) report describes theory and simulations associated with a class project on system identification

More information

SIGNALS AND SYSTEMS LABORATORY 13: Digital Communication

SIGNALS AND SYSTEMS LABORATORY 13: Digital Communication SIGNALS AND SYSTEMS LABORATORY 13: Digital Communication INTRODUCTION Digital Communication refers to the transmission of binary, or digital, information over analog channels. In this laboratory you will

More information

Msc Engineering Physics (6th academic year) Royal Institute of Technology, Stockholm August December 2003

Msc Engineering Physics (6th academic year) Royal Institute of Technology, Stockholm August December 2003 Msc Engineering Physics (6th academic year) Royal Institute of Technology, Stockholm August 2002 - December 2003 1 2E1511 - Radio Communication (6 ECTS) The course provides basic knowledge about models

More information

Digital Processing of Continuous-Time Signals

Digital Processing of Continuous-Time Signals Chapter 4 Digital Processing of Continuous-Time Signals 清大電機系林嘉文 cwlin@ee.nthu.edu.tw 03-5731152 Original PowerPoint slides prepared by S. K. Mitra 4-1-1 Digital Processing of Continuous-Time Signals Digital

More information

Arterial pulse waves measured with EMFi and PPG sensors and comparison of the pulse waveform spectral and decomposition analysis in healthy subjects

Arterial pulse waves measured with EMFi and PPG sensors and comparison of the pulse waveform spectral and decomposition analysis in healthy subjects Arterial pulse waves measured with EMFi and PPG sensors and comparison of the pulse waveform spectral and decomposition analysis in healthy subjects Matti Huotari 1, Antti Vehkaoja 2, Kari Määttä 1, Juha

More information

Comparison of Signal Attenuation of Multiple Frequencies Between Passive and Active High-Pass Filters

Comparison of Signal Attenuation of Multiple Frequencies Between Passive and Active High-Pass Filters Comparison of Signal Attenuation of Multiple Frequencies Between Passive and Active High-Pass Filters Aaron Batker Pritzker Harvey Mudd College 23 November 203 Abstract Differences in behavior at different

More information

Multirate Signal Processing Lecture 7, Sampling Gerald Schuller, TU Ilmenau

Multirate Signal Processing Lecture 7, Sampling Gerald Schuller, TU Ilmenau Multirate Signal Processing Lecture 7, Sampling Gerald Schuller, TU Ilmenau (Also see: Lecture ADSP, Slides 06) In discrete, digital signal we use the normalized frequency, T = / f s =: it is without a

More information

Fundamentals of Time- and Frequency-Domain Analysis of Signal-Averaged Electrocardiograms R. Martin Arthur, PhD

Fundamentals of Time- and Frequency-Domain Analysis of Signal-Averaged Electrocardiograms R. Martin Arthur, PhD CORONARY ARTERY DISEASE, 2(1):13-17, 1991 1 Fundamentals of Time- and Frequency-Domain Analysis of Signal-Averaged Electrocardiograms R. Martin Arthur, PhD Keywords digital filters, Fourier transform,

More information

FIR/Convolution. Visulalizing the convolution sum. Frequency-Domain (Fast) Convolution

FIR/Convolution. Visulalizing the convolution sum. Frequency-Domain (Fast) Convolution FIR/Convolution CMPT 468: Delay Effects Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University November 8, 23 Since the feedforward coefficient s of the FIR filter are the

More information

Time and Frequency Domain Windowing of LFM Pulses Mark A. Richards

Time and Frequency Domain Windowing of LFM Pulses Mark A. Richards Time and Frequency Domain Mark A. Richards September 29, 26 1 Frequency Domain Windowing of LFM Waveforms in Fundamentals of Radar Signal Processing Section 4.7.1 of [1] discusses the reduction of time

More information

Analysis and Interpretation of HRV Data with Particular. Principal Investigator Dorn VA Medical Center (OEF OIF) and Dorn Research Institute

Analysis and Interpretation of HRV Data with Particular. Principal Investigator Dorn VA Medical Center (OEF OIF) and Dorn Research Institute Analysis and Interpretation of HRV Data with Particular Reference to the Coherence Ratio and Application to Data from Research on Combat Veterans with PTSD Break out Session, 44 th Annual Scientific Meeting

More information

Design of FIR Filters

Design of FIR Filters Design of FIR Filters Elena Punskaya www-sigproc.eng.cam.ac.uk/~op205 Some material adapted from courses by Prof. Simon Godsill, Dr. Arnaud Doucet, Dr. Malcolm Macleod and Prof. Peter Rayner 1 FIR as a

More information

Statistics, Probability and Noise

Statistics, Probability and Noise Statistics, Probability and Noise Claudia Feregrino-Uribe & Alicia Morales-Reyes Original material: Rene Cumplido Autumn 2015, CCC-INAOE Contents Signal and graph terminology Mean and standard deviation

More information

Signal Processing. Introduction

Signal Processing. Introduction Signal Processing 0 Introduction One of the premiere uses of MATLAB is in the analysis of signal processing and control systems. In this chapter we consider signal processing. The final chapter of the

More information

INFLUENCE OF FREQUENCY DISTRIBUTION ON INTENSITY FLUCTUATIONS OF NOISE

INFLUENCE OF FREQUENCY DISTRIBUTION ON INTENSITY FLUCTUATIONS OF NOISE INFLUENCE OF FREQUENCY DISTRIBUTION ON INTENSITY FLUCTUATIONS OF NOISE Pierre HANNA SCRIME - LaBRI Université de Bordeaux 1 F-33405 Talence Cedex, France hanna@labriu-bordeauxfr Myriam DESAINTE-CATHERINE

More information

CHAPTER. delta-sigma modulators 1.0

CHAPTER. delta-sigma modulators 1.0 CHAPTER 1 CHAPTER Conventional delta-sigma modulators 1.0 This Chapter presents the traditional first- and second-order DSM. The main sources for non-ideal operation are described together with some commonly

More information

Digital Processing of

Digital Processing of Chapter 4 Digital Processing of Continuous-Time Signals 清大電機系林嘉文 cwlin@ee.nthu.edu.tw 03-5731152 Original PowerPoint slides prepared by S. K. Mitra 4-1-1 Digital Processing of Continuous-Time Signals Digital

More information

High Resolution Spectral Analysis useful for the development of Radar Altimeter

High Resolution Spectral Analysis useful for the development of Radar Altimeter High Resolution Spectral Analysis useful for the development of Radar Altimeter Bency Abraham, Lal M.J. 2, Abraham Thomas 3 Student, Department of AEI, Rajagiri School of Engineering and Technology, Ernakulam,

More information