代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/387887/8649393
m p10_6.m
% Program P10_6
% Illustration of Interpolation Process
%
clf;
L = input('Up-sampling factor = ');
% Generate the input sequence
n = 0:49;
x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n);
% Generate
www.eeworm.com/read/387887/8649579
m p8_3.m
% Program P8_3
% Illustration of Filtering by an IIR Filter
%
clf;
% Generate the input sequence
k = 0:50;
w2 = 0.7*pi;w1 = 0.2*pi;
x1 = 1.5*cos(w1*k); x2 = 2*cos(w2*k);
x = x1+x2;
% Determin
www.eeworm.com/read/429849/8785837
v mealy.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company : ITU
// Student Name: Selcuk ilke
// Student ID : 040040306
// Create
www.eeworm.com/read/186987/8886035
m p10_6.m
% Program P10_6
% Illustration of Interpolation Process
%
clf;
L = input('Up-sampling factor = ');
% Generate the input sequence
n = 0:49;
x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n);
% Generate the int
www.eeworm.com/read/186987/8886235
m p8_3.m
% Program P8_3
% Illustration of Filtering by an IIR Filter
%
clf;
% Generate the input sequence
k = 0:50;
w2 = 0.7*pi;w1 = 0.2*pi;
x1 = 1.5*cos(w1*k); x2 = 2*cos(w2*k);
x = x1+x2;
% Determine the fil
www.eeworm.com/read/180485/9305496
m program_08_06.m
% Program 8_6
% Illustration of Filtering by a Lowpass FIR Filter
%
% Determine the FIR filter coefficients
f = [0 0.3 0.5 1];
m = [1 1 0 0];
num = remez(9,f,m);
% Generate the input sequence
www.eeworm.com/read/167781/9952846
m program_08_06.m
% Program 8_6
% Illustration of Filtering by a Lowpass FIR Filter
%
% Determine the FIR filter coefficients
f = [0 0.3 0.5 1];
m = [1 1 0 0];
num = remez(9,f,m);
% Generate the input sequence
www.eeworm.com/read/165851/10049112
m program_08_06.m
% Program 8_6
% Illustration of Filtering by a Lowpass FIR Filter
%
% Determine the FIR filter coefficients
f = [0 0.3 0.5 1];
m = [1 1 0 0];
num = remez(9,f,m);
% Generate the input sequence
www.eeworm.com/read/163777/10145814
m program_8_6.m
% Program 8_6
% Illustration of Filtering by a Lowpass FIR Filter
%
% Determine the FIR filter coefficients
f = [0 0.3 0.5 1];
m = [1 1 0 0];
num = remez(9,f,m);
% Generate the input sequence
www.eeworm.com/read/357506/10208389
m program_11_6.m
% Program 11_6
% Illustration of Filtering by a Lowpass FIR Filter
%
% Determine the FIR filter coefficients
f = [0 0.3 0.5 1];
m = [1 1 0 0];
num = remez(9,f,m);
% Generate the input sequenc