Top "Signal-processing" questions

AKA digital signal processing (DSP).

How do I convert a string of hexadecimal values to a list of integers?

I have a long string of hexadecimal values that all looks similar to this: '\x00\x00\x00\x01\x00\…

python audio hex signal-processing waveform
find time shift between two similar waveforms

I have to compare two time-vs-voltage waveforms. Because of the peculiarity of the sources of these waveforms, one of them …

python numpy signal-processing correlation
Downsample a 1D numpy array

I have a 1-d numpy array which I would like to downsample. Any of the following methods are acceptable if …

python numpy scipy signal-processing resampling
FFT real/imaginary/abs parts interpretation

I'm currently learning about discret Fourier transform and I'm playing with numpy to understand it better. I tried to plot …

numpy signal-processing fft complex-numbers dft
How to convert pcm samples in byte array as floating point numbers in the range -1.0 to 1.0 and back?

The resampling algorithm i use expects float array containing input samples in the range -1.0 to 1.0 . The audio data is 16 …

java android floating-point signal-processing
how can the noise be removed from a recorded sound,using fft in MATLAB?

I want to remove noises from a recorded sound and make the fft of it finding fundamental frequencies of that …

matlab signal-processing fft audio-recording frequency-analysis
Doing FFT in realtime

I want to do the FFT of an audio signal in real time, meaning while the person is speaking in …

c real-time signal-processing fft
C/C++ library for reading MIDI signals from a USB MIDI device

I want to write C/C++ programs that take input from a MIDI device. The MIDI device connects to my …

c++ c midi signal-processing
DSP - Filtering in the frequency domain via FFT

I've been playing around a little with the Exocortex implementation of the FFT, but I'm having some problems. Whenever I …

filtering signal-processing fft dft
Implementation of Goertzel algorithm in C

I am implementing BFSK frequency hopping communication system on a DSP processor. It was suggested by some of the forum …

c embedded signal-processing goertzel-algorithm