代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/199774/7823220
m program_10_2.m
% Program 10_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
N = input('Output length = ');
M = input('Down-sampling Factor = ');
fo = input('Input signal frequency = ');
% Genera
www.eeworm.com/read/321160/13411491
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
echo on
df=0.01; % Freq. resolution
fs=5; % Sampling frequency
ts=1/fs; % Sampling interval
t=[-5:ts:5];
www.eeworm.com/read/313956/13577966
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
echo on
df=0.01; % Freq. resolution
fs=5; % Sampling frequency
ts=1/fs; % Sampling interval
t=[-5:ts:5
www.eeworm.com/read/312587/13608649
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
echo on
df=0.01; % Freq. resolution
fs=5; % Sampling frequency
ts=1/fs; % Sampling interval
t=[-5:ts:5
www.eeworm.com/read/488224/6498580
m program_13_2.m
% Program 13_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
N = input('Output length = ');
M = input('Down-sampling Factor = ');
fo = input('Input signal frequency = ');
% Genera
www.eeworm.com/read/158463/11612865
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
echo on
df=0.01; % Freq. resolution
fs=5; % Sampling frequency
ts=1/fs; % Sampling interval
t=[-5:ts:5];
www.eeworm.com/read/254742/12121057
m program_13_2.m
% Program 13_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
N = input('Output length = ');
M = input('Down-sampling Factor = ');
fo = input('Input signal frequency = ');
% Genera
www.eeworm.com/read/231449/14233552
m program_10_2.m
% Program 10_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
N = input('Output length = ');
M = input('Down-sampling Factor = ');
fo = input('Input signal frequency = ');
% Genera
www.eeworm.com/read/228533/14380252
c fasjittr.c
/*
* Efficient Generation of Sampling Jitter Using Look-up Tables
* by Joseph M. Cychosz
* from "Graphics Gems", Academic Press, 1990
*/
/* Jitter.c - Sampling jitter generation routines.
www.eeworm.com/read/173140/9670780
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
echo on
df=0.01; % Freq. resolution
fs=5; % Sampling frequency
ts=1/fs; % Sampling interval
t=[-5:ts:5];