代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/370636/9589434
m test_image.m
% test for image transformation
name = 'barb';
n = 128;
M = load_image(name, n);
% find sampling location for an image
[Y,X] = meshgrid(1:n,1:n);
pos = [X(:),Y(:)]';
% perform the tr
www.eeworm.com/read/173140/9670683
m ip_06_03.m
% MATLAB script for Illustrative Problem 3, Chapter 6.
echo on
f_cutoff=2000; % the desired cut-off frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling frequenc
www.eeworm.com/read/268231/11148843
m ip_06_03.m
% MATLAB script for Illustrative Problem 3, Chapter 6.
echo on
f_cutoff=2000; % the desired cut-off frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling frequenc
www.eeworm.com/read/147096/12584905
m ip_07_01.m
% MATLAB script for Illustrated Problem 1, Chapter 7.
echo on
T=1;
delta_T=T/200; % sampling interval
alpha=0.5; % roll-off factor
fc=40/T; % carrier frequen
www.eeworm.com/read/147096/12586858
m ip_06_03.m
% MATLAB script for Illustrative Problem 3, Chapter 6.
echo on
f_cutoff=2000; % the desired cut-off frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling freq
www.eeworm.com/read/238219/13902178
m generate1.m
% GENERATE 2D Pierson-Moskowitz Distribution
% Parameters
clear;
NX=512; % number in x direction
NY=512; % number in y direction
avg_x=0.1; % sampling size in x
avg_
www.eeworm.com/read/300562/13905474
m ip_06_03.m
% MATLAB script for Illustrative Problem 3, Chapter 6.
echo on
f_cutoff=2000; % the desired cut-off frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling frequenc
www.eeworm.com/read/300086/13936799
m ip_07_01.m
% MATLAB script for Illustrated Problem 1, Chapter 7.
echo on
T=1;
delta_T=T/200; % sampling interval
alpha=0.5; % roll-off factor
fc=40/T; % carrier frequen
www.eeworm.com/read/300086/13936874
m ip_06_03.m
% MATLAB script for Illustrative Problem 3, Chapter 6.
echo on
f_cutoff=2000; % the desired cut-off frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling freq
www.eeworm.com/read/132953/14065186
m ip_06_03.m
% MATLAB script for Illustrative Problem 3, Chapter 6.
echo on
f_cutoff=2000; % the desired cut-off frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling frequenc