<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://ardaa.vercel.app</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Understanding Short Time Fourier Transforms and Implementing in C</title>
          <link>https://ardaa.vercel.app/blog/stft</link>
          <description>Discover the Short Time Fourier Transform and how it can be used to analyze signals in the time-frequency domain.</description>
          <pubDate>Mon, 01 Jul 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>All about STM32 ADCs and DACs</title>
          <link>https://ardaa.vercel.app/blog/adc</link>
          <description>Learn how to use ADCs and DACs in STM32</description>
          <pubDate>Sun, 30 Jun 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>