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.476.216 Times

Convolution Filter freeware
Filter: All | Freeware | Demo
 

Convolution Filter

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 362

Filter UserGroups With this MOD an user is able to filter the usergroups. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (59): Filter UserGroups Download

Added: May 10, 2013 | Visits: 1.591

Guestbook with Bayesian Filter A Guestbook with a built-in Bayesian filter against spam Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (53): Guestbook with Bayesian Filter Download

Added: May 10, 2013 | Visits: 375

Generic filter logic strategy By storing an object's data in a dictionary, you can easily create a Filter class which tests a given object against a set of nested inclusion rules. This works particularly well for database filtering. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Generic filter logic strategy Download

Added: May 10, 2013 | Visits: 854

Matlab code for the Kalman filter It will compute the Kalman gain and the stationary covariance matrix using a Kalman filter with a linear forward looking model. Requirements: - MATLAB 7 or higher Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (66): Matlab code for the Kalman filter Download

Added: June 08, 2013 | Visits: 556

Easy Filter Applet Script Easy Filter Applet is a generic filter that allows people like students, scientists, engineers, ... in "image processing" to show their work in a web interface. It's not a static GUI !! -Users can interact with filter's parameters in real time !!The Applet is easy to set up. It allows as many... Platforms: Java

License: Freeware Size: 307.2 KB Download (49): Easy Filter Applet Script Download

Added: August 07, 2013 | Visits: 638

Url Rewrite Filter It will allow the webmaster to control the rewrite of URLs before the page is loaded.UrlRewriteFilter uses an xml file for configuration. Most parameters can be Perl5 style Regular Expressions or Wildcard Expressions.Here are some key features of "Url Rewrite Filter":dlTE URL Tidyness / URL... Platforms: Java

License: Freeware Size: 133.12 KB Download (48): Url Rewrite Filter Download

Added: September 14, 2013 | Visits: 813

HTML Table Filter Generator This script adds to any html table a "filter by column" feature that enables users to filter and limit the data displayed within a long table. It even works on tables with uneven rows.The script automatically adds a filter grid bar at the top of the desired table. Users can use the following... Platforms: JavaScript

License: Freeware Size: 51.2 KB Download (54): HTML Table Filter Generator Download

Added: April 25, 2013 | Visits: 442

Money Filter This script removes the dollar sign ($) and commas (,) from a a text box. It is useful if you require input of only numbers. You may also modify the script to filter out whatever characters you want. Platforms: JavaScript

License: Freeware Size: 10 KB Download (47): Money Filter Download

Added: July 31, 2013 | Visits: 436

SAW Correlator Filter Simulation Tools This package contrasts and compares the response of SAW correlators to user-specified BPSK codes based upon finger number, carrier frequency, temperature differences, frequency shifts, and substrate. Also included is a SAW filter design module and basic multistrip coupler design module. Platforms: Matlab

License: Freeware Size: 102.4 KB Download (55): SAW Correlator Filter Simulation Tools Download

Added: May 14, 2013 | Visits: 313

Graphical convolution animation Shows graphically the various stages of discrete convolution for any two 1-D signals.This is for educational purposes really so the screens are optimized for signals of a few samples. Between two stages the figure pauses and requires the user to strike a key to continue. This should allow... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Graphical convolution animation Download

Added: July 06, 2013 | Visits: 587

1D Gaussian lowpass filter This function returns coefficients of Gaussian lowpass filter.Advantages of Gaussian filter: no ringing or overshoot in time domain.Diasadvantage: slow rolloff in frequency domain.Pass SR=sampling rate, fco=cutoff freq, both in Hz, to the function.Coefficients for FIR filter of length L (L always... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): 1D Gaussian lowpass filter Download

Simulating CIC filtering/decimation without the Filter Design Toolbox Recently needed to see the effects of a CIC decimating filter but realized that with my new license of Matlab, I did not have access to the Filter Design Toolbox. This is a quick attempt at a simulation to re-create the effects of CIC-decimation but without the fixed-point access to the... Platforms: Matlab


Added: May 13, 2013 | Visits: 436

Kalman Filter Tutorial This is a simple demo of a Kalman filter for a sinus wave, it is very commented and is a good approach to start when learning the capabilities of it. Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Kalman Filter Tutorial Download

Added: July 13, 2013 | Visits: 409

DIGITAL FILTER GUI DIGITAL FILTER GUI.For more information, visit: http://www.matpic.com Platforms: Matlab

License: Freeware Size: 890.88 KB Download (40): DIGITAL FILTER GUI Download

Added: August 13, 2013 | Visits: 584

CONVOLUTION IN MATLAB WITHOUT USING conv(x,h) A GENERALAZED CONVOLUTION COMPUTING CODE IN MATLAB WITHOUT USING MATLAB BUILTIN FUNCTION conv(x,h) Platforms: Matlab

License: Freeware Size: 10 KB Download (54): CONVOLUTION IN MATLAB WITHOUT USING conv(x,h) Download

H-infinity optimal causal IIR inverse filter for the cubic spline Computes the H-infinity optimal causal filter (indirect B-spline filter) for the cubic spline.[INPUT]d: delay[OUTPUT]psi: the optimal filter psi(z) in a TF objectgopt: optimal valueThis file is based on the following paper:M. Nagahara and Y. Yamamoto,H-infinity optimal approxmation for causal... Platforms: Matlab


Added: September 11, 2013 | Visits: 568

Digital implementation of RC low pass filter Derives the transfer function for digital implementation of a first order RC low pass filter and plots the step and frequency response.For details, refer to the post:http://www.dsplog.com/2007/12/02/digital-i...ow-pass-filter/ Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Digital implementation of RC low pass filter Download

Added: July 31, 2013 | Visits: 504

Kalman filter(fixed point version) In this implementation of tracking a ball, we will track a live ball using Kalman filter. The tracking will switch to autorun mode when the sight of the ball is lost and Kalman will estimate the motion based on it's previous statesThere are two models. One model is a simple simulation of the... Platforms: Matlab

License: Freeware Size: 307.2 KB Download (44): Kalman filter(fixed point version) Download

Added: August 15, 2013 | Visits: 508

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 09, 2013 | Visits: 443

movave Very efficient moving average filter implemented using convolution.Usage:Smoothed Data = movave(Data Vector, Averaging Window Size in Samples)See also: slidefilter.m by the same author Platforms: Matlab

License: Freeware Size: 10 KB Download (45): movave Download

< 1 2 3 4 5