Skip to content

gp8938/Java-DSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-DSP

Overview

Java-DSP is a digital signal processing application that captures audio data, performs FFT (Fast Fourier Transform), and visualizes frequency data in real-time.

Features

  • Real-time audio capture and processing.
  • Frequency visualization using JFreeChart.
  • Configurable sampling frequency and FFT size.

Requirements

  • Java 17 or higher.
  • Maven for dependency management.

Setup

  1. Install Java 17.
  2. Clone the repository.
  3. Run mvn clean install to build the project.
  4. Execute the application using java -jar target/Java-DSP.jar.

Changes

  • Updated to JDK 17.
  • Removed dependency on .form file.
  • Refactored variable names to follow industry standards.

License

This project is licensed under the MIT License.

About

Java based FFT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages