代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/187078/8858553
asv fashe.asv
function THfasheji=fashe()
Pow = -30; % Average transmitted power (dBm)
fc = 50e9; % sampling frequency
numbits = 4; % number of bits generated by the source
Ts =5e-9;
Nh = 3;
www.eeworm.com/read/187078/8858561
asv gonglvpu.asv
function THfasheji=fashe()
Pow = -30; % Average transmitted power (dBm)
fc = 50e9; % sampling frequency
numbits = 2; % number of bits generated by the source
Ts =5e-9;
Nh = 3;
www.eeworm.com/read/187078/8858565
m gonglvpu.m
function THfasheji=fashe()
Pow = -30; % Average transmitted power (dBm)
fc = 50e9; % sampling frequency
numbits = 2; % number of bits generated by the source
Ts =5e-9;
Nh = 3;
www.eeworm.com/read/187078/8858570
m thfasheji.m
function THfasheji=fashe()
Pow = -30; % Average transmitted power (dBm)
fc = 50e9; % sampling frequency
numbits = 4; % number of bits generated by the source
Ts =5e-9;
Nh = 2;
www.eeworm.com/read/381211/9104209
m integral.m
function y=integral(x,fs)
% y=integral(x,fs)
%
% y =frequency-domain integration of x
% in a column vector or array of column vectors.
% fs =sampling frequency (samples/s).
% Unlike other me
www.eeworm.com/read/374411/9407021
m demo_kde_3.m
% Simple Example #3 -- products of gaussian mixtures
%
%
fprintf('KDE Example #3 : Product sampling methods (single, anecdotal run)\n');
rand('state',0);
randn('state',0);
p = kde([.1,.45,.55,
www.eeworm.com/read/176500/9495685
m prog7b3.m
%
% Program name - prog7b3.m, p446
% m-file for calculating optimal FIR filter coefficients and
% plotting frequency response
%
Fs=10000; % Sampling frequency
N=41; % Filter
www.eeworm.com/read/176500/9495702
m prog82.m
%
% Program 8.2, p511. m-file for the design of the
% impulse invariant filter (Example 8.19)
% program name: prog82.m
%
Fs=1000; % sampling frequency
fc=300; % cutoff frequency
WC
www.eeworm.com/read/176500/9495738
m remez1.m
%
% Program name - REMEZ1.m
%
Fs=15000; % sampling frequency
N=41; % Filter length
WT=[10 3 10]; % Weights of the deviations in the bands
Hd=[0 0 1 1 0 0]; % Desir
www.eeworm.com/read/168454/9912379
m prog7b3.m
%
% Program name - prog7b3.m, p446
% m-file for calculating optimal FIR filter coefficients and
% plotting frequency response
%
Fs=10000; % Sampling frequency
N=41; % Filter