On the Frequency-Domain Properties of Savitzky-Golay Filters

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News On the Frequency-Domain Properties of Savitzky-Golay Filters
# 1  
Old 09-08-2010
On the Frequency-Domain Properties of Savitzky-Golay Filters

HPL-2010-109 On the Frequency-Domain Properties of Savitzky-Golay Filters - Schafer, Ronald W.
Keyword(s): Savitzky-Golay filter, least-squares polynomial approximation, smoothing
Abstract: This paper is concerned with the frequency-domain properties of the so called Savitzky-Golay lowpass filters, which are based on the principle of local least-squares fitting of a polynomial. A summary of the important frequency-domain properties is given along with an empirically-derived formula for ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Programming

Applying filters

I have a value X, a value DX and an odd integer N (say N=9) and want to create an array such that let X = 10, DX = 2 and N = 9 DIST(1) = X - 4 * DX DIST(2) = X - 3 * DX DIST(3) = X - 2 * DX DIST(4) = X - DX DIST(5) = X DIST(6) = X + DX DIST(7) = X + 2 * DX DIST(8) = X + 3 * DX DIST(9)... (2 Replies)
Discussion started by: kristinu
2 Replies

2. Shell Programming and Scripting

Need help in filters

Hi, I have input data. 9214919702; B5; 1;20070216; 9231590437; BY; 1;20070215;9;20091022;12;20091022; 9211765888; AZ; 1;20080802;1;20080802;14;20091027; 9231592590; BY; 1;20070215;9;20091026;9;20091026; 9252412219; MM; 1;20070217; 9214917135; MM; 1;20070215; 9214917056; B5; 1;20070215;... (8 Replies)
Discussion started by: suresh3566
8 Replies

3. UNIX for Advanced & Expert Users

Unix- filters ppt

Hello.. i want a ppt on unix filters.. can anybody gv me d link 4 that?? (1 Reply)
Discussion started by: shweta_babbar
1 Replies

4. UNIX for Dummies Questions & Answers

Difference between filters of ps

Hi I am a newbie to Unix . I am just trying to understand the difference between various filters for ps. Can someoen pelase explain me whta is the difference between using /usr/bin/ps -ef | grep <PID> or <Process name> and /usr/bin/ps -auxwww| grep <PID> or <Process Name>. (1 Reply)
Discussion started by: sillybirdie123
1 Replies

5. Windows & DOS: Issues & Discussions

How to: Linux BOX in Windows Domain (w/out joining the domain)

Dear Expert, i have linux box that is running in the windows domain, BUT did not being a member of the domain. as I am not the System Administrator so I have no control on the server in the network, such as modify dns entry , add the linux box in AD and domain record and so on that relevant. ... (2 Replies)
Discussion started by: regmaster
2 Replies

6. UNIX for Dummies Questions & Answers

filters

how to filter one particular row from one text file and copy it in another? (1 Reply)
Discussion started by: rajanandhini
1 Replies

7. UNIX for Dummies Questions & Answers

How can I use filters to extract infos?

I encountered some complicated problems course studies. take this for example: under /home/data/stockdata we have 1999,2000,2001,.......2004 these sub-dirs and, each sub-dir has its mothly(for Jan~Dec) transaction records, i.e. they are all named "foo.txt", like this: Date ... (2 Replies)
Discussion started by: virii
2 Replies

8. UNIX for Dummies Questions & Answers

IP Filters

Anyone know where I can find good documentation for IPF on the Internet? Thanks, Chuck (1 Reply)
Discussion started by: 98_1LE
1 Replies
Login or Register to Ask a Question
rlm_attr_filter(5)						 FreeRADIUS Module						rlm_attr_filter(5)

NAME
rlm_attr_filter - FreeRADIUS Module DESCRIPTION
The rlm_attr_filter module exists for filtering certain attributes and values in received ( or transmitted ) radius packets. It gives the server a flexible framework to filter the attributes we send to or receive from home servers or NASes. This makes sense, for example, in an out-sourced dialup situation to various policy decisions, such as restricting a client to certain ranges of Idle-Timeout or Session- Timeout. Filter rules are normally defined and applied on a per-realm basis, where the realm is anything that is defined and matched based on the configuration of the rlm_realm module. Filter rules can optionally be applied using another attribute, by editing the key configuration for this module. In 2.0.1 and earlier versions, the "accounting" section filtered the Accounting-Request, even though it was documented as filtering the response. This issue has been fixed in version 2.0.2 and later versions. The "preacct" section may now be used to filter Accounting- Request packets. The "accounting" section now filters Accounting-Response packets. Administrators using "attr_filter" in the "accounting" section SHOULD move the reference to "attr_filter" from "accounting" to "preacct". The file that defines the attribute filtering rules follows a similar syntax to the users file. There are a few differences however: There are no check-items allowed other than the name of the key. There can only be a single DEFAULT entry. The rules for each entry are parsed to top to bottom, and an attribute must pass *all* the rules which affect it in order to make it past the filter. Order of the rules is important. The operators and their purpose in defining the rules are as follows: = THIS OPERATOR IS NOT ALLOWED. If used, and warning message is printed and it is treated as == := Set, this attribute and value will always be placed in the output A/V Pairs. If the attribute exists, it is overwritten. == Equal, value must match exactly. =* Always Equal, allow all values for the specified attribute. !* Never Equal, disallow all values for the specified attribute. ( This is redundant, as any A/V Pair not explicitly permitted will be dropped ). != Not Equal, value must not match. >= Greater Than or Equal <= Less Than or Equal > Greater Than < Less Than If regular expressions are enabled the following operators are also possible. ( Regular Expressions are included by default unless your system doesn't support them, which should be rare ). The value field uses standard regular expression syntax. =~ Regular Expression Equal !~ Regular Expression Not Equal See the default /etc/raddb/attrs for working examples of sample rule ordering and how to use the different operators. The configuration items are: file This specifies the location of the file used to load the filter rules. This file is used to filter the accounting response, packet before it is proxied, proxy response from the home server, or our response to the NAS. key Usually %{Realm} (the default). Can also be %{User-Name}, or other attribute that exists in the request. Note that the module always keys off of attributes in the request, and NOT in any other packet. relaxed If set to 'yes', then attributes which do not match any filter rules explicitly, will also be allowed. This behaviour may be over- ridden for an individual filter block using the Relax-Filter check item. The default for this configuration item is 'no'. SECTIONS
preacct Filters Accounting-Request packets. accounting Filters Accounting-Response packets. pre-proxy Filters Accounting-Request or Access-Request packets prior to proxying them. post-proxy Filters Accounting-Response, Access-Accept, Access-Reject, or Access-Challenge responses from a home server. authorize Filters Access-Request packets. post-auth Filters Access-Accept or Access-Reject packets. FILES
/etc/raddb/radiusd.conf /etc/raddb/filter/* SEE ALSO
radiusd(8), radiusd.conf(5) AUTHOR
Chris Parker, cparker@segv.org 27 June 2013 rlm_attr_filter(5)