<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>DSpace Collection:</title>
  <link rel="alternate" href="http://localhost:8080/xmlui/handle/123456789/3362" />
  <subtitle />
  <id>http://localhost:8080/xmlui/handle/123456789/3362</id>
  <updated>2026-06-23T06:32:43Z</updated>
  <dc:date>2026-06-23T06:32:43Z</dc:date>
  <entry>
    <title>Cuff-Less BP Stratification based on Bio-Signals  processing using Machine Learning : An  Investigative Study</title>
    <link rel="alternate" href="http://localhost:8080/xmlui/handle/123456789/3432" />
    <author>
      <name>Shinde, Santosh</name>
    </author>
    <author>
      <name>RajaRajeswari, Pothuraju</name>
    </author>
    <id>http://localhost:8080/xmlui/handle/123456789/3432</id>
    <updated>2022-08-27T07:43:22Z</updated>
    <published>2021-07-05T00:00:00Z</published>
    <summary type="text">Title: Cuff-Less BP Stratification based on Bio-Signals  processing using Machine Learning : An  Investigative Study
Authors: Shinde, Santosh; RajaRajeswari, Pothuraju
Abstract: Cuff-Less Blood Pressure Stratification using &#xD;
Signal Processing with Machine Learning has gained immense &#xD;
attraction in the past decade among the research community. &#xD;
Blood Pressure, one of the most vital parameter of the human &#xD;
body representing overall well being of an individual. Most of &#xD;
the cardiovascular and cerebrovascular diseases (CCVD) &#xD;
including Hypertension are highly correlated to Blood &#xD;
Pressure. Existing BP measurement approaches are highly &#xD;
inconvenient and intermittent and do not allow continuous &#xD;
measurement of BP. Continuous BP measurement could prove &#xD;
to be significant indicator to most of the medicinal conditions &#xD;
and will lead to breakthrough achievement in the field of &#xD;
medical science. Cuff-Less Blood Pressure estimation hopefully &#xD;
can enable continuous blood pressure measurements in the &#xD;
time to come. A Plethora of methods for Cuff-Less BP &#xD;
Stratification have been experimented out by using Vital Bio Signals such PTT based, nPTT based, Machine Learning and &#xD;
Deep Learning based. Most of these methods leading to &#xD;
satisfactory beliefs that Cuff-Less BP estimation could be &#xD;
possible to the utmost accuracy for the diagnosis of most of the &#xD;
CCVD diseases as well as to monitor the overall well being of &#xD;
humans. However, most of the approaches still needs &#xD;
improvements, needs to be tested on a larger population with &#xD;
varying demographic features and real time application. This &#xD;
paper presents an investigative study of existing Cuff-Less BP &#xD;
Estimation approaches and discusses the merits and &#xD;
opportunities for improvements of the Cuff-Less BP &#xD;
Estimation methods.</summary>
    <dc:date>2021-07-05T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Time Line Correlative Spectral Processing for  Stratification of Blood Pressure using Adaptive Signal  Conditioning</title>
    <link rel="alternate" href="http://localhost:8080/xmlui/handle/123456789/3431" />
    <author>
      <name>Shinde, Santosh</name>
    </author>
    <author>
      <name>RajaRajeswari, Pothuraju</name>
    </author>
    <id>http://localhost:8080/xmlui/handle/123456789/3431</id>
    <updated>2022-08-27T04:47:50Z</updated>
    <published>2021-07-05T00:00:00Z</published>
    <summary type="text">Title: Time Line Correlative Spectral Processing for  Stratification of Blood Pressure using Adaptive Signal  Conditioning
