代码搜索:Realization

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

代码结果 607
www.eeworm.com/read/209919/4955985

m latcfilt.m

function [y] = latcfilt(K,x) % LATTICE form realization of FIR filters % --------------------------------------- % y = latcfilt(K,x) % y = output sequence % K = LATTICE filter (reflection) co
www.eeworm.com/read/312371/3672621

m latcfilt.m

function [y] = latcfilt(K,x) % LATTICE form realization of FIR filters % --------------------------------------- % y = latcfilt(K,x) % y = output sequence % K = LATTICE filter (reflection) co
www.eeworm.com/read/300555/3846140

java consoleappender.java

package cn.edu.nju.software.sd.cll; /** * ConsoleAppender, implements appender * something like the realization of the observer in the observer pattern * @author SuSE * */ public class C
www.eeworm.com/read/299916/3849366

m latcfilt.m

function [y] = latcfilt(K,x) % LATTICE form realization of FIR filters % --------------------------------------- % y = latcfilt(K,x) % y = output sequence % K = LATTICE filter (reflection) co
www.eeworm.com/read/299916/3849558

m latcfilt.m

function [y] = latcfilt(K,x) % LATTICE form realization of FIR filters % --------------------------------------- % y = latcfilt(K,x) % y = output sequence % K = LATTICE filter (reflection) co
www.eeworm.com/read/428608/8856216

m ladrfilt.m

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

m ladrfilt.m

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

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/357136/10215699

m ladrfilt.m

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

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