Filter (software)

Filter (software)

A filter is a computer program to process a data stream. Some operating systems such as Unix are rich with filter programs. Even Windows has some simple filters built in to its command shell, most of which have significant enhancements relative to the similar filter commands that were available in MS-DOS.

Just as in Unix, such a filter usually gets most of its data from standard input (the main input stream) and writes its main results to standard output (the main output stream). The command syntax for getting data from a device or file other than standard input is the input operator ("<"). Similarly, to send data to a device or file other than standard output is the output operator (">"). To append data lines to an existing output file, one can use the append operator (">>").

The similarity with Unix extends to filters used as elements of pipelines. The pipe operator ("|") on a command line signifies that the main output of the command to the left is passed as main input to the command on the right. From the early days of DOS based computers, the two classic filters are find and sort.

Examples:

* find "keyword" < "inputfilename" > "outputfilename"
* sort "keyword" < "inputfilename" > "outputfilename"
* find /v "keyword" < "inputfilename" | sort > "outputfilename"

Such filters may be used in batch files (*.bat, *.cmd etc.).

For use in the same command shell environment, there are many more filters available than those built in to Windows. Some of these are freeware, some shareware and some are commercial programs. A number of these mimic the function and features of the filters in Unix. Some filtering programs have a graphical user interface (GUI) to enable users to design a customized filter to suit their special data processing and/or data mining requirements.

Autofiltering data in spreadsheets

In Excel, AutoFilter unwanted data in a data list.

ee also

*Filter (Unix)

External links

* http://www.webopedia.com/TERM/f/filter.html
* [http://www.contextures.com/xlautofilter01.html Excel -- Filters -- AutoFilter Basics] .
* http://office.microsoft.com/en-us/excel/HA011127901033.aspx


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Filter — may refer to: Chemistry, engineering and materials In chemistry, engineering, or household usage, a device to separate mixtures. See: * Filter (chemistry) * Water filter * Air filter * Oil filter * Pneumatic filter Optics and photography In… …   Wikipedia

  • Filter — Fil|ter [ fɪltɐ], der, fachspr. auch: das; s, : a) durchlässiges Material, das zum Filtern von flüssigen oder gasförmigen Stoffen verwendet wird: in dieser Kläranlage dient Kies als Filter. Syn.: ↑ Sieb. Zus.: Luftfilter, Staubfilter. b)… …   Universal-Lexikon

  • Filter (Unix) — In UNIX and UNIX like operating systems, a filter is a program that gets most of its data from standard input (the main input stream) and writes its main results to standard output (the main output stream). UNIX filters are often used as elements …   Wikipedia

  • Filter design — is the process of designing a filter (in the sense in which the term is used in signal processing, statistics, and applied mathematics), often a linear shift invariant filter, which satisfies a set of requirements, some of which are contradictory …   Wikipedia

  • Software Virtualization Solution — (SVS) is an application virtualization solution for Microsoft Windows.Altiris Software Virtualization Solution allows applications and data to be put into virtual layers (application layers and data layers) instead of being installed to the base… …   Wikipedia

  • Software in the Public Interest — Type Association à but non lucratif Siège New York,  États Unis Président Bdale Garbee …   Wikipédia en Français

  • Software Firewall — Eine (auch: ein) Personal Firewall oder Desktop Firewall (von englisch firewall Brandschutzwand, „Brandmauer“) ist eine Software, die den ein und ausgehenden Datenverkehr eines PCs auf dem Rechner selbst filtert. Sie wird zum Schutz des Computers …   Deutsch Wikipedia

  • Filter mit begrenztem Impulsansprechverhalten — Ein Filter mit endlicher Impulsantwort (englisch finite impulse response filter, FIR Filter, oder manchmal auch Transversalfilter genannt) ist ein diskreter, meist digital implementierter Filter und wird im Bereich der digitalen… …   Deutsch Wikipedia

  • Software tools for molecular microscopy — There are a large number of software tools or software applications that have been specifically developed for the field sometimes referred to as molecular microscopy or cryo electron microscopy or cryoEM. Several special issues of the Journal of… …   Wikipedia

  • Filter mit endlicher Impulsantwort — Ein Filter mit endlicher Impulsantwort (englisch finite impulse response filter, FIR Filter, oder manchmal auch Transversalfilter genannt) ist ein diskreter, meist digital implementierter Filter und wird im Bereich der digitalen… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”