Community Profile

photo

Varun Gupta


Last seen: 2 years ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


How to plot Magnitude Response of the Savitzky Golay (SG) Filter using the FVTOOL?
I have implemented the SG filter using the following code: y_11 = sgolayfilt(T.Temp, 2, 11) y_21 = sgolayfilt(T.Temp, 2, 21) ...

2 years ago | 1 answer | 0

1

answer

Question


How to specify order of a Moving Average Filter?
Upon reading the available documentation, I was able to implement a Moving Average Filter using the 'filter' function : windowS...

3 years ago | 1 answer | 0

1

answer

Question


How to make a simple moving average filter object?
I want to design a simple moving avergae filter object with window size 5 and cutoff frequency 0.3 (scaled to 1). using dsp.Mov...

3 years ago | 1 answer | 0

1

answer

Question


Moving Average filter's incorrect output.
I want to to design a simple moving average filter with window size 5. Since, filter order = 1+window size (hence, order kept 6...

3 years ago | 0 answers | 0

0

answers

Question


Moving Average filter window size automatically up-scaled by 1
I implemented a moving average filter using the 'FilterDesigner' with the following features (image attached) I Specified the...

3 years ago | 1 answer | 0

1

answer

Question


Unable to use dsp.MovingAverage()
I'm trying to implement the Moving Average Filter using 'dsp.MovingAverage()' ----My input---- %define the filter with prop...

3 years ago | 0 answers | 0

0

answers