代码搜索:Realization

找到约 607 项符合「Realization」的源代码

代码结果 607
www.eeworm.com/read/299916/3849364

m parfiltr.m

function y = parfiltr(C,B,A,x); % PARALLEL form realization of IIR filters % ---------------------------------------- % [y] = parfiltr(C,B,A,x); % y = output sequence % C = polynomial (FIR) pa
www.eeworm.com/read/299916/3849531

m ladrfilt.m

function [y] = ladrfilt(K,C,x) % LATTICE/LADDER form realization of IIR filters % ---------------------------------------------- % [y] = ladrfilt(K,C,x) % y = output sequence % K = LATTICE (refle
www.eeworm.com/read/299916/3849556

m parfiltr.m

function y = parfiltr(C,B,A,x); % PARALLEL form realization of IIR filters % ---------------------------------------- % [y] = parfiltr(C,B,A,x); % y = output sequence % C = polynomial (FIR) pa
www.eeworm.com/read/403017/2316540

m program_8_5.m

% Program 8_5 % Realization of Gray-Markel Cascaded Lattice Structure % % den is the denominator coefficient vector % num is the numerator coefficient vector % k is the lattice parameter vector
www.eeworm.com/read/368020/9719281

m ising2.m

%Realization of Binary Markov Random Field by Metropolis clear all close all %-----------------figure defaults disp('Ising by Metropolis') lw = 2; set(0, 'DefaultAxesFontSize', 16); fs = 1
www.eeworm.com/read/368020/9719283

m ising4.m

%Realization of Anisotropic Binary Markov Random Field clear all close all %-----------------figure defaults disp('Unisotripic Ising by Gibbs') lw = 2; set(0, 'DefaultAxesFontSize', 16); f
www.eeworm.com/read/334931/12561387

m program_8_5.m

% Program 8_5 % Realization of Gray-Markel Cascaded Lattice Structure % % den is the denominator coefficient vector % num is the numerator coefficient vector % k is the lattice parameter vector
www.eeworm.com/read/334931/12561750

m program_8_5.m

% Program 8_5 % Realization of Gray-Markel Cascaded Lattice Structure % % den is the denominator coefficient vector % num is the numerator coefficient vector % k is the lattice parameter vector
www.eeworm.com/read/134087/14008789

c ccan.c

/* ccan.c - circular buffer implementation of canonical realization */ void wrap(); /* defined in \ref{hardware.sec} */ double ccan(M, a, b, w, p, x) /* usag
www.eeworm.com/read/134087/14008906

c ccan1.c

/* ccan.c - circular buffer implementation of canonical realization */ void wrap(); /* defined in \ref{hardware.sec} */ double ccan(M, a, b, w, p, x) /* usag