Skip to main content

Questions tagged [preprocessing]

Preprocessing is a relative term that usually refers to simpler operations applied to improve the operation of a more complex algorithm.

0 votes
0 answers
39 views

Fiber Photometry (Fluorescence) Signal Preprocessing through Source Separation and Baseline Correction

I am working on preprocessing fiber photometry data. The data collection involves inserting fibers into an animal, where the reflection of specific wavelengths of light is captured. We collect two ...
Fazla Rabbi Mashrur's user avatar
0 votes
0 answers
8 views

What is the best approach when training and HDR model with LDR data?

I am working on this project "EMLight". Data: HDR Panoramic Photos y: Illumination Map of the Panorama X: HDR Croppings from the Panorama I want to make this project work with LDR photos, ...
xtc_'s user avatar
  • 1
1 vote
1 answer
175 views

CWT: selection of scales and filtering

I am using CWT to obtain scalograms of ECG signals as the one below: In my research, most articles contain a pre-processing step before performing CWT (that usually includes signal normalization and ...
ECG_'s user avatar
  • 11
1 vote
1 answer
378 views

Check whether signal is periodic

I have a signal with multiple frequencies. The frequency changes depending on the amount of air flowing through the fuel snap. The signal resembles a square wave ranging from $0.4$ to $4.5$ Volts and ...
Asli's user avatar
  • 13
1 vote
1 answer
402 views

Creating Triangle Filters for Smoothing using Python

The 'binning' process consists in summing the energies (squared magnitude) within groups of adjacent FFT values. This will give you the total energy in a set of disjoint frequency bands. A more ...
Aisha Nasir's user avatar
2 votes
0 answers
32 views

Auditory models which are not human

I am doing a machine learning project and I'm interested in the different pre-processing techniques which can be applied to audio data. In particular, I am interested in comparing a human auditory ...
Slim Shady's user avatar
1 vote
1 answer
90 views

magnitude spectrum

I have an ECQ signal of 360 Hz sampling frequency. I used an FFT to extract the frequency spectrum of my signal. Now I don't know exactly how to interpret this plot. How can I know the noise from ...
imene's user avatar
  • 31
3 votes
1 answer
80 views

Verification of intermediate outputs in Signal processing chain of FPGA

I have two ADC interfaces with FPGA and 32-bit processed output data from FPGA. I have an IO signals to verify the Inputs and Outputs of FPGA. But I dont have any test points to verify the ...
srihari's user avatar
  • 31
0 votes
0 answers
75 views

Peak Sharping of multi-signal data

I have multi-signal data and as a processing step want to apply peak sharping of signal as shown in fig below. is there any way I can achieve this in python ? Literature :Paper 1(Peak sharping section ...
alex3465's user avatar
  • 101
0 votes
2 answers
52 views

Digital Signal Quantized Processor Complexity

In “traditional” digital signal processing, the complexity is computed as a number of multiplication the operation requires, e.g. the computation of the N-point DFT via the decimation-in-frequency FFT ...
Dieguli's user avatar
1 vote
1 answer
46 views

How to validate that an audio algorithm result is independent of microphone device?

I have a machine learning algorithm that takes speech sample audio recordings collected from mechanical Turk. During processing it was shown that some audio from certain OS/microphone devices have ...
kkawabat's user avatar
  • 133
0 votes
0 answers
1k views

Pre-Processing Wi-Fi Channel State Information (CSI) Data

I was successfully able to collect some CSI data using the existing tool(s) on GitHub (https://github.com/StevenMHernandez/ESP32-CSI-Tool). The CSI data is a pair of imaginary and real number which ...
RikeshMM's user avatar
1 vote
2 answers
761 views

My 3x3 Weighted Median Filter doesn't seem to be improving my image quality

In order to reduce noise in my training dataset,I attempted a WMF whose weights are shown in a 2-D array as follows(values finally get normalized by division by 15: ...
Mr. Johnny Doe's user avatar
1 vote
0 answers
173 views

How to detect offset that changes along time in a signal?

I have an issue that has to do with detrending a signal. First, it seems my signals behaves a little unusual (for me, I think). Some signals starts with a quite large offset, then it seems to ...
Sergio Cuadros Ibargüen's user avatar
3 votes
1 answer
1k views

Baseline correction for continuous EEG signals

I'm new to the topic so forgive the trivial question. I am trying to understand data preprocessing for EEG signals. As I understand, after recording continuous EEG signals, they should be band-pass ...
xoani's user avatar
  • 131

15 30 50 per page