代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/416230/11037425
m program_13_3.m
% Program 13_3
% Effect of Up-Sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.45 0.5 1];
mag = [0 1 0 0];
x = fir2(99, freq, mag);
% Evaluate and p
www.eeworm.com/read/199778/7823019
m program_10_3.m
% Program 10_3
% Effect of Up-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.45 0.5 1];
mag = [0 1 0 0];
x = fir2(99, freq, mag);
% Evaluate and p
www.eeworm.com/read/199774/7823295
m program_10_3.m
% Program 10_3
% Effect of Up-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.45 0.5 1];
mag = [0 1 0 0];
x = fir2(99, freq, mag);
% Evaluate and p
www.eeworm.com/read/307765/13715415
m bpiir3cheb1.m
clc;
Fs=8000; % Sampling frequency 8 kHz
Fls=270;
Flp=280;
Fup=320;
Fus=330;
Wp=[2*Flp/Fs,2*Fup/Fs]; % Normalized passband edge frequency
Ws=[2*Fls/Fs,2*Fus/Fs]; % Normalized stopband edge f
www.eeworm.com/read/307765/13715416
m bpiir3ellip.m
clc;
Fs=8000; % Sampling frequency 8 kHz
Fls=270;
Flp=280;
Fup=320;
Fus=330;
Wp=[2*Flp/Fs,2*Fup/Fs]; % Normalized passband edge frequency
Ws=[2*Fls/Fs,2*Fus/Fs]; % Normalized stopband edge f
www.eeworm.com/read/307765/13715417
m bpiir2butter.m
clc;
Fs=8000; % Sampling frequency 8 kHz
Fls=250;
Flp=280;
Fup=320;
Fus=350;
Wp=[2*Flp/Fs,2*Fup/Fs]; % Normalized passband edge frequency
Ws=[2*Fls/Fs,2*Fus/Fs]; % Normalized stopband edge f
www.eeworm.com/read/307765/13715418
m bpiir3cheb2.m
clc;
Fs=8000; % Sampling frequency 8 kHz
Fls=270;
Flp=280;
Fup=320;
Fus=330;
Wp=[2*Flp/Fs,2*Fup/Fs]; % Normalized passband edge frequency
Ws=[2*Fls/Fs,2*Fus/Fs]; % Normalized stopband edge f
www.eeworm.com/read/257423/6356458
m c10ex1.m
% Plots of errors in computing the DFT - Example 10-1
%
clf
T = input('Enter the time window width ');
Tss = input('Enter the largest time sampling interval ');
for k = 1:3
k_even = 2*k;
k_odd = 2*k-1
www.eeworm.com/read/488224/6498587
m program_13_3.m
% Program 13_3
% Effect of Up-Sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.45 0.5 1];
mag = [0 1 0 0];
x = fir2(99, freq, mag);
% Evaluate and p