Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.08 KB

MainREADME.md

File metadata and controls

22 lines (12 loc) · 1.08 KB

Digital Speech Signal Processing Projects

This repository contains a collection of small projects demonstrating various methods and techniques in the field of digital speech signal processing. Each project is self-contained and focuses on a specific topic or method.

Projects

  1. Welch's Method for Spectrogram, Periodogram, and Power Spectral Density (PSD) Calculation
    • This project demonstrates how to compute and plot the spectrogram, periodogram, and Power Spectral Density (PSD) of a signal using Welch's method. The signal used in this project is a 440 Hz sine wave, which is a periodic signal.

Usage

Each project is contained in its own directory and includes a README file with specific information about the project, including how to run the code. To use a project, navigate to its directory and follow the instructions in the README.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue.

License