代码搜索:Sampling

找到约 3,969 项符合「Sampling」的源代码

代码结果 3,969
www.eeworm.com/read/390411/8466487

m adsgn.m

function [B,A] = adsgn(Fs); % ADSGN Design of a A-weighting filter. % [B,A] = ADSGN(Fs) designs a digital A-weighting filter for % sampling frequency Fs. Usage: Y = FILTER(B,A,X). % Warni
www.eeworm.com/read/390411/8466494

m cdsgn.m

function [B,A] = cdsgn(Fs); % CDSGN Design of a A-weighting filter. % [B,A] = CDSGN(Fs) designs a digital A-weighting filter for % sampling frequency Fs. Usage: Y = FILTER(B,A,X). % Warni
www.eeworm.com/read/431628/8664552

m ip_07_01.m

% MATLAB script for Illustrated Problem 7.1. echo on T=1; delta_T=T/200; % sampling interval alpha=0.5; % rolloff factor fc=40/T; % carrier frequency A_m=1;
www.eeworm.com/read/431626/8664614

m ip_06_03.m

% MATLAB script for Illustrative Problem 6.3. echo on f_cutoff=2000; % the desired cutoff frequency f_stopband=2500; % the actual stopband frequency fs=10000; % the sampling frequency f1=
www.eeworm.com/read/187078/8858541

m fashe.m

function fasheji Pow = -30; % Average transmitted power (dBm) fc = 50e9; % sampling frequency numbits = 8; % number of bits generated by the source Ts =30e-9; Nh = 15;
www.eeworm.com/read/187074/8858646

m fashejiboxing.m

function asdas Pow = -30; % Average transmitted power (dBm) fc = 50e9; % sampling frequency numbits = 4; % number of bits generated by the source Ts =5e-9; % frame time
www.eeworm.com/read/378032/9253502

m fidelity_error.m

function fidelity_error(freq,Ny_multiple); % fidelity_error(freq,Ny_multiple); % % This script demonstrates how sampling faster than the Nyquist % frequency forces amplitude modulation for all sample
www.eeworm.com/read/177674/9442398

m hmc.m

function [samples, energies, diagn] = hmc(f, x, options, gradf, varargin) %HMC Hybrid Monte Carlo sampling. % % Description % SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo % algorithm
www.eeworm.com/read/177674/9442593

m demmet1.m

function demmet1(plot_wait) %DEMMET1 Demonstrate Markov Chain Monte Carlo sampling on a Gaussian. % % Description % The problem consists of generating data from a Gaussian in two % dimensions using a
www.eeworm.com/read/176823/9483105

m hmc.m

function [samples, energies, diagn] = hmc(f, x, options, gradf, varargin) %HMC Hybrid Monte Carlo sampling. % % Description % SAMPLES = HMC(F, X, OPTIONS, GRADF) uses a hybrid Monte Carlo % algorithm