Skip to main content

Questions tagged [signal-processing]

AKA digital signal processing (DSP). A signal is an information-carrying wave, but in the digital sense, a 'signal' refers to either received or transmitted streams/blocks of data, commonly representing real-world quantities such as audio levels, luminosity, pressure etc over time or distance. 'Processing' is the act of altering, analyzing or characterizing the data to retrieve/modify information inherent in the signal in question.

1 vote
1 answer
66 views

I use Ubuntu 22.04. Is there an application for converting mathematical periodical sin/cos formula (functions) to sound? For example is there a way for playing these signals: cos(2π · 440 t) cos t + ...
hasanghaforian's user avatar
2 votes
1 answer
133 views

I am currently working with an oscilloscope capable of analyzing a signal using a few protocol's standards (like RS232, SPI, I2C etc...) except for Modbus and RS485. I need it to determine wether a ...
FrougeurPro's user avatar
2 votes
0 answers
245 views

For the past few weeks, I've been trying to find an open source algorithm which can be used to change the pitch of a vocal recording, similar to autotune. I have found many open source libraries and ...
MysteryPancake's user avatar
3 votes
1 answer
98 views

What Windows applications supporting Function Block Diagram (FBD) graphical languages for coding Embedded Systems are commercially available? According to IEC 61131-3 there are 5 programming languages:...
mikebuba's user avatar
1 vote
1 answer
59 views

What software can I use for: compute complex formulas which result could be not analytical, thus requiring iteration methods and substantial computational cost (ex. quantum mechanics analysis) easily ...
user avatar
0 votes
1 answer
100 views

I have real-time data from sensors monitoring pumps. I need to analyze the duty-cycle of the pumps in the frequency domain. I am pretty rusty in FFT, so I was hoping to find a C++ or Python library ...
Erez Buchnik's user avatar
2 votes
0 answers
30 views

Is there a python TTS library that can set the fundamental frequency of the output? Or should I manually recognize the frequency and do FFT and adjust the fundamental frequency? (I am trying making a ...
Hyeonseo Yang's user avatar
4 votes
1 answer
72 views

I am looking for a software that displays the FFT of a signal and provides a GUI which allows me to conveniently move or resize the window to select only a part of my signal while updating the FFT "...
mangrove84's user avatar
1 vote
0 answers
171 views

I have found interesting C++ library that shares basic digital signal processing operations: https://github.com/vinniefalco/DSPFilters Is there any C++ library that contains modulations like QPSK/...
emcep's user avatar
  • 11
2 votes
0 answers
1k views

15 years ago, I ever installed an application on my Symbian cellphone. That application: can detect any GSM cellphone signals, will list all GSM signal (it written as id on this app like mac address) ...
user avatar
1 vote
1 answer
85 views

I am looking for a program or script that detect beat given an ECG signal. Preferably working on Windows, gratis and open source.
Franck Dernoncourt's user avatar
1 vote
1 answer
1k views

Are there higher-order spectral analysis software which can be used from python? By higher-order spectral analysis I mean: (Cross) Bispectral analysis (Cross) Bicoherence etc. The intended use would ...
ixaxaar's user avatar
  • 121
1 vote
0 answers
37 views

I'm looking for something like NetSpot to create a map that visually shows Wi-Fi parameters (like signal, SNR, etc). Requirements Record Wi-Fi data in an easy way that can be done in different ...
totymedli's user avatar
  • 481
4 votes
1 answer
353 views

I want an histogram of the brightness of a video. I define brightness of an image as the sum of RGB values of all its pixels, divided by 3, divided by the number of pixels. The program would ...
Nicolas Raoul's user avatar
  • 20k
3 votes
0 answers
216 views

I need to compute a large amount of continuous 1-D wavelet transforms (CWT). I'm looking for a GPU library to compute CWT. So far I have only found GPU libraries to compute discrete wavelet ...
Franck Dernoncourt's user avatar

15 30 50 per page