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

ButterParam 1.0

  Date Added: June 23, 2013  |  Visits: 421

ButterParam

Report Broken Link
Printer Friendly Version


Product Homepage
Download (47 downloads)



ButterParam - Fast parameters for a digital Butterworth filterThe calculation of filter parameters with BUTTER is expensive. Therefore ButterParam stores calculated parameters in a lookup-table to accelerate repeated calls with the same input.Example: x = rand(10000, 1); % test data [B, A] = butter(3, 0.6); y = filter(B, A, x);The relation of the processing times is: BUTTER=68% / FILTER=32%!With [B, A] = ButterParam(3, 0.6) we get: ButterParam=14% / FILTER = 86%, and the both calls together use 35% of the version with BUTTER.Input and output equal the BUTTER command of the Signal-Processing-Toolboxwhen used with 3 inputs and 2 outputs:[B, A] = ButterParam(N, Wn, Pass)INPUT: N: Order of the filter. Wn: Cutoff frequency, scalar or [1x2]. Pass: Optional, 'low', 'high', 'bandpass', 'stop'. OUTPUT: B, A: Coefficients for FILTER.

Requirements: No special requirements
Platforms: Matlab
Keyword: Bandpass Butterinput Butterparam Butterparamn Coefficients Command Equal Filter High Inputs Low Optional Output Outputsb Passinput Signalprocessingtoolboxwhen Stop Version
Users rating: 0/10

License: Freeware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


BUTTERPARAM RELATED
Libraries  -  SVK::Log::Filter::Mndrix 0.0.3
SVK::Log::Filter::Mndrix - my pretty-ish output format. SYNOPSIS > svk log --output mndrix -l3 -q 4353 mndrix 3-Aug-2006 Refactor log filters for a cleaner implementation 4351 glasser 2-Aug-2006 In SVK::Root::Checkout, add a list of...
6.14 KB  
Shell & Desktop  -  d command 5.4
The d command runs a command in the background and redirects its output to a file. The output file is annotated with start and end time, the actual command used, cwd, host, etc. You can ask the d command to extract the last command from the...
8.19 KB  
Utilities  -  pyCLiFF 0.1
pyCLiFF is a simple utility designed to remove the boilerplate and annoyances from command line filters. In *nix there is a tradition of using pipes to connact many programs together when processing data. The programs are usually very...
61.44 KB  
Utilities  -  Alert Manager 1.0-RC5
Alert Manager was created to run an alert command, monitor the status of that commands output, and guarantee that if something goes wrong it wont go unnoticed. Alert Manager has been successfully deployed in several fortune 500 companies...
16.38 KB  
Science  -  FluxY 1.0
FluxY is a command line based high-throughput processing tool set for stable isotope labelled mass spectral data used for metabolic flux analysis. To get started simply download and unzip the FluxY.zip file and follow the getting started document...
856.35 KB  
Communication  -  1D Gaussian lowpass filter 1.0
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...
10 KB  
Communication  -  Digital Resistor-Capacitor (RC) Filter 1.0
Returns equivalent IIR coefficients for an analog RC filterUsage: [B,A] = RC_FILTER(r, c, fs, type); R is the resistance value (in ohms) C is the capacitance value (in farrads) FS is the digital sample rate (in Hz) type is a character string...
10 KB  
Development Tools  -  routh stability table generator 1.0
It gets command line inputs from user about highest power and coefficients of characteristic equation and generates the table.It also comments on the stability of the system.
10 KB  
Finance  -  Digital Inputs Filter 3.7.4 B1130
The filter module "Digital inputs filter" for our data loggers (for example, Accurate Printer Monitor ) is an additional module that provides a method to exclude less significant data records from the final data export. The module works with...
 
Finance  -  Digital Inputs Filter 3.7.6 Build 214
The filter module "Digital inputs filter" for our data loggers (for example, Accurate Printer Monitor ) is an additional module that provides a method to exclude less significant data records from the final data export. The module works with...
 
NEW DOWNLOADS IN SCRIPTS, COMMUNICATION
Scripts  -  Free Ecommerce website creator 1.2
Free Ecommerce website creator is a free PHP shop creating script. This allows you to put a online shop on your own website. Create your own free ecommerce website for Your Business. Create an online shop using easyGUI online shop creator. The...
1.44 KB  
Scripts  -  MochiGames PHP Script ZDR 1.00
MochiGames PHP Script ZDR is web site, ready for use, for flash games. These flash games are downloaded automatically by "MochiGames PHP Script ZDR" from MochiGames media. The use of the games is free, you can use your own Mochi Publisher ID and...
368.54 KB  
Scripts  -  Php Chat 2.0
Add a free php site, single sign-on and multiple skins, 100% free 1. Server Modes: The chat server has paid mode and free mode. If the free chat mode, a free chat room will be assigned to your website with your domain as the room name. 2....
938.87 KB  
Scripts  -  Nibbleblog 3.0.1
Nibbleblog it's a powerful engine for creation and manipulation of BLOG's completely free. Very simple to install and configure (Only 1 step). The database used is based on XML files and this way it is not necessary to use MySQL or similar DBMS....
371.09 KB  
Scripts  -  PHP File Manager | CloudOsys 2.9b8
CloudOsys is a PHP file manager, a tool that allows your visitors upload files such as media content directly to your website. Your visitors will upload files directly to your website, where they can share and comment on them. Through cloud...
1.41 MB  
Communication  -  Contact Form Script 1
This PHP script is a fully functioning contact form which can be easily installed on your own website. It enables users to contact you directly by filling out the form. The PHP script is completely FREE to use, and none of the code is encoded...
19 KB  
Communication  -  Ethernet Source with SimEvents 1.1
When audio or video is transmitted over an Ethernet network, the data is usually transmitted in bursts of packets with long idle times in between bursts. SimEvents is a good tool for modeling those types of sources and studying the effects of...
2.8 MB  
Communication  -  Autocorrelation and Crosscorrelation function of gold sequence 1.0
This m-file finds and plots the autocorrelation and crosscorrelation function(ACF and CCF) of generated Gold codes of length 31.Crosscorrelations are three valued.
10 KB  
Communication  -  Zoom Spectrum 1.0
This function returns N point DFT samples of 2dw band of Fourier transform of a sequence. Typically, fft() returns N samples of Fourier transform ranging from 0 to 2pi. This function takes the N-point DFT samples and returns N-point samples...
10 KB  
Communication  -  BER of BPSK DS-SS System 1.0
This m-file finds the bit error rate performance of BPSK DS-SS system over (i) AWGN channel and (ii) Slow Rayleigh fading channel corrupted by AWGN. Compare the performance with simple BPSK system.In this simulation I have used two functions.So to...
10 KB