AKA digital signal processing (DSP).
I've got a 1-D signal in which I'm trying to find the peaks. I'm looking to find them perfectly. I'm …
python scipy signal-processing image-segmentationI am trying to calculate the output of a LTI system. I came across two different Matlab functions that are …
matlab signal-processing convolutionI am trying to plot the spectrogram of my time domain signal given: N=5000; phi = (rand(1,N)-0.5)*pi; a = …
matlab signal-processing fft spectrogramDoes anyone know of a good C/C++ wavelet library for signal processing? The signal is float or double valued, …
c++ c signal-processing waveletI've got a 44Khz audio stream from a CD, represented as an array of 16 bit PCM samples. I'd like to …
audio signal-processing pcm downsamplingI have a question if that's ok. I was recently looking for algorithm to calculate MFCCs. I found a good …
matlab signal-processing speech-recognition mfccWhat is the difference between Linear Quantization and Non-linear Quantization ? I'm talking with regard to PCM samples. http://www.blurtit.…
signal-processing pcm sampling quantizationI am trying to get audio input through the headphone jack for my final year project. It would be a …
android audio signal-processing audio-recordingI know there are a lot of questions about equalizers in so, but I didn't get what I was looking. …
java signal-processing fft equalizerI have an entropy curve (1d numpy array) but this curve has a lot of noise. I would like to …
python numpy signal-processing gaussian smoothing