Varun Gupta
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
227 105
of 296 561
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20 394
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156 705
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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) ...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 4 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 4 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Unable to use dsp.MovingAverage()
I'm trying to implement the Moving Average Filter using 'dsp.MovingAverage()' ----My input---- %define the filter with prop...
mer än 4 år ago | 0 answers | 0