AKA digital signal processing (DSP).
I'm implementing a VOIP application that uses pure Java. There is an echo problem that occurs when users do not …
java echo signal-processing javasound cancellationWhat makes a convolution kernel separable? How would I be able to tell what those separable parts were in order …
math image-processing signal-processing convolutionYou know those movies where the tech geeks record someone's voice, and their software breaks it into phonemes? Which they …
api audio signal-processing phonemeI want to conduct signal decomposition using wavelet transformation in Octave. And I don't know, what I should do. I …
signal-processing octave wavelet wavelet-transformI am sampling a sine wave at 48 kHz, the frequency range of my sine wave can vary from 0 to 20000 Hz …
c embedded signal-processing lookup-tables trigonometryI am new to digital signal processing. I have the following sensor sample data Time(milliseconds) data ------------------ ------------------- 0 0.30865225195884705 60 0.14355185627937317 100 -0.16846869885921478 156 …
matlab signal-processing fft dftLet us say that I have a WAV file. In this file, is a series of sine tones at precise 1 …
c audio wav signal-processing fftwI want to build something similar to Tunatic or Midomi (try them out if you're not sure what they do) …
php python audio signal-processing audio-processingI am currently doing a project at university where I am distinguishing between different instruments playing notes of the same …
python signal-processing fft frequency-analysis noise-reductionI have some 64 channel EEG data sampled at 256Hz and I'm trying to conduct a time frequency analysis for each …
python scipy signal-processing spectrogram time-frequency