Skip to main content

Questions tagged [butterworth]

Butterworth filters fall into a class of filters with magnitude frequency response that is "maximally flat" magnitude. Butterworth filters have no ripple either in the passband nor in the stopband.

0 votes
1 answer
63 views

Is there a library to do Butterworth and Savitsky-Golay filtering in PHP?

I am new to signal processing and have a requirement to apply Butterworth and Savitzky-Golay to a PPG signal. I have read that matlab can handle it but I am a PHP guy. Can I run Matlab on my server ...
Doug Wolfgram's user avatar
0 votes
2 answers
145 views

Implementing a Butterworth low-pass filter in Python without knowing the order

I am relatively inexperienced with respect to lowpass filters, but I am trying to replicate parts of this paper, which deals with the processing of 3D accelerometer and 3D gyroscope data, both from ...
lonyen11's user avatar
0 votes
1 answer
74 views

algorithm for second order butterworth filter

I want to implement an algorithm for a second order butterworth filter on the form $ H(s) = \dfrac{Y(s)}{U(s)}= \dfrac{1}{\left(\frac{s}{w_0}\right)^2+2\zeta\frac{s}{w_0}+1} $ I want to get it on the ...
pjoltergeist's user avatar
0 votes
1 answer
43 views

How can I calculate how much of my signal at the beginning and end will be affected by the filtering process?

I'm using a Butterworth bandpass filter to process my signal (low-pass + high-pass, I am also applying a notch filter). I would like to calculate how much of my signal at the edges will be affected by ...
moray_'s user avatar
  • 3
0 votes
1 answer
36 views

recreating in matlab Butterworth Filter filter response

There is a manual which presents a filter response. In the video they present a formula and a plot of the response. However when I tried to implement it in MATLAB I get a totally different plot. ...
user70731's user avatar
2 votes
1 answer
113 views

Smoothening Noisy FFT

I've got the following FFT with a sampling frequency of 192 kHz that has around 17.000.000 samples. The signal is a hiss of escaping gas. This looks noisy and i want to determine the characteristic &...
Tom's user avatar
  • 131
2 votes
1 answer
108 views

Converting cutoff_frequency_ratio to Cycles/Pixel in Butterworth Filtering with skimage

I am working on my thesis where I'm employing Butterworth filtering on images using the function butterworth from scikit-image's skimage.filters module. The code/formula I'm referring to is available ...
AltunE's user avatar
  • 123
1 vote
1 answer
59 views

Relative loss of power and length of signal

I have EEG signal data from a single channel for 150 similar events (epochs), each spanning 11s which might be accessed from here. I ran the following code block in MATLAB to remove line noise at 60 ...
AvadaMouse's user avatar
0 votes
1 answer
40 views

Improving Modeling of Thermal Noise Propagation Through a Signal Chain

Background I recently asked this question over on Electrical Engineering Stack Exchange. On the advice of some commenters there, I've broken off those pieces which are appropriate for asking as ...
MomentumEigenstate's user avatar
0 votes
0 answers
102 views

Getting displacement from the accelerometer data for vertical motion

I have an accelerometer sensor with gyro and need to figure out the vertical displacement from the acceleration data. The device that contains the accelerometer will move up and down in fairly ...
lemonade5117's user avatar
1 vote
0 answers
139 views

Several Low pass filters generate offset when applied on an embedded system on C++

I need to implement a real time butterworth low pass filter on some data, I have an already implemented and tested butterworth function, but when filtering data from one specific variable I get an ...
Isaac's user avatar
  • 11
1 vote
1 answer
121 views

Denoising Signal With Butterworth-Filter

im trying to denoise a signal to which i added AWGN. Here is what ive done so far: ...
Tom's user avatar
  • 131
0 votes
1 answer
112 views

IIR bandpass filter attenuates frequencies within the pass band

I applied Butterworth filters (order=5) that have different cutoff frequencies to a simple signal composed of four sinusoidal oscillations and computed its PSD. <...
scho's user avatar
  • 25
0 votes
0 answers
541 views

Calculating the filter coefficients for 2nd order bandpass and bandstop Butterworth filter

I want to calculate the filter coefficients for both bandpass and bandstop filter for 2nd order Butterworth filter, like ...
Devil_____03's user avatar
1 vote
1 answer
683 views

How to implement a 3rd order Butterworth IIR allpass filter with perfectly flat frequency response?

I'm working on an audio plugin which splits audio into frequency bands for individual processing. The filters must have zero latency, so no linear phase filters. I would like to have perfect ...
Balthazar's user avatar

15 30 50 per page
1
2 3 4 5
11