Skip to main content

Questions tagged [smoothing]

Smoothing a signal or data set approximates the data to reveal patterns and exclude noise, fine-scale structure and rapid changing phenomina.

2 votes
1 answer
64 views

Removing rotational frequencies from a signal

I have a torque signal from an experimental adapter which measures based on strain gauges. Turns out that my signal presents very strong oscillations at the same frequency of rotation, which very like ...
gui1303's user avatar
  • 21
2 votes
1 answer
105 views

Smoothing Filter on Signal

With python scipy I am processing (in real time) chunks of 250,000 each a CW pulsed beep radio signal in python from a RTLSDR. The signal after some basic processing and decimation is 9995 samples ...
Al Grant's user avatar
  • 131
0 votes
1 answer
45 views

Equalizing Standard Deviations of Sequences through Smoothing

I have several sequences with varying standard deviations, and I want to smooth them so that each sequence has approximately the same standard deviation, which I've predetermined. I'm open to any ...
Vlad's user avatar
  • 225
0 votes
0 answers
44 views

Smoothing sensor signal with discontinuities on DSP for obtaining signal derivative

I am trying to implement PID control on a sensor signal that has many discontinuities in it. Due to these discontinuities, the differentiated signal does not provide a meaningful or useful signal I ...
Mr Phase Locked Loop's user avatar
1 vote
1 answer
66 views

measuring delay introduced by filter

I am trying to measure the delay introduced by smoothening filters to my data, including a double-exponential smoothening filter. I run my series data through this function: ...
dnclem107's user avatar
1 vote
1 answer
55 views

Identify the smoothing filter from boundary pattern

I have a collection of discrete timeseries, which has already been smoothed temporally. However, the smoothing operation does not consider the boudary properly, and results in obvious distortion. I ...
Vapor's user avatar
  • 11
0 votes
0 answers
42 views

Smoothing filters on levels of a time series versus discrete derivative

I have some mortgage data and I am trying to detect when a borrower refinances. To do so, I use a moving average filter to smooth my data and then I run a Bai and Perron (1998) structural break test ...
fairlife4life's user avatar
5 votes
3 answers
2k views

Smooth envelope of an aperiodic signal

I have a signal that looks like this: Red line is the function I'd like to obtain somehow. Everything <= -60 is basically absent data (i.e. not low signal). If I understand correctly, Hilbert ...
tkroman's user avatar
  • 163
2 votes
0 answers
35 views

Smoothing clicks when scrubbing/seeking through the audio

I have a buffer of N samples from which I'm playing a loop of L samples (L <= N) starting from sample S. The reading position is calculated as (S + P) % N where P is current playhead position which ...
Vladyslav Lytvynenko's user avatar
0 votes
2 answers
113 views

Filter Recommendation for Smoothing a Specific Signal

I have data like the following: ...
Raj's user avatar
  • 3
1 vote
0 answers
139 views

Approximating fractional-octave Gaussian smoothing with non-causal variable-width IIR filters

I am trying to implement fractional-octave smoothing of amplitude response data with approximated Gaussian filters, as briefly discussed in this AES paper. Unfortunately, no implementation details are ...
butch_warns's user avatar
0 votes
0 answers
103 views

Which audio smoothing algorithm has the lowest latency?

I am working on an audio smoothing project. My inputs are from a record scratching MIDI controller, and I am trying to produce a smooth output (the raw data creates noisy audio). I'm using a simple ...
The Impossible Squish's user avatar
1 vote
0 answers
73 views

Tap and Impulse Response of MATLAB Filter

This is a simplified version of the Savitzky-Golay MATLAB functions (sgolayfilt, sgolay). ...
Moses Kim's user avatar
  • 175
5 votes
3 answers
138 views

The Effect of the Finite Radius of Gaussian Kernel

Page 168 of Digital Image Processing, Global Edition says: we know that the values of a Gaussian function at a distance larger than 3𝜎 from the mean are small enough that they can be ignored. If we ...
hasanghaforian's user avatar
4 votes
1 answer
159 views

The Effect of the Order of Downsampling and Smoothing on the Output

How do I prove or disprove: Smoothing an image with a 3x3 filter using full convolution and then downsampling an image by 2 produces the same result as downsampling an image by 2 and then applying ...
Kumar's user avatar
  • 141

15 30 50 per page
1
2 3 4 5
11