Authors: Shinde, Santosh; RajaRajeswari, Pothuraju
Abstract: —Stratification of Blood Pressure is essential input in &#xD;
most of the cardiovascular diseases detection and prediction and &#xD;
is also a great aid to medical practitioners in dealing with &#xD;
Hypertension. Denoising based on spectral coding is developed &#xD;
based on frequency spectral decomposition and a spectral &#xD;
correlative approach based on wavelet transform. The existing &#xD;
approaches perform a standard deviation and mean of peak &#xD;
correlation in signal conditioning. The artifact filtrations were &#xD;
developed based on thresholding. Filtration of coefficients has an &#xD;
impact on accuracy of estimation and hence proper signal &#xD;
conditioning is a primal need. Wherein threshold is measured &#xD;
with discrete monitoring, time line observation could improve the &#xD;
accuracy of filtration efficiency under varying interference &#xD;
condition. Dynamic interference due to capturing or processing &#xD;
source results in jitter type noises which are short period &#xD;
deviations with varying frequency component. Hence a time frequency analysis for filtration is adapted for filtration. This &#xD;
paper presents an approach of spectral correlation approach for &#xD;
signal condition in stratification of blood pressure under cuff less &#xD;
monitoring. This presented approach operates on the spectral &#xD;
distribution of finer resolution bands for monitoring signal in &#xD;
denoising and decision making. Existing approaches lacks the &#xD;
capability of loss-less denoising which is efficiently worked out in &#xD;
this paper.</summary>
    <dc:date>2021-07-05T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Visulgorithm: Easy Conceptualization of Data  Structures and Algorithms</title>
    <link rel="alternate" href="http://localhost:8080/xmlui/handle/123456789/3383" />
    <author>
      <name>Priyadarshini, I</name>
    </author>
    <author>
      <name>Rathi, Anjali</name>
    </author>
    <author>
      <name>Patil, Trupti</name>
    </author>
    <id>http://localhost:8080/xmlui/handle/123456789/3383</id>
    <updated>2022-08-05T09:50:15Z</updated>
    <published>2022-04-04T00:00:00Z</published>
    <summary type="text">Title: Visulgorithm: Easy Conceptualization of Data  Structures and Algorithms
Authors: Priyadarshini, I; Rathi, Anjali; Patil, Trupti
Abstract: There are various Data Structure Algorithms that we use to find solutions to standard problems and to &#xD;
obtain an insight into how efficient it is to use each one of them. However, these algorithms can be complex and &#xD;
difficult to understand, differentiate and select an efficient algorithm. As a solution to this, visualizing these algorithms &#xD;
will aid in understanding them.&#xD;
The working of various algorithms like path finding algorithms, tree based algorithms, sorting algorithms and searching &#xD;
algorithms can be demonstrated using examples to understand what happens at each stage in the processing of the&#xD;
algorithm. This system is very useful for Educational purposes to demonstrate while teaching and can also be used by &#xD;
researchers and coders to find the best algorithm to solve their problems. In recent time path finding algorithms are also &#xD;
used by Space rovers to navigate on foreign planets, they can be visualized to select the best path. The System uses &#xD;
Express Framework (Node JS), HTML, CSS, JavaScript and JQuery to create attractive visual animations which make &#xD;
the visualization more attractive and easy to understand.</summary>
    <dc:date>2022-04-04T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>QUALITY CHECK USING IMAGE  PROCESSING</title>
    <link rel="alternate" href="http://localhost:8080/xmlui/handle/123456789/3382" />
    <author>
      <name>Shahare, Aditya</name>
    </author>
    <author>
      <name>Sharma, Sneha</name>
    </author>
    <author>
      <name>Sonawane, Ranjeet</name>
    </author>
    <author>
      <name>Wadhavane, Poorva</name>
    </author>
    <author>
      <name>Mahajan, Monali</name>
    </author>
    <id>http://localhost:8080/xmlui/handle/123456789/3382</id>
    <updated>2022-08-05T07:59:16Z</updated>
    <published>2022-05-20T00:00:00Z</published>
    <summary type="text">Title: QUALITY CHECK USING IMAGE  PROCESSING
Authors: Shahare, Aditya; Sharma, Sneha; Sonawane, Ranjeet; Wadhavane, Poorva; Mahajan, Monali
Abstract: : In traditional ways of quality control of hardware steel products (regular rectangular shape), the industrial &#xD;
experts use Vernier Caliper for error checking. Usually, this is done manually which takes a lot of time and cost, and this &#xD;
might have some error while checking. To avoid this problem, there should be an automated system which will not require &#xD;
any man power and perform this task fast as well as accurately. The proposed system will allow users to make accurate &#xD;
non-contact measurement detect a fault in product’s shape and dimensions. The proposed system will measure dimension &#xD;
of hardware steel products. An image of the product captured from the specified height will be used to measure the &#xD;
dimension. The proposed system will use image segmentation, area detection and then size measurement. The dimensions &#xD;
obtain from the process is compared with the expected dimensions. Based on this, if the obtained dimensions and expected &#xD;
dimensions match, the product will be classified as correct else fault. The proposed system aims for fault detection process &#xD;
which will detect faults quickly and precisely.</summary>
    <dc:date>2022-05-20T00:00:00Z</dc:date>
  </entry>
</feed>

