Top "Signal-processing" questions

AKA digital signal processing (DSP).

How To apply a filter to a signal in python

is there any prepared function in python to apply a filter (for example Butterworth filter) to a given signal? I …

python scipy signal-processing
Load MIT-BIH Arrhythmia ECG database onto MATLAB

I am working on ECG signal processing using neural network which involves pattern recognition. As I need to collect all …

database matlab signal-processing signals data-mining
Matlab - Signal Noise Removal

I have a vector of data, which contains integers in the range -20 20. Bellow is a plot with the values: …

matlab signal-processing wavelet
Any good recommendations for MP3/Sound libraries for java?

I'm looking for libraries to: read and write meta data (for example ID3v2 tags in mp3 and all) convert …

java audio mp3 signal-processing
How to do unsigned saturating addition in C?

What is the best (cleanest, most efficient) way to write saturating addition in C? The function or macro should add …

c algorithm performance signal-processing saturation-arithmetic
Getting Fourier Transform from Phase and Magnitude - Matlab

The magnitude and phase of a fourier transform F are defined as: Mag = sqrt(Real(F)^2 + Imaginary(F)^2) and Phase = …

matlab image-processing signal-processing fft
FFT-based 2D convolution and correlation in Python

Is there a FFT-based 2D cross-correlation or convolution function built into scipy (or another popular library)? There are functions like …

python image numpy signal-processing fft
Fast Fourier Transform

I need to multiply two polynomials each having small integral coefficients. I need a fast FFT routine in C/C++ …

c++ c signal-processing fft dft
Convolution Vs Correlation

Can anyone explain me the similarities and differences, of the Correlation and Convolution ? Please explain the intuition behind that, not …

image-processing signals signal-processing correlation convolution
Invertible STFT and ISTFT in Python

Is there any general-purpose form of short-time Fourier transform with corresponding inverse transform built into SciPy or NumPy or whatever? …

python scipy fft signal-processing