jdsp icon indicating copy to clipboard operation
jdsp copied to clipboard

A Java Library for Digital Signal Processing

Results 7 jdsp issues
Sort by recently updated
recently updated
newest added

Hello, I plotted the data in the file named "Freq_ANGLE_PER_NUM_29_theta.txt" (shown below) ![Freq_angles_plot](https://user-images.githubusercontent.com/105334764/183796232-055b36ea-dd08-426a-8d9f-9e1c90c6b54e.jpg) and then I obtained the DFT for that same data and plotted it (shown below) ![Freq_DFT_plot](https://user-images.githubusercontent.com/105334764/183796365-6e719740-3484-442f-a641-f947898c8e43.jpg) I...

First I would like to say this is an amazing and well-written library. I was wondering if it would be possible for a feature for time stretching or pitch shifting...

enhancement

Dear JDSP author, Thank you for your contributions to this Java library! It's very helpful with very good usability. I like it very much! I noticed you now have a...

enhancement

Hi, Do you think it would be possible to run bandpower analysis for EEG signals like alpha, beta etc bands using this package? I am looking into computing the equivalent...

When using detectPeaks on a Signal where all values are 0.0, a NegativeArraySizeException is thrown. Steps to reproduce: Create the signal as an array with only 0.0 values (I guess...

**Summary:** This pull request introduces the implementation of fast convolution and cross-correlation methods using FFT (Fast Fourier Transform). It includes: - Implementation of `fastConvolve` and `fastCrossCorrelate` methods. - Support for...

Hi, I´d like to know which is the JDSP API call, equivalent to Python Scipy Import Signal API: # --------- Compute Power Spectral Density --------- # freq, psd = signal.welch(x=nni_normalized,...