Polynomial Multiplication of Bilinear Transform Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: mBilinear.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Steven Huang (View more)

Polynomial Multiplication of Bilinear Transform script description:




Publisher review:
Polynomial Multiplication of Bilinear Transform uses polynomial multiplication (convolution indeed) to implement bilinear transform Use polynomial multiplication to computer bilinear transform the input is H(s) in decending order polynomial the output is H(z) in decending order polynomialUsage : [c,d] = mBilinear(a,b,Fs);with a: vector in decending order of H(s) numeratorb: vector in decending order of H(s) denumeratorc: H(z) numerator in decending order d: H(z) denumerator in decending orderFs: sampling frequencyNote: vector a and b must have the same length. The highest order of H(z)'s numerator and denumerator are scaled to be 1. This is different to Matlab's bilinear function. For example:[c,d] = mBilinear([0 1 1],[1 0 1],1) will returnc = [1.0000 0.6667 -0.3333] and d = [1.0000 -1.2000 1.0000]while using Matlab's bilinear function, [p,q ] = bilinear([0 1 1],[1 0 1],1) will returnp = [0.6000 0.4000 -0.2000] and q = [1.0000 -1.2000 1.0000]It is obvious that c = p/p(1);An C-version bilinear transform is also available. Requirements: ยท MATLAB Release: R13
Polynomial Multiplication of Bilinear Transform is a Matlab script for Signal Processing scripts design by Steven Huang. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
Polynomial Multiplication of Bilinear Transform uses polynomial multiplication (convolution indeed) to implement bilinear transform

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5