<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="http://103.99.128.19:8080/xmlui/handle/123456789/70">
    <title>DSpace Community: ETE</title>
    <link>http://103.99.128.19:8080/xmlui/handle/123456789/70</link>
    <description>ETE</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://103.99.128.19:8080/xmlui/handle/123456789/581" />
        <rdf:li rdf:resource="http://103.99.128.19:8080/xmlui/handle/123456789/574" />
        <rdf:li rdf:resource="http://103.99.128.19:8080/xmlui/handle/123456789/564" />
        <rdf:li rdf:resource="http://103.99.128.19:8080/xmlui/handle/123456789/556" />
      </rdf:Seq>
    </items>
    <dc:date>2026-09-13T04:02:06Z</dc:date>
  </channel>
  <item rdf:about="http://103.99.128.19:8080/xmlui/handle/123456789/581">
    <title>Machine Learning Assisted Beam-Steering Microstrip Patch Array Antenna Design</title>
    <link>http://103.99.128.19:8080/xmlui/handle/123456789/581</link>
    <description>Title: Machine Learning Assisted Beam-Steering Microstrip Patch Array Antenna Design
Authors: Hossain, Md. Farhad; ID:, 19METE025P
Abstract: The rapid evolution of wireless communication technologies, notably the transi&#xD;
tion from 4G to 5G, has driven the need for advanced antenna systems to meet&#xD;
growing demands for seamless connectivity and enhanced performance. This the&#xD;
sis focuses on designing and optimizing beam-steering microstrip patch antennas&#xD;
for 5G communication, with specific emphasis on the sub-6 GHz frequency band&#xD;
and millimeter-wave applications. A comprehensive methodology is presented, in&#xD;
tegrating traditional antenna design principles with machine learning-based pre&#xD;
dictive modeling and optimization techniques. The initial phases of the research&#xD;
involve designing a 2 × 2 microstrip array antenna, simulated for beam-steering&#xD;
applications at 3.5 GHz. A dataset is curated through parametric studies, and&#xD;
eight machine learning models, including Random Forest, Decision Tree Regres&#xD;
sion, XGBoost, and Gaussian Process Regression, have been trained to predict&#xD;
antenna performance metrics such as return loss (S11) and bandwidth. Among&#xD;
these, Decision Tree Regression emerged as the best overall performer, offering&#xD;
the most accurate predictions, while Random Forest also demonstrated close&#xD;
alignment with the actual values. Optimization strategies refined the antenna&#xD;
design by combining machine learning predictions with advanced algorithms like&#xD;
L-BFGS-B, Genetic Algorithms, and Simulated Annealing. The optimized S11&#xD;
parameter improved significantly, reaching at-51.41 dB compared to the initial-45.21 dB, indicating the superior impedance matching at 3.5 GHz. Similarly,&#xD;
the optimized S22 value reduced to-53.09 dB from-49.57 dB, further enhancing&#xD;
performance. The gain of the antenna increased from 12.82 dBi to 13.58 dBi, and&#xD;
the directivity improved from 12.89 dBi to 13.69 dBi, demonstrating substantial&#xD;
performance enhancements. Port isolation has been maintained with S12 and S21&#xD;
values below-10 dB. Additionally, the array antenna achieved a beam switching&#xD;
capacity ranging from −17◦ to +17◦, making it highly effective for beam-steering&#xD;
applications. This research contributes to the field by showcasing the potential&#xD;
of machine learning-assisted antenna design and optimization, addressing chal&#xD;
lenges such as computational complexity and design accuracy. The findings hold&#xD;
promise for 5G networks and satellite communications applications, paving the&#xD;
way for more efficient and reliable antenna systems
Description: A Master of Science (M.Sc) Thesis in Electronics and Telecommunication Engineering (ETE) Department at Chittagong University of Engineering and Technology (CUET).</description>
    <dc:date>2025-01-26T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://103.99.128.19:8080/xmlui/handle/123456789/574">
    <title>A HYBRID DEEP LEARNING MODEL FOR  HANDWRITTEN BANGLA AND ENGLISH DIGIT  RECOGNITION</title>
    <link>http://103.99.128.19:8080/xmlui/handle/123456789/574</link>
    <description>Title: A HYBRID DEEP LEARNING MODEL FOR  HANDWRITTEN BANGLA AND ENGLISH DIGIT  RECOGNITION
