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
511 views

The essential pre-processing steps in speech signal analysis

My question is that for simulating a new scheme for speech emotion recognition (feature extraction and classification), what are the necessary pre-processing steps (I mean any kind of normalization ...
Amin's user avatar
  • 201
1 vote
1 answer
3k views

How to design bandpass filter in python when centre frequency is greater than sampling frequency?

I implemented basic bandpass filter using Scipy resource. But how to implement the same when signal is centred at non-zero centre frequency with centre frequency > sampling frequency. I trying to ...
Andre Smith's user avatar
1 vote
0 answers
40 views

For extracting the characteristics of the signal what minimum duration should be considered?

Being non signal processing student I have a limited understanding of concepts. I have a continuous periodic bearing faulty signal of 10 seconds duration sampled at 12 kHz. So I have 120,000 ...
Raady's user avatar
  • 345
3 votes
1 answer
208 views

correcting mirror ghosting effect

I have an application in which I have to process images taken through a mirror. The camera and mirror positions are fixed, and the object is always in the same position with respect to the mirror. The ...
marcov's user avatar
  • 31
1 vote
1 answer
110 views

Separate key-related frequencies from audio signal

I have various samples of various instruments sound, and I'm trying to classify them using pyAudioAnalysis and various Machine Learning algorithms. The samples ...
phagio's user avatar
  • 13
0 votes
1 answer
194 views

Artificial Neural Network Preprocessing in Real-Time Applications

I've come across an issue with my ANN when attempting to port my offline analysis to an online, real-time, application. I currently train my algorithm using an array of input data, number of ...
ritchie888's user avatar
1 vote
2 answers
315 views

pre-emphasis with scaling?

I am working on speech synthesis with LPC and I originally implemented a pre-emphasis filter: ...
patrick's user avatar
  • 53
1 vote
0 answers
189 views

pre-processing to improve feature detector before tracking

I am trying to make tracking for soccer player, I need to detect features from this player and then estimate the distance difference of these pixels over number of frames. first I have to detect the ...
H.H's user avatar
  • 161
0 votes
4 answers
369 views

Is this image good enough for OCR?

Hello I'm trying to ocr on a special image. I've done adaptive threshold , polartocartesian transformation. this is my original image this is adaptive threshold this is polartocartesian ...
Anar Bayramov's user avatar
0 votes
0 answers
855 views

What is the difference between "preprocessing" and "normalization"?

I am currently writing my bachelors thesis about on-line handwriting recognition. In this context, there are different methods to make the input data more useful to classifiers / to make learning ...
Martin Thoma's user avatar
2 votes
2 answers
4k views

Preprocessing audio signal for neural network classification

I need to identify certain features of the audio signal recorded from microphone in stethoscope. These sounds are only samples i've found, but the final signal will be probably a bit noisier (maybe ...
Ivan0x32's user avatar
  • 123
1 vote
0 answers
43 views

select meaningful part out of a signal (for goertzel)

I have an on going input signal, most of the time with no activity. Once in a while there is an activity (oscillations in different freq). I need to take good 205 samples out of the signal. what i ...
Yehuda's user avatar
  • 11
0 votes
2 answers
3k views

Effect of different downsampling rate on EEG signal

I have a raw EEG signal of length 2,50,000 samples. I band passed it from 0.05-10Hz (sampling frequency=500). Then I down sampled it at 20Hz. Now question is: What will be effect if I vary down ...
Muhammad Akmal's user avatar
-1 votes
1 answer
74 views

what are best features [closed]

I am doing OCR for Kannada and English. What are the best features in image? Please also tell me some tools to perform OCR before implementing it as code (like Rapiedminer for machine learning).
Madan Ram's user avatar
  • 143
1 vote
3 answers
542 views

Is it an excessive pre-processing step in image processing?

I wanted to consult with some experts whether or not this pre-processing step is excessive for what I'm trying to achieve. I am in a similar scenario as the author of the article, where I have many ...
Iancovici's user avatar
  • 139

15 30 50 per page