2
votes
2answers
75 views
MATLAB: filter noisy EKG signal
What is the best filter to use to remove noise from an ECG signal with matlab?
1
vote
4answers
838 views
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 these:
scipy.signal.correlate2d - "the …
2
votes
6answers
211 views
Java or C# library for signal analysis on the sound card
Is there any Java or C# library for signal analysis using the sound card of a PC? I'm not interested in music mixing, rather in general purpose signal analysis - take a look at
SI …
2
votes
2answers
65 views
How to make a Simple FIR Filter using Matlab?
How can I make a simple low-pass FIR filter using Matlab (without using the built-in function) ?
Problem example:
Implement a FIR LPF with cut-off frequency 250Hz
it may also b …
5
votes
2answers
88 views
entertaining a baby in vb.net
i would like to write a little application in vb.net that will detect a baby's cry. can someone please get me started on some signal processing in vb.net?
10
votes
6answers
4k views
Fast fourier transform in c#
Where can I find a free, very quick, and reliable implementation of FFT in C#?
Can be used in a product? or are there any restrictions?
0
votes
1answer
22 views
Cross platform audio analysis library
I'm looking for a cross-platform library that allows me to analyze the waveform of a sound file. It needs to be able to at least have the ability to query the amplitude for a given …
0
votes
4answers
68 views
When calculating the fast fourier tranform..?
If we get the sound from microphone with two channels, to calculate the frequency spectrum we:
calculate the fast fourier transform of all the data input?
calculate the fast four …
0
votes
1answer
72 views
C# library to do fft and ifft?
Hello, is there a free c# library to do the fast fourier transform and its inverse?
0
votes
2answers
102 views
How to compute ifft from fft?
Hello,
I've done a fft to get fundamental frequency in real time and to implement high and low pass filters.
Now I want to be able to record to a .wav file after I apply a filter …
2
votes
1answer
137 views
How to make MFCC algorithm?
I wanna make the Mel-Frequency Cepstrum Algorithm but there are some things that I don't understand.
After FTT is done we need to "Map the powers of the spectrum obtained above on …
-1
votes
1answer
15 views
asynchronous transmittion
how we can identify the stop and the start bit from a signal?
1
vote
3answers
70 views
Programmatically ‘Listening’ to Sound (Signal Processing?)
I'm familiar with Computer Vision (Well, know OF it), of which one application can be image recognition, such as Optical Character Recognition, I believe. However, something that I …
2
votes
1answer
153 views
OpenAL Real Time Audio Processing from Microphone
Hello.
I would like to write a cross-platform application that can process and play back microphone data in real time. Imagine as a proof of concept a chat room where people can …
3
votes
4answers
1k views
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 PC using a USB connector.
I'm looking for a (C/C++ implemented) library th …
