Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.400.848 Times

Noise Filter freeware
Filter: All | Freeware | Demo
 

Noise Filter

1 2 3 4 5 > 
Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 466

RedFX RedFX was developed as an easy-to-use and accessible FX processor. It is mainly designedfor guitars. Among the available effects we can find a Noise Filter, Compressor, Wah, Distortion, Tremolo, Phaser, Flanger-Vibrato, Pitch Shifter, Delay, Reverb and EQ.



Platforms: Windows, Windows Vista, 7x64

License: Freeware Download (778): RedFX Download

Added: August 15, 2013 | Visits: 507

An Intuitive Introduction to Kalman Filter The purpose of this tutorial is to illustrate the usage of Kalman Filter by a simple example.The problem: Predict the position and velocity of a moving train 2 seconds ahead, having noisy measurements of its positions along the previous 10 seconds (10 samples a second).Ground truth: The train is...





Platforms: Matlab

License: Freeware Size: 10 KB Download (45): An Intuitive Introduction to Kalman Filter Download

Added: April 10, 2013 | Visits: 612

Wiener filter for Noise Reduction and speech enhancement The two-step noise reduction (TSNR) technique removes the annoying reverberation effect while maintaining the benefits of the decision-directed approach. However, classic short-time noise reduction techniques, including TSNR, introduce harmonic distortion in the enhanced speech. To overcome this...


Platforms: Matlab

License: Freeware Size: 10 KB Download (56): Wiener filter for Noise Reduction and speech enhancement Download

Added: April 10, 2013 | Visits: 470

DTMF Filtering and Noise Simulator Unlike all other posted DTMF programs, my application is specifically designed to simulate the working of a real DSP processor especially for beginners.That would mean that digital oscillator was used to create sine and cosine functions and signal is passed through 8 filters. The signal is...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (44): DTMF Filtering and Noise Simulator Download

Added: July 28, 2013 | Visits: 625

Audio Noise Gate for Texas Instruments C5510 / C6713 Used on cellular phones to filter outbackground noise. Measure the signal to noise ratio of an audio input in realtime. Pass speech but give silence where the input is noise (hiss, snap crackle and pop).Includes a tutorial on how to use statistics (correlation coefficient) to calculate the signal...


Platforms: Matlab

License: Freeware Size: 1.03 MB Download (45): Audio Noise Gate for Texas Instruments C5510 / C6713 Download

Added: March 05, 2006 | Visits: 2.860

Atomic TLD Filter Atomic Top Level Domain Filter (ATLDF) is a software program that allows users to automatically select certain e-mail addresses from the list, based on the professional or national basis. When is it necessary and who needs it? Just a simple example - in order to get maximum return from your...


Platforms: Windows

License: Freeware Size: 652 KB Download (643): Atomic TLD Filter Download

Released: January 14, 2010  |  Added: June 19, 2013 | Visits: 3.527

SharePoint List Filter Favorites Filter SharePoint list columns; Add and save filtered views as private or public to Filter Favorites submenu; Save and Load filtered views to avoid repeating creating same Filtered Views; Can delete/rename saved filtered views from Organize Favorite Filters submenu. SharePoint List...


Platforms: Windows

License: Freeware Size: 305.4 KB Download (165): SharePoint List Filter Favorites Download

Added: January 10, 2010 | Visits: 2.301

ip-filter-cgi ip-filter-cgi is a set of perl script to modify rules of IP Filter (IP Filter is a TCP/IP packet filter cf: http://coombs.anu.edu.au/~avalon/ip-filter.html). If you make any improvement, correction send it back to. The scripts is not complete and is provided for testing purpose....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (207): ip-filter-cgi Download

Added: February 22, 2010 | Visits: 2.482

Yet Another Filter Proxy Yet Another Filter Proxy project is a preforking, banner filtering, content scanning Perl proxy. Yet Another Filter Proxy is a proxy to filter out advertising banners and malicious script code from web sites. It is written in Perl and based on an example by Randal L. Schwartz. For...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (290): Yet Another Filter Proxy Download

Added: October 18, 2013 | Visits: 1.492

Quick Spam Filter Quick Spam Filter (QSF) is an Open Source email classification filter, designed to be small, fast, and accurate, which works to classify incoming email as either spam or non-spam. To recognise spam, QSF strips the text out of the email (using MIME decoding and HTML stripping) and then splits it...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): Quick Spam Filter Download

Added: October 01, 2010 | Visits: 1.190

