代码搜索:Realization

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

代码结果 607
www.eeworm.com/read/131520/14142249

m bdrwinfo.m

function dr = bdrwinfo(dx,Ny) % bdrwinfo(dx,Ny) % bdrwinfo.m button INFO % % 8:56PM 9/16/99 % % Drawing Digital Filter Realizations % % Authors: Miroslav D. Lutovac, Dejan
www.eeworm.com/read/131520/14142658

m bdrwinfo.m

function dr = bdrwinfo(dx,Ny) % bdrwinfo(dx,Ny) % bdrwinfo.m button INFO % % 8:56PM 9/16/99 % % Drawing Digital Filter Realizations % % Authors: Miroslav D. Lutovac, Dejan
www.eeworm.com/read/231449/14233592

m program_08_03.m

% Program 8_3 % Illustration of Cascade Realization of IIR Filters % and Structure Verification % format long x = [1 zeros(1,6)]; b1 = 0.0662272*[1 1]; a1 = [1 -0.2593284]; y1 = filter(b1,a1,x
www.eeworm.com/read/231449/14233643

m program_08_04.m

% Program 8_4 % Illustration of Lowpass Filtering % Using the Cascade Realization % k = 1:51; w1 = 0.8*pi;w2 = 0.1*pi; A = 1.5;B = 2.0; x1 = A*cos(w1*(k-1)); x2 = B*cos(w2*(k-1)); x = x1+x2;
www.eeworm.com/read/115324/15018110

txt info.txt

Hi, this is my first experience in game development - the realtime strategy. I have some new ideas about sprite isometric engine. What you see is realization of them. Keys: shift + m
www.eeworm.com/read/115324/15018149

txt info.txt

Hi, this is my first experience in game development - the realtime strategy. I have some new ideas about sprite isometric engine. What you see is realization of them. Keys: shift + m
www.eeworm.com/read/215497/15059489

m program_11_3.m

% Program 11_3 % Illustration of Cascade Realization of IIR Filters % and Structure Verification % format long x = [1 zeros(1,6)]; b1 = 0.0662272*[1 1]; a1 = [1 -0.2593284]; y1 = filter(b1,a1,
www.eeworm.com/read/215497/15059665

m program_11_3.m

% Program 11_3 % Illustration of Cascade Realization of IIR Filters % and Structure Verification % format long x = [1 zeros(1,6)]; b1 = 0.0662272*[1 1]; a1 = [1 -0.2593284]; y1 = filter(b1,a1,
www.eeworm.com/read/334931/12561311

m program_11_3.m

% Program 11_3 % Illustration of Cascade Realization of IIR Filters % and Structure Verification % format long x = [1 zeros(1,6)]; b1 = 0.0662272*[1 1]; a1 = [1 -0.2593284]; y1 = filter(b1,a1,
www.eeworm.com/read/334931/12561580

m program_11_3.m

% Program 11_3 % Illustration of Cascade Realization of IIR Filters % and Structure Verification % format long x = [1 zeros(1,6)]; b1 = 0.0662272*[1 1]; a1 = [1 -0.2593284]; y1 = filter(b1,a1,