Authors: Akbar, Md. Ali; Student ID:, 19METE004F
Abstract: Convolutional Neural Network (CNN) is widely used for handwritten Bangla &#xD;
and English digit recognition. The problem with the conventional CNN is that it &#xD;
has an intricate and time-consuming convolution process to create a feature &#xD;
map and it requires a lot of computation time during the classification phase.&#xD;
This work primarily proposes substituting the convolution kernels of the classic &#xD;
CNN model with dilated convolution kernels to address the limitations in &#xD;
handwritten digit recognition. Although the computation time decreases, the &#xD;
Dilated CNN model’s feature extraction part still performs inefficiently due to &#xD;
information loss, which lowers accuracy. Observing these above-mentioned &#xD;
problems, a Hybrid Dilated CNN (HDC) model is proposed by using dilated &#xD;
convolution kernels with different dilation rates to eliminate the detail loss &#xD;
problem of the Dilated CNN model. The proposed Hybrid Dilated CNN (HDC) &#xD;
model can achieve larger receptive fields and can extract distant features. &#xD;
Finally, the Support Vector Machine (SVM) and K-Nearest Neighbor (KNN) are &#xD;
applied as a classifier to increase the digit classification accuracy. The &#xD;
BanglaLekha-Isolated dataset of Bangla digits is used to verify the proposed &#xD;
methods and demonstrate that under the same conditions, the accuracy of the&#xD;
Dilated CNN, HDC, and the proposed HDC with KNN are 95.85%, 96.72%, and &#xD;
96.80%, respectively. The proposed HDC model with KNN shows 100% &#xD;
accuracy in the case of the MNIST dataset of English digits. The HDC – KNN &#xD;
model's effectiveness in recognizing digits of both Bangla and English language &#xD;
is perfectly demonstrated by the values of Precision, Recall, and F1 Score&#xD;
parameters. More evidence of the HDC – KNN model's superiority comes from &#xD;
the values of TPR and FPR parameters that are calculated for each of the digit &#xD;
classes in the case of both languages. These experimental findings suggest that &#xD;
integrating the HDC with the KNN algorithm improves the effectiveness of &#xD;
recognizing handwritten Bangla and English digits.
Description: A Master of Engineering (M.Engg) Thesis in ETE Department at Chittagong University of Engineering and Technology (CUET).</description>
    <dc:date>2024-10-07T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://103.99.128.19:8080/xmlui/handle/123456789/564">
    <title>Deep Learning based Bandwidth Extension and Speech Restoration</title>
    <link>http://103.99.128.19:8080/xmlui/handle/123456789/564</link>
    <description>Title: Deep Learning based Bandwidth Extension and Speech Restoration
Authors: Taher, Taieba; ID:, 19METE011P
Abstract: Speech Bandwidth Extension (SBE) remains a challenging task in speech pro&#xD;
cessing. It involves the intricate process of estimating missing frequency com&#xD;
ponents in low-resolution signals to reconstruct high-resolution transformations.&#xD;
SBE is a technique used to enhance the quality of speech signals by expanding&#xD;
the frequency range of the audio. This endeavor is fundamental for enhancing&#xD;
speech quality, naturalness, and intelligibility, particularly in scenarios marred&#xD;
by background noise and channel distortions. Low-resolution signals often lack&#xD;
high-frequency components due to limited sampling rates and band-limiting, as&#xD;
dictated by the Nyquist-Shannon Sampling Theorem. The inherent loss of high&#xD;
frequency details stems from aliasing, quantization errors, and insufficient granu&#xD;
larity in sampling, which poses significant challenges in restoring full-band speech.&#xD;
Addressing these issues is critical to advancing SBE techniques. Traditional&#xD;
methodologies heavily relied on statistical algorithms and learning techniques&#xD;
such as Multi-Layer Perceptrons (MLP). However, the paradigm shift brought&#xD;
about by Deep Learning has revolutionized this domain, opening avenues for&#xD;
more efficient and effective solutions. This thesis delves into deep learning-based&#xD;
approaches for addressing the complexities of BWE and speech restoration, par&#xD;
ticularly emphasizing noisy environments. This research explores three distinct&#xD;
augmentations of a frequency-domain deep learning network, each tailored to&#xD;
tackle specific challenges encountered in bandwidth extension and speech en&#xD;
hancement. The first approach introduces a joint bandwidth expansion and&#xD;
speech enhancement paradigm utilizing Deep Neural Networks (DNNs). This&#xD;
approach is meticulously designed to simultaneously expand the bandwidth of&#xD;
speech signals, reduce noise interference, and maintain the quality and intelligibil&#xD;
ity of the speech. Leveraging the inherent capabilities of DNNs, this methodology&#xD;
accurately estimates missing speech components. It characterizes noise profiles&#xD;
within degraded signals, synthesizing high-fidelity full-band speech from limited&#xD;
bandwidth inputs. The experimentation demonstrates the superior performance&#xD;
of this DNN-based approach, surpassing conventional methods and presenting&#xD;
promising avenues for real-world applications. Stepping beyond conventional&#xD;
methodologies, the second approach introduces an end-to-end frequency-domain&#xD;
framework, aptly named the Robust extension-plus-enhancement of speech utiliz&#xD;
ing Dual-former Network (RDNet). RDNet represents a paradigm shift in BWE,&#xD;
aiming to recover full-band speech from noisy low-band signals directly. By intri&#xD;
cately integrating speech enhancement and ideal bandwidth extension modules&#xD;
ii&#xD;
0.0–&#xD;
Abstract&#xD;
within a unified framework, RDNet demonstrates remarkable performance across&#xD;
diverse noisy environments. Leveraging short-time Fourier transform (STFT) fea&#xD;
tures for enhancement, RDNet achieves significant improvements in critical met&#xD;
rics such as Short-Time Objective Intelligibility (STOI), Perceptual Evaluation&#xD;
of Speech Quality (PESQ), and log-spectral distortion (LSD), underscoring its&#xD;
efficacy and potential for practical deployment. Finally, this study’s investigation&#xD;
culminates in introducing the conformer-motivated super-denoised network (CS&#xD;
DNet), a novel approach tailored to mitigate the mismatch problem inherent in&#xD;
domain-specific encoders/decoders. By embedding a conv Unet with T-F trans&#xD;
formation layers, CSDNet reduces dependency on training data and outperforms&#xD;
recent baseline methods across various objective metrics. Moreover, CSDNet ex&#xD;
hibits favorable subjective performance in comparative studies, reaffirming its&#xD;
suitability for real-time applications. Through these meticulously crafted ap&#xD;
proaches, this thesis aims to advance the frontier of deep learning-based speech&#xD;
bandwidth extension and speech restoration. By addressing the core challenges&#xD;
of high-frequency component loss in low-resolution signals and proposing inno&#xD;
vative solutions, this work offers insights and methodologies, proposes practical&#xD;
solutions for tackling real-life problems, and contributes to the wider conversa&#xD;
tion in the fields of speech processing and audio engineering
Description: A Master of Science (M.Sc) Thesis in Electronics and Telecommunication Engineering (ETE) Department at Chittagong University of Engineering and Technology (CUET).</description>
    <dc:date>2025-03-11T00:00:00Z</dc:date>
  </item>
  <item rdf:about="http://103.99.128.19:8080/xmlui/handle/123456789/556">
    <title>DESIGNOFANINVERTEDL-C-SHAPE ELECTROMAGNETICBANDGAPANTENNA USINGSNGMATERIALSFORC-BAND APPLICATIO</title>
    <link>http://103.99.128.19:8080/xmlui/handle/123456789/556</link>
    <description>Title: DESIGNOFANINVERTEDL-C-SHAPE ELECTROMAGNETICBANDGAPANTENNA USINGSNGMATERIALSFORC-BAND APPLICATIO
Authors: Shil, Brishty
Abstract: An Inverted L-C-shape EBG antenna is presented for C-band application in&#xD;
communication technology in this thesis. An Epsilon Negative (ENG) Material is&#xD;
used for an effective antenna design.FR-4 material is used as a substrate of 11×11&#xD;
mm2 dimensions in this design having a dielectric constant is 4.3 and a thickness&#xD;
is 1.6 mm in unit cell design. But the dimension of the antenna is double to unit&#xD;
cell dimensions suchas 22×22 mm2wherethe mainpatchantenna,EBGstructure,&#xD;
or unit cell design consists of copper metal with 0.035 mm thickness and 10×10&#xD;
mm2 dimension. At the resonant frequency of 8.01 GHz, the return loss&#xD;
magnitude is-42.29 dB for the proposed EBGantenna and coversthe C-band and&#xD;
lower ling of X-band quality to communicate. A 90.0 MHz bandwidth was&#xD;
obtained from the inverted L-C-shape EBG antenna. Instead, the conventional&#xD;
microstrip patch antenna provides 60 MHz bandwidth at the resonant frequency&#xD;
of 7.11 GHz. The gain and directivity of the proposed EBG antenna are 6.42 dBi&#xD;
and 7.27 dBi. Similarly, the required SNG material provides the only negative&#xD;
value of electric polarizability is-1.69 enclosing the C-Band at the resonant&#xD;
frequency of 7.11 GHz. The efficiency rate is 68.52% which refers to good EBG&#xD;
antenna performance. The resulting performance with EBG technology provides&#xD;
better performance such as return loss, far-field directivity, and bandwidth than&#xD;
a basic microstrip patch antenna (without EBG). Specifically, the utilizing&#xD;
properties of electromagnetic waves of ENG materials provides strengthening&#xD;
gain and overall performance in EBG Antenna technology and that’s the goal of&#xD;
our thesis study.
Description: A Master of Science (M.Sc) Thesis in Electronics and Telecommunication Engineering (ETE) Department at Chittagong University of Engineering and Technology (CUET).</description>
    <dc:date>2025-02-26T00:00:00Z</dc:date>
  </item>
</rdf:RDF>

