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
2 answers
2k views

Should I consider rgb values of a pixel as one value?

I was reading this paper for a project work. We train on 1.6 million 32*32 color images that have been preprocessed by subtracting from each pixel its mean value over all images and then ...
pinkpanther's user avatar
2 votes
2 answers
1k views

Why do envelope extraction before pitch detection?

I am referring to this report on pitch estimation. The author does envelope extraction using Hilbert transform before applying AMDF. What is the advantage of doing that? Is speech a narrowband or ...
user13107's user avatar
  • 341
2 votes
1 answer
2k views

voice recognition vs speech recognition MFCC

I have a basic understanding of the acoustic preprocessing involved in speech recognition: divide the speech into frames, find the mel frequency cepstral coefficients of each frame, construct a ...
rurouniwallace's user avatar
10 votes
4 answers
7k views

How to perform a Rubberband-Correction on spectroscopic data?

I basicaly understood how the Rubberband/Baseline-correction works. The given spectrum is divided into (N) ranges. The lowest points in every range are determined. The initial baseline is built out ...
チーズパン's user avatar
7 votes
1 answer
1k views

What segmentation methods can be used for simple images?

As related to the project I am currently involved in, I have come to realize that one thing that might help is for me to 'segment' my image. To that end, I have shown a very simple example below. ...
Spacey's user avatar
  • 9,847
8 votes
4 answers
1k views

Preprocessing to improve Harris corner tracking between video frames?

In our unmanned aerial vehicle grayscale video image stabilization application, we're having difficulty finding the "good" Harris corners in frame N+1 selected from frame N. The source of the ...
David Pointer's user avatar
7 votes
1 answer
489 views

MP3 Decoding Discrepancy

Is it possible for two different decoders to output two different sample results for the same MP3? I'm decoding an mp3 on Matlab and it produces two columns (presumably one for each channel). When I ...
XSL's user avatar
  • 701
5 votes
1 answer
178 views

Find the relation between two noisy periodic signals of equal length

[Thank you, @leftaroundabout for your helpful comments to my related question. I'm trying to ask a less confusing question here.] $0\leq\phi\leq 2\pi$ is a parameter that theoretically describes a ...
Jan's user avatar
  • 153
19 votes
1 answer
5k views

What are the proper pre-processing steps to perform Independent Component Analysis?

What are the proper steps for preprocessing my waveforms in order to perform an independent component analysis (ICA) later? I understand the how, though further explanation of that doesn't hurt, but I'...
jonsca's user avatar
  • 1,994
23 votes
2 answers
1k views

How should I pre-process a real valued signal in order to use Kay's estimator?

I have 100,000 samples of a signal $x[n]$ that was sampled at 20kHz. The data is vibration data from a rotating machine, and contains a significant spectral component related to the speed of the ...
Peter K.'s user avatar
  • 25.9k

15 30 50 per page
1 2 3
4