代码搜索:z-transform
找到约 166 项符合「z-transform」的源代码
代码结果 166
www.eeworm.com/read/334931/12561274
m program_6_6.m
% Program 6_6
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients
% to be computed
N = input('Type in the length of output vector = ');
www.eeworm.com/read/334931/12561284
m program_6_5.m
% Program 6_5
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients to be computed
L = input('Type in the length of output vector = ');
% R
www.eeworm.com/read/334931/12561533
m program_6_6.m
% Program 6_6
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients
% to be computed
N = input('Type in the length of output vector = ');
www.eeworm.com/read/334931/12561545
m program_6_5.m
% Program 6_5
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients to be computed
L = input('Type in the length of output vector = ');
% R
www.eeworm.com/read/159709/10621163
txt readme.txt
功能:
对输入的一有理Z变换表达式(输入分子和分母系数序列),分别画出:
(1)零极点图
(2)z在单位圆上时z变换所对应的DTFT的幅度谱和相位谱
(3)逆z变换所得序列,在各种不同的收敛域下
1. Structure of the program:
程序入口与界面控制在 Homework3.m 与 Homework3.fig中,其中也包含了计算与画图的代码
...
www.eeworm.com/read/108859/15574052
m examp59.m
clc,echo on
%EXAMPLE 59
X=[4, 0.5, 0, 0, 0, 0; 3, 2, 1, 0, 0, 0]; % Input matrix
[n, d]=ztr(X); % Find z-transform
x=izt('tf', n, d,0) % In
www.eeworm.com/read/108859/15574066
m examp64.m
clc,echo on
%EXAMPLE 64
S=2; % Sampling frequency
[N1, D1]=s2zmatch(1,[1 1],S,'0',0); % Matched z-transform
[N2, D2]=s2zinvar(1,[1 1],S,'i',0); % Impu
www.eeworm.com/read/429455/8807816
m e6422exer1.m
%
% **** Some MATLAB routines for E6422 - Adaptive SP ****
%
%
clear all;
% ----- Example 1: 16 point FIR filter (e.g. in Figure 2.1(a)) ---------
%
firco = [-0.0031 0.0014 0.0134 0.
www.eeworm.com/read/176500/9495681
m prog4d1.m
%
% m-file to compute the first 5 values of the
% inverse z-transform using the power series method
% (Program 4D.1, p235; program name: prog4d1.m)
%
n = 5; % number of power series points
www.eeworm.com/read/176500/9495691
m ex4d2.m
%
% Program 4D.1 (m-file to compute the first 5 values of the
% inverse z-transform using the power series method (ex4d2.m)
%
n = 5; % number of power series points
N1 = [1 -1.122346 1]; D1