Filter::Macro Filter::Macro is a Perl module to make macro modules that are expanded inline. SYNOPSIS In MyHandyModules.pm: package MyHandyModules; use Filter::Macro; # lines below will be expanded into callers code use strict; use warnings; use Switch; use IO::All; use Quantum::Superpositions;...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (104): Filter::Macro Download

Added: June 01, 2010 | Visits: 1.292

Filter::Simple::Compile Filter::Simple::Compile is a drop-in replacement to Filter::Simple. SYNOPSIS Drop-in replacement for Filter::Simple: package MyFilter; use Filter::Simple::Compile; FILTER { ... }; This way also works: use Filter::Simple::Compile sub { ... }; This module lets you write Module::Compile...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (162): Filter::Simple::Compile Download

Added: June 22, 2010 | Visits: 1.178

HTTPD::Log::Filter HTTPD::Log::Filter is a Perl module to filter entries out of an httpd log. SYNOPSIS my $hlf = HTTPD::Log::Filter->new( exclusions_file => $exclusions_file, agent_re => .*Mozilla.*, format => ELF, ); while( <> ) { my $ret = $hlf->filter( $_ ); die "Error at line $.: invalid log...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): HTTPD::Log::Filter Download

Added: October 11, 2010 | Visits: 1.146

XML::Filter::Dispatcher::Compiler XML::Filter::Dispatcher::Compiler can compile rulesets in to code. SYNOPSIS use XML::Filter::Dispatcher::Compiler qw( xinline ); my $c = XML::Filter::Dispatcher::Compiler->new( ... ) my $code = $c->compile( Package => "My::Filter", Rules => [ a/b/c => xinline q{warn "found a/b/c"}, ],...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (103): XML::Filter::Dispatcher::Compiler Download

Added: April 11, 2010 | Visits: 1.057

XML::Filter::DocSplitter XML::Filter::DocSplitter does multipass processing of documents. SYNOPSIS ## See XML::SAX::???? for an easier way to use this filter. use XML::SAX::Machines qw( Machine ) ; my $m = Machine( [ Intake => "XML::Filter::DocSplitter" => qw( Filter ) ], [ Filter => "My::Filter" => qw( Merger...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (102): XML::Filter::DocSplitter Download

Added: January 23, 2010 | Visits: 886

XML::Filter::Tee XML::Filter::Tee can send SAX events to multiple processor, with switching. SYNOPSIS my $t = XML::Filter::Tee->new( { Handler => $h0 }, { Handler => $h1 }, { Handler => $h2 }, ... ); ## Altering the handlers list: $t->set_handlers( $h0, $h1, $h2, $h3 ); ## Controlling flow to a...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (106): XML::Filter::Tee Download

Added: June 26, 2010 | Visits: 890

XML::Filter::Dispatcher::AsStructHandler XML::Filter::Dispatcher::AsStructHandler Perl module can help you convert SAX stream in to simple, data-oriented structure. SYNOPSIS ## Ordinarily used via the XML::Filter::Dispatchers as_data_struct() ## built-in extension function for XPath This SAX2 handler builds a simple hash from...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (101): XML::Filter::Dispatcher::AsStructHandler Download

Added: April 22, 2010 | Visits: 809

XML::Filter::DataIndenter XML::Filter::DataIndenter is a SAX2 Indenter for data oriented XML. SYNOPSIS use XML::Filter::DataIndenter; use XML::SAX::Machines qw( Pipeline ); Pipeline( XML::Filter::DataIndenter => *STDOUT ); ALPHA CODE ALERT: This is the first release. Feedback and patches welcome. In data...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): XML::Filter::DataIndenter Download

Added: July 22, 2010 | Visits: 916

XML::Filter::Dispatcher XML::Filter::Dispatcher is a path based event dispatching with DOM support. SYNOPSIS use XML::Filter::Dispatcher qw( :all ); my $f = XML::Filter::Dispatcher->new( Rules => [ foo => &handle_foo_start_tag, @bar => &handle_bar_attr, ## Send any elts and their contents to $handler...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (93): XML::Filter::Dispatcher Download

Added: May 19, 2010 | Visits: 847

SyslogScan::Daemon::SpamDetector::Filter SyslogScan::Daemon::SpamDetector::Filter contains filter reports. SYNOPSIS plugin SyslogScan::Daemon::SpamDetector as sd_ sd_plugin SyslogScan::Daemon::SpamDetector::Filter status spam match SpamAssassin field relayname acceptfirst 1 accept (?:bdynamicb|badsld*b|bcableb|.dhcp.|.dyn.) deny ....


Platforms: *nix

License: Freeware Size: 18.43 KB Download (95): SyslogScan::Daemon::SpamDetector::Filter Download

1 2 3 4 5 >