{"id":{"repo_id":"westminster","oai_identifier":"oai:westminsterresearch.westminster.ac.uk:qv97q"},"canonical_url":"https://search.dev.ndltd.org/etd/westminster/oai:westminsterresearch.westminster.ac.uk:qv97q","repository":{"repo_id":"westminster","name":"University of Westminster","base_url":"https://westminsterresearch.westminster.ac.uk/oai2"},"display":{"title":"Design and Implementation of Complexity Reduced Digital Signal Processors for Low Power Biomedical Applications","abstract":"Wearable health monitoring systems can provide remote care with supervised, inde-pendent living which are capable of signal sensing, acquisition, local processing and transmission. A generic biopotential signal (such as Electrocardiogram (ECG), and Electroencephalogram (EEG)) processing platform consists of four main functional components. The signals acquired by the electrodes are ampliﬁed and preconditioned by the (1) Analog-Front-End (AFE) which are then digitized via the (2) Analog-to-Digital Converter (ADC) for further processing. The local digital signal processing is usually handled by a custom designed (3) Digital Signal Processor (DSP) which is responsible for either anyone or combination of signal processing algorithms such as noise detection, noise/artefact removal, feature extraction, classiﬁcation and compres-sion. The digitally processed data is then transmitted via the (4) transmitter which is renown as the most power hungry block in the complete platform. All the afore-mentioned components of the wearable systems are required to be designed and ﬁtted into an integrated system where the area and the power requirements are stringent. Therefore, hardware complexity and power dissipation of each functional component are crucial aspects while designing and implementing a wearable monitoring platform. The work undertaken focuses on reducing the hardware complexity of a biosignal DSP and presents low hardware complexity solutions that can be employed in the aforemen-tioned wearable platforms. A typical state-of-the-art system utilizes Sigma Delta (Σ∆) ADCs incorporating a Σ∆ modulator and a decimation ﬁlter whereas the state-of-the-art decimation ﬁlters employ linear phase Finite-Impulse-Response (FIR) ﬁlters with high orders that in-crease the hardware complexity [1–5]. In this thesis, the novel use of minimum phase Inﬁnite-Impulse-Response (IIR) decimators is proposed where the hardware complexity is massively reduced compared to the conventional FIR decimators. In addition, the non-linear phase eﬀects of these ﬁlters are also investigated since phase non-linearity may distort the time domain representation of the signal being ﬁltered which is un-desirable eﬀect for biopotential signals especially when the ﬁducial characteristics carry diagnostic importance. In the case of ECG monitoring systems the eﬀect of the IIR ﬁlter phase non-linearity is minimal which does not aﬀect the diagnostic accuracy of the signals. The work undertaken also proposes two methods for reducing the hardware complexity of the popular biosignal processing tool, Discrete Wavelet Transform (DWT). General purpose multipliers are known to be hardware and power hungry in terms of the number of addition operations or their underlying building blocks like full adders or half adders required. Higher number of adders leads to an increase in the power consumption which is directly proportional to the clock frequency, supply voltage, switching activity and the resources utilized. A typical Field-Programmable-Gate-Array’s (FPGA) resources are Look-up Tables (LUTs) whereas a custom Digital Signal Processor’s (DSP) are gate-level cells of standard cell libraries that are used to build adders [6]. One of the proposed methods is the replacement of the hardware and power hungry general pur-pose multipliers and the coeﬃcient memories with reconﬁgurable multiplier blocks that are composed of simple shift-add networks and multiplexers. This method substantially reduces the resource utilization as well as the power consumption of the system. The second proposed method is the design and implementation of the DWT ﬁlter banks using IIR ﬁlters which employ less number of arithmetic operations compared to the state-of-the-art FIR wavelets. This reduces the hardware complexity of the analysis ﬁlter bank of the DWT and can be employed in applications where the reconstruction is not required. However, the synthesis ﬁlter bank for the IIR wavelet transform has a higher computational complexity compared to the conventional FIR wavelet synthesis ﬁlter banks since re-indexing of the ﬁltered data sequence is required that can only be achieved via the use of extra registers. Therefore, this led to the proposal of a novel design which replaces the complex IIR based synthesis ﬁlter banks with FIR ﬁl-ters which are the approximations of the associated IIR ﬁlters. Finally, a comparative study is presented where the hybrid IIR/FIR and FIR/FIR wavelet ﬁlter banks are de-ployed in a typical noise reduction scenario using the wavelet thresholding techniques. It is concluded that the proposed hybrid IIR/FIR wavelet ﬁlter banks provide better denoising performance, reduced computational complexity and power consumption in comparison to their IIR/IIR and FIR/FIR counterparts.","abstract_html":"Wearable health monitoring systems can provide remote care with supervised, inde-pendent living which are capable of signal sensing, acquisition, local processing and transmission. A generic biopotential signal (such as Electrocardiogram (ECG), and Electroencephalogram (EEG)) processing platform consists of four main functional components. The signals acquired by the electrodes are ampliﬁed and preconditioned by the (1) Analog-Front-End (AFE) which are then digitized via the (2) Analog-to-Digital Converter (ADC) for further processing. The local digital signal processing is usually handled by a custom designed (3) Digital Signal Processor (DSP) which is responsible for either anyone or combination of signal processing algorithms such as noise detection, noise/artefact removal, feature extraction, classiﬁcation and compres-sion. The digitally processed data is then transmitted via the (4) transmitter which is renown as the most power hungry block in the complete platform. All the afore-mentioned components of the wearable systems are required to be designed and ﬁtted into an integrated system where the area and the power requirements are stringent. Therefore, hardware complexity and power dissipation of each functional component are crucial aspects while designing and implementing a wearable monitoring platform. The work undertaken focuses on reducing the hardware complexity of a biosignal DSP and presents low hardware complexity solutions that can be employed in the aforemen-tioned wearable platforms. A typical state-of-the-art system utilizes Sigma Delta (Σ∆) ADCs incorporating a Σ∆ modulator and a decimation ﬁlter whereas the state-of-the-art decimation ﬁlters employ linear phase Finite-Impulse-Response (FIR) ﬁlters with high orders that in-crease the hardware complexity [1–5]. In this thesis, the novel use of minimum phase Inﬁnite-Impulse-Response (IIR) decimators is proposed where the hardware complexity is massively reduced compared to the conventional FIR decimators. In addition, the non-linear phase eﬀects of these ﬁlters are also investigated since phase non-linearity may distort the time domain representation of the signal being ﬁltered which is un-desirable eﬀect for biopotential signals especially when the ﬁducial characteristics carry diagnostic importance. In the case of ECG monitoring systems the eﬀect of the IIR ﬁlter phase non-linearity is minimal which does not aﬀect the diagnostic accuracy of the signals. The work undertaken also proposes two methods for reducing the hardware complexity of the popular biosignal processing tool, Discrete Wavelet Transform (DWT). General purpose multipliers are known to be hardware and power hungry in terms of the number of addition operations or their underlying building blocks like full adders or half adders required. Higher number of adders leads to an increase in the power consumption which is directly proportional to the clock frequency, supply voltage, switching activity and the resources utilized. A typical Field-Programmable-Gate-Array’s (FPGA) resources are Look-up Tables (LUTs) whereas a custom Digital Signal Processor’s (DSP) are gate-level cells of standard cell libraries that are used to build adders [6]. One of the proposed methods is the replacement of the hardware and power hungry general pur-pose multipliers and the coeﬃcient memories with reconﬁgurable multiplier blocks that are composed of simple shift-add networks and multiplexers. This method substantially reduces the resource utilization as well as the power consumption of the system. The second proposed method is the design and implementation of the DWT ﬁlter banks using IIR ﬁlters which employ less number of arithmetic operations compared to the state-of-the-art FIR wavelets. This reduces the hardware complexity of the analysis ﬁlter bank of the DWT and can be employed in applications where the reconstruction is not required. However, the synthesis ﬁlter bank for the IIR wavelet transform has a higher computational complexity compared to the conventional FIR wavelet synthesis ﬁlter banks since re-indexing of the ﬁltered data sequence is required that can only be achieved via the use of extra registers. Therefore, this led to the proposal of a novel design which replaces the complex IIR based synthesis ﬁlter banks with FIR ﬁl-ters which are the approximations of the associated IIR ﬁlters. Finally, a comparative study is presented where the hybrid IIR/FIR and FIR/FIR wavelet ﬁlter banks are de-ployed in a typical noise reduction scenario using the wavelet thresholding techniques. It is concluded that the proposed hybrid IIR/FIR wavelet ﬁlter banks provide better denoising performance, reduced computational complexity and power consumption in comparison to their IIR/IIR and FIR/FIR counterparts.","abstract_has_math":false,"creators":["Eminaga, Y."],"institution":"University of Westminster","degree_name":null,"degree_level":"PhD thesis","degree_discipline":null,"degree_department":null,"school":null,"contributors":[],"advisors":[],"committee_chairs":[],"committee_members":[],"year":2019,"date_issued":"2019","date_published":"2019","updated_at":"2026-07-24T06:01:37Z","subjects":[],"languages":[],"rights":[],"rights_urls":[],"identifier_entries":[{"key":"dc:identifier","label":"Identifier","values":["oai:westminsterresearch.westminster.ac.uk:qv97q"],"render_values":[{"text":"oai:westminsterresearch.westminster.ac.uk:qv97q","href":null,"code":true}]}]},"links":{"outbound_url":"https://doi.org/10.34737/qv97q","outbound_label":"DOI","outbound_source":"dc:identifier.doi"},"metadata_groups":[{"id":"people","label":"People","entries":[{"key":"dc:creator","label":"Author","values":["Eminaga, Y."]}]},{"id":"academic_context","label":"Academic Context","entries":[{"key":"dc:date","label":"Dc Date","values":["2019"]},{"key":"dc:date.issued","label":"Date","values":["2019"]},{"key":"dc:publisher","label":"Institution","values":["University of Westminster"]},{"key":"dc:publisher.department","label":"Dc Publisher Department","values":["School of Computer Science and Engineering"]},{"key":"dc:publisher.institution","label":"Dc Publisher Institution","values":["University of Westminster"]},{"key":"dc:relation","label":"Dc Relation","values":["https://westminsterresearch.westminster.ac.uk/item/qv97q/design-and-implementation-of-complexity-reduced-digital-signal-processors-for-low-power-biomedical-applications"]},{"key":"dc:relation.isreferencedby","label":"Dc Relation Isreferencedby","values":["https://westminsterresearch.westminster.ac.uk/item/qv97q/design-and-implementation-of-complexity-reduced-digital-signal-processors-for-low-power-biomedical-applications"]},{"key":"dc:type","label":"Dc Type","values":["Thesis or dissertation"]},{"key":"dc:type.qualificationlevel","label":"Dc Type Qualificationlevel","values":["PhD thesis"]}]},{"id":"identifiers","label":"Identifiers","entries":[{"key":"dc:identifier","label":"Identifier","values":["oai:westminsterresearch.westminster.ac.uk:qv97q"]},{"key":"dc:identifier.doi","label":"DOI","values":["https://doi.org/10.34737/qv97q"]},{"key":"dc:identifier.uri","label":"Identifier URI","values":["https://westminsterresearch.westminster.ac.uk/download/d84c2aeae4d1aa35b4f48c03a994d71fdb3a9ed85268fea5136c58c78cc3bb2c/11650323/Final_version_YE_PhD_Thesis.pdf"]}]},{"id":"additional","label":"Additional Metadata","entries":[{"key":"dc:description","label":"Description","values":["Wearable health monitoring systems can provide remote care with supervised, inde-pendent living which are capable of signal sensing, acquisition, local processing and transmission. A generic biopotential signal (such as Electrocardiogram (ECG), and Electroencephalogram (EEG)) processing platform consists of four main functional components. The signals acquired by the electrodes are ampliﬁed and preconditioned by the (1) Analog-Front-End (AFE) which are then digitized via the (2) Analog-to-Digital Converter (ADC) for further processing. The local digital signal processing is usually handled by a custom designed (3) Digital Signal Processor (DSP) which is responsible for either anyone or combination of signal processing algorithms such as noise detection, noise/artefact removal, feature extraction, classiﬁcation and compres-sion. The digitally processed data is then transmitted via the (4) transmitter which is renown as the most power hungry block in the complete platform. All the afore-mentioned components of the wearable systems are required to be designed and ﬁtted into an integrated system where the area and the power requirements are stringent. Therefore, hardware complexity and power dissipation of each functional component are crucial aspects while designing and implementing a wearable monitoring platform. The work undertaken focuses on reducing the hardware complexity of a biosignal DSP and presents low hardware complexity solutions that can be employed in the aforemen-tioned wearable platforms. A typical state-of-the-art system utilizes Sigma Delta (Σ∆) ADCs incorporating a Σ∆ modulator and a decimation ﬁlter whereas the state-of-the-art decimation ﬁlters employ linear phase Finite-Impulse-Response (FIR) ﬁlters with high orders that in-crease the hardware complexity [1–5]. In this thesis, the novel use of minimum phase Inﬁnite-Impulse-Response (IIR) decimators is proposed where the hardware complexity is massively reduced compared to the conventional FIR decimators. In addition, the non-linear phase eﬀects of these ﬁlters are also investigated since phase non-linearity may distort the time domain representation of the signal being ﬁltered which is un-desirable eﬀect for biopotential signals especially when the ﬁducial characteristics carry diagnostic importance. In the case of ECG monitoring systems the eﬀect of the IIR ﬁlter phase non-linearity is minimal which does not aﬀect the diagnostic accuracy of the signals. The work undertaken also proposes two methods for reducing the hardware complexity of the popular biosignal processing tool, Discrete Wavelet Transform (DWT). General purpose multipliers are known to be hardware and power hungry in terms of the number of addition operations or their underlying building blocks like full adders or half adders required. Higher number of adders leads to an increase in the power consumption which is directly proportional to the clock frequency, supply voltage, switching activity and the resources utilized. A typical Field-Programmable-Gate-Array’s (FPGA) resources are Look-up Tables (LUTs) whereas a custom Digital Signal Processor’s (DSP) are gate-level cells of standard cell libraries that are used to build adders [6]. One of the proposed methods is the replacement of the hardware and power hungry general pur-pose multipliers and the coeﬃcient memories with reconﬁgurable multiplier blocks that are composed of simple shift-add networks and multiplexers. This method substantially reduces the resource utilization as well as the power consumption of the system. The second proposed method is the design and implementation of the DWT ﬁlter banks using IIR ﬁlters which employ less number of arithmetic operations compared to the state-of-the-art FIR wavelets. This reduces the hardware complexity of the analysis ﬁlter bank of the DWT and can be employed in applications where the reconstruction is not required. However, the synthesis ﬁlter bank for the IIR wavelet transform has a higher computational complexity compared to the conventional FIR wavelet synthesis ﬁlter banks since re-indexing of the ﬁltered data sequence is required that can only be achieved via the use of extra registers. Therefore, this led to the proposal of a novel design which replaces the complex IIR based synthesis ﬁlter banks with FIR ﬁl-ters which are the approximations of the associated IIR ﬁlters. Finally, a comparative study is presented where the hybrid IIR/FIR and FIR/FIR wavelet ﬁlter banks are de-ployed in a typical noise reduction scenario using the wavelet thresholding techniques. It is concluded that the proposed hybrid IIR/FIR wavelet ﬁlter banks provide better denoising performance, reduced computational complexity and power consumption in comparison to their IIR/IIR and FIR/FIR counterparts."]},{"key":"dc:description.abstract","label":"Abstract","values":["Wearable health monitoring systems can provide remote care with supervised, inde-pendent living which are capable of signal sensing, acquisition, local processing and transmission. A generic biopotential signal (such as Electrocardiogram (ECG), and Electroencephalogram (EEG)) processing platform consists of four main functional components. The signals acquired by the electrodes are ampliﬁed and preconditioned by the (1) Analog-Front-End (AFE) which are then digitized via the (2) Analog-to-Digital Converter (ADC) for further processing. The local digital signal processing is usually handled by a custom designed (3) Digital Signal Processor (DSP) which is responsible for either anyone or combination of signal processing algorithms such as noise detection, noise/artefact removal, feature extraction, classiﬁcation and compres-sion. The digitally processed data is then transmitted via the (4) transmitter which is renown as the most power hungry block in the complete platform. All the afore-mentioned components of the wearable systems are required to be designed and ﬁtted into an integrated system where the area and the power requirements are stringent. Therefore, hardware complexity and power dissipation of each functional component are crucial aspects while designing and implementing a wearable monitoring platform. The work undertaken focuses on reducing the hardware complexity of a biosignal DSP and presents low hardware complexity solutions that can be employed in the aforemen-tioned wearable platforms. A typical state-of-the-art system utilizes Sigma Delta (Σ∆) ADCs incorporating a Σ∆ modulator and a decimation ﬁlter whereas the state-of-the-art decimation ﬁlters employ linear phase Finite-Impulse-Response (FIR) ﬁlters with high orders that in-crease the hardware complexity [1–5]. In this thesis, the novel use of minimum phase Inﬁnite-Impulse-Response (IIR) decimators is proposed where the hardware complexity is massively reduced compared to the conventional FIR decimators. In addition, the non-linear phase eﬀects of these ﬁlters are also investigated since phase non-linearity may distort the time domain representation of the signal being ﬁltered which is un-desirable eﬀect for biopotential signals especially when the ﬁducial characteristics carry diagnostic importance. In the case of ECG monitoring systems the eﬀect of the IIR ﬁlter phase non-linearity is minimal which does not aﬀect the diagnostic accuracy of the signals. The work undertaken also proposes two methods for reducing the hardware complexity of the popular biosignal processing tool, Discrete Wavelet Transform (DWT). General purpose multipliers are known to be hardware and power hungry in terms of the number of addition operations or their underlying building blocks like full adders or half adders required. Higher number of adders leads to an increase in the power consumption which is directly proportional to the clock frequency, supply voltage, switching activity and the resources utilized. A typical Field-Programmable-Gate-Array’s (FPGA) resources are Look-up Tables (LUTs) whereas a custom Digital Signal Processor’s (DSP) are gate-level cells of standard cell libraries that are used to build adders [6]. One of the proposed methods is the replacement of the hardware and power hungry general pur-pose multipliers and the coeﬃcient memories with reconﬁgurable multiplier blocks that are composed of simple shift-add networks and multiplexers. This method substantially reduces the resource utilization as well as the power consumption of the system. The second proposed method is the design and implementation of the DWT ﬁlter banks using IIR ﬁlters which employ less number of arithmetic operations compared to the state-of-the-art FIR wavelets. This reduces the hardware complexity of the analysis ﬁlter bank of the DWT and can be employed in applications where the reconstruction is not required. However, the synthesis ﬁlter bank for the IIR wavelet transform has a higher computational complexity compared to the conventional FIR wavelet synthesis ﬁlter banks since re-indexing of the ﬁltered data sequence is required that can only be achieved via the use of extra registers. Therefore, this led to the proposal of a novel design which replaces the complex IIR based synthesis ﬁlter banks with FIR ﬁl-ters which are the approximations of the associated IIR ﬁlters. Finally, a comparative study is presented where the hybrid IIR/FIR and FIR/FIR wavelet ﬁlter banks are de-ployed in a typical noise reduction scenario using the wavelet thresholding techniques. It is concluded that the proposed hybrid IIR/FIR wavelet ﬁlter banks provide better denoising performance, reduced computational complexity and power consumption in comparison to their IIR/IIR and FIR/FIR counterparts."]},{"key":"dc:title","label":"Title","values":["Design and Implementation of Complexity Reduced Digital Signal Processors for Low Power Biomedical Applications"]}]}],"canonical_facts":{"dc:creator":["Eminaga, Y."],"dc:date":["2019"],"dc:date.issued":["2019"],"dc:description":["Wearable health monitoring systems can provide remote care with supervised, inde-pendent living which are capable of signal sensing, acquisition, local processing and transmission. A generic biopotential signal (such as Electrocardiogram (ECG), and Electroencephalogram (EEG)) processing platform consists of four main functional components. The signals acquired by the electrodes are ampliﬁed and preconditioned by the (1) Analog-Front-End (AFE) which are then digitized via the (2) Analog-to-Digital Converter (ADC) for further processing. The local digital signal processing is usually handled by a custom designed (3) Digital Signal Processor (DSP) which is responsible for either anyone or combination of signal processing algorithms such as noise detection, noise/artefact removal, feature extraction, classiﬁcation and compres-sion. The digitally processed data is then transmitted via the (4) transmitter which is renown as the most power hungry block in the complete platform. All the afore-mentioned components of the wearable systems are required to be designed and ﬁtted into an integrated system where the area and the power requirements are stringent. Therefore, hardware complexity and power dissipation of each functional component are crucial aspects while designing and implementing a wearable monitoring platform. The work undertaken focuses on reducing the hardware complexity of a biosignal DSP and presents low hardware complexity solutions that can be employed in the aforemen-tioned wearable platforms. A typical state-of-the-art system utilizes Sigma Delta (Σ∆) ADCs incorporating a Σ∆ modulator and a decimation ﬁlter whereas the state-of-the-art decimation ﬁlters employ linear phase Finite-Impulse-Response (FIR) ﬁlters with high orders that in-crease the hardware complexity [1–5]. In this thesis, the novel use of minimum phase Inﬁnite-Impulse-Response (IIR) decimators is proposed where the hardware complexity is massively reduced compared to the conventional FIR decimators. In addition, the non-linear phase eﬀects of these ﬁlters are also investigated since phase non-linearity may distort the time domain representation of the signal being ﬁltered which is un-desirable eﬀect for biopotential signals especially when the ﬁducial characteristics carry diagnostic importance. In the case of ECG monitoring systems the eﬀect of the IIR ﬁlter phase non-linearity is minimal which does not aﬀect the diagnostic accuracy of the signals. The work undertaken also proposes two methods for reducing the hardware complexity of the popular biosignal processing tool, Discrete Wavelet Transform (DWT). General purpose multipliers are known to be hardware and power hungry in terms of the number of addition operations or their underlying building blocks like full adders or half adders required. Higher number of adders leads to an increase in the power consumption which is directly proportional to the clock frequency, supply voltage, switching activity and the resources utilized. A typical Field-Programmable-Gate-Array’s (FPGA) resources are Look-up Tables (LUTs) whereas a custom Digital Signal Processor’s (DSP) are gate-level cells of standard cell libraries that are used to build adders [6]. One of the proposed methods is the replacement of the hardware and power hungry general pur-pose multipliers and the coeﬃcient memories with reconﬁgurable multiplier blocks that are composed of simple shift-add networks and multiplexers. This method substantially reduces the resource utilization as well as the power consumption of the system. The second proposed method is the design and implementation of the DWT ﬁlter banks using IIR ﬁlters which employ less number of arithmetic operations compared to the state-of-the-art FIR wavelets. This reduces the hardware complexity of the analysis ﬁlter bank of the DWT and can be employed in applications where the reconstruction is not required. However, the synthesis ﬁlter bank for the IIR wavelet transform has a higher computational complexity compared to the conventional FIR wavelet synthesis ﬁlter banks since re-indexing of the ﬁltered data sequence is required that can only be achieved via the use of extra registers. Therefore, this led to the proposal of a novel design which replaces the complex IIR based synthesis ﬁlter banks with FIR ﬁl-ters which are the approximations of the associated IIR ﬁlters. Finally, a comparative study is presented where the hybrid IIR/FIR and FIR/FIR wavelet ﬁlter banks are de-ployed in a typical noise reduction scenario using the wavelet thresholding techniques. It is concluded that the proposed hybrid IIR/FIR wavelet ﬁlter banks provide better denoising performance, reduced computational complexity and power consumption in comparison to their IIR/IIR and FIR/FIR counterparts."],"dc:description.abstract":["Wearable health monitoring systems can provide remote care with supervised, inde-pendent living which are capable of signal sensing, acquisition, local processing and transmission. A generic biopotential signal (such as Electrocardiogram (ECG), and Electroencephalogram (EEG)) processing platform consists of four main functional components. The signals acquired by the electrodes are ampliﬁed and preconditioned by the (1) Analog-Front-End (AFE) which are then digitized via the (2) Analog-to-Digital Converter (ADC) for further processing. The local digital signal processing is usually handled by a custom designed (3) Digital Signal Processor (DSP) which is responsible for either anyone or combination of signal processing algorithms such as noise detection, noise/artefact removal, feature extraction, classiﬁcation and compres-sion. The digitally processed data is then transmitted via the (4) transmitter which is renown as the most power hungry block in the complete platform. All the afore-mentioned components of the wearable systems are required to be designed and ﬁtted into an integrated system where the area and the power requirements are stringent. Therefore, hardware complexity and power dissipation of each functional component are crucial aspects while designing and implementing a wearable monitoring platform. The work undertaken focuses on reducing the hardware complexity of a biosignal DSP and presents low hardware complexity solutions that can be employed in the aforemen-tioned wearable platforms. A typical state-of-the-art system utilizes Sigma Delta (Σ∆) ADCs incorporating a Σ∆ modulator and a decimation ﬁlter whereas the state-of-the-art decimation ﬁlters employ linear phase Finite-Impulse-Response (FIR) ﬁlters with high orders that in-crease the hardware complexity [1–5]. In this thesis, the novel use of minimum phase Inﬁnite-Impulse-Response (IIR) decimators is proposed where the hardware complexity is massively reduced compared to the conventional FIR decimators. In addition, the non-linear phase eﬀects of these ﬁlters are also investigated since phase non-linearity may distort the time domain representation of the signal being ﬁltered which is un-desirable eﬀect for biopotential signals especially when the ﬁducial characteristics carry diagnostic importance. In the case of ECG monitoring systems the eﬀect of the IIR ﬁlter phase non-linearity is minimal which does not aﬀect the diagnostic accuracy of the signals. The work undertaken also proposes two methods for reducing the hardware complexity of the popular biosignal processing tool, Discrete Wavelet Transform (DWT). General purpose multipliers are known to be hardware and power hungry in terms of the number of addition operations or their underlying building blocks like full adders or half adders required. Higher number of adders leads to an increase in the power consumption which is directly proportional to the clock frequency, supply voltage, switching activity and the resources utilized. A typical Field-Programmable-Gate-Array’s (FPGA) resources are Look-up Tables (LUTs) whereas a custom Digital Signal Processor’s (DSP) are gate-level cells of standard cell libraries that are used to build adders [6]. One of the proposed methods is the replacement of the hardware and power hungry general pur-pose multipliers and the coeﬃcient memories with reconﬁgurable multiplier blocks that are composed of simple shift-add networks and multiplexers. This method substantially reduces the resource utilization as well as the power consumption of the system. The second proposed method is the design and implementation of the DWT ﬁlter banks using IIR ﬁlters which employ less number of arithmetic operations compared to the state-of-the-art FIR wavelets. This reduces the hardware complexity of the analysis ﬁlter bank of the DWT and can be employed in applications where the reconstruction is not required. However, the synthesis ﬁlter bank for the IIR wavelet transform has a higher computational complexity compared to the conventional FIR wavelet synthesis ﬁlter banks since re-indexing of the ﬁltered data sequence is required that can only be achieved via the use of extra registers. Therefore, this led to the proposal of a novel design which replaces the complex IIR based synthesis ﬁlter banks with FIR ﬁl-ters which are the approximations of the associated IIR ﬁlters. Finally, a comparative study is presented where the hybrid IIR/FIR and FIR/FIR wavelet ﬁlter banks are de-ployed in a typical noise reduction scenario using the wavelet thresholding techniques. It is concluded that the proposed hybrid IIR/FIR wavelet ﬁlter banks provide better denoising performance, reduced computational complexity and power consumption in comparison to their IIR/IIR and FIR/FIR counterparts."],"dc:identifier":["oai:westminsterresearch.westminster.ac.uk:qv97q"],"dc:identifier.doi":["https://doi.org/10.34737/qv97q"],"dc:identifier.uri":["https://westminsterresearch.westminster.ac.uk/download/d84c2aeae4d1aa35b4f48c03a994d71fdb3a9ed85268fea5136c58c78cc3bb2c/11650323/Final_version_YE_PhD_Thesis.pdf"],"dc:publisher":["University of Westminster"],"dc:publisher.department":["School of Computer Science and Engineering"],"dc:publisher.institution":["University of Westminster"],"dc:relation":["https://westminsterresearch.westminster.ac.uk/item/qv97q/design-and-implementation-of-complexity-reduced-digital-signal-processors-for-low-power-biomedical-applications"],"dc:relation.isreferencedby":["https://westminsterresearch.westminster.ac.uk/item/qv97q/design-and-implementation-of-complexity-reduced-digital-signal-processors-for-low-power-biomedical-applications"],"dc:title":["Design and Implementation of Complexity Reduced Digital Signal Processors for Low Power Biomedical Applications"],"dc:type":["Thesis or dissertation"],"dc:type.qualificationlevel":["PhD thesis"]},"updated_at":"2026-07-24T06:01:37Z"}