Top "Signal-processing" questions

AKA digital signal processing (DSP).

Real-time pitch detection using FFT

I'm trying to do real-time pitch detection using C++. I'm testing some code from performous (http://performous.org/), because everything …

c++ audio signal-processing fft pitch-tracking
Implement Hann Window

I take blocks of incoming data and pass them through fftw to get some spectral information. Everything seems to be …

c signal-processing fft fftw
How to determine phase shift of a sine waveform?

I understand how to get the Amplitude and frequency but not sure the phase shift? How does the it derive …

signal-processing phase
Computing FFT and IFFT with FFTW library C++

I am trying to compute the FFT and then the IFFT just to try out if I can get the …

c++ signal-processing fftw
Recommended package for very large dataset processing and machine learning in R

It seems like R is really designed to handle datasets that it can pull entirely into memory. What R packages …

r machine-learning signal-processing bigdata
FSK demodulation with GNU Radio

I'm trying to demodulate a signal using GNU Radio Companion. The signal is FSK (Frequency-shift keying), with mark and space …

signal-processing gnuradio gnuradio-companion
How do you analyse the fundamental frequency of a PCM or WAV sample?

I have a sample held in a buffer from DirectX. It's a sample of a note played and captured from …

audio signal-processing fft pitch-tracking
16-QAM modulation and demodulation - missing one line in the graph

I am trying to do modulation and demodulation for 16-QAM and then trying to compare theoretical and simulated BER. I …

matlab signal-processing wireless
Generating waveform from any music file ios

I'm looking for how to draw the sound waves according to music. I want waves like this image here is …

ios iphone signal-processing waveform wave
Algorithm to remove vocal from sound track

I want to remove vocals from mp3 sound tracks. I searched google, and tried few softwares but none of them …

algorithm audio mp3 signal-processing voice