代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/286640/8752705
m cp0202_2pam_ds.m
%
% FUNCTION 2.8 : "cp0202_2PAM_DS"
%
% Introduces the DS code given by 'DScode'
% and implements binary PAM modulation
% 'seq' is the input binary stream
% 'fc' is the sampling frequency for th
www.eeworm.com/read/286640/8752852
m cp0402_2pam_th.m
%
% FUNCTION 4.1 : "cp0402_2PAM_TH"
%
% Introduces the DS code given by 'DScode'
% and implements binary PAM modulation
% 'seq' is the input binary stream
% 'fc' is the sampling frequency for th
www.eeworm.com/read/286640/8752923
m cp0201_2ppm_th.m
%
% FUNCTION 2.4 : "cp0201_2PPM_TH"
%
% Introduces the TH code given by 'THcode'
% and implements binary PPM modulation
% 'seq' is the input binary stream
% 'fc' is the sampling frequency for th
www.eeworm.com/read/428155/8889590
m pamsignalspectrumcalculation.m
% Calculation of PAM Signal Spectrum
echo on
T=1; % symbol duration
delta_T=T/200; % sampling interval
alpha=0.5; % roll-off factor
fc=40/T;
www.eeworm.com/read/180485/9305535
m program_8_10.m
% Program 8_10
% Spectral Analysis Using the DFT
%
N = input('Type in the length of DFT = ');
T = input('Type in the sampling period = ');
freq = input('Type in the sinusoid's frequency = ');
k
www.eeworm.com/read/177674/9442427
m demhmc1.m
%DEMHMC1 Demonstrate Hybrid Monte Carlo sampling on mixture of two Gaussians.
%
% Description
% The problem consists of generating data from a mixture of two
% Gaussians in two dimensions using a hybr
www.eeworm.com/read/176823/9483133
m demhmc1.m
%DEMHMC1 Demonstrate Hybrid Monte Carlo sampling on mixture of two Gaussians.
%
% Description
% The problem consists of generating data from a mixture of two
% Gaussians in two dimensions using a hybr
www.eeworm.com/read/176583/9493299
m cspec.m
function cspec(B,A,Fs);
% CSPEC Plots a filter characteristics vs. C-weighting specifications.
% CSPEC(B,A,Fs) plots the attenuation of the filter defined by B and A
% with sampling frequenc
www.eeworm.com/read/170174/9815592
m cp0202_2pam_ds.m
%
% FUNCTION 2.8 : "cp0202_2PAM_DS"
%
% Introduces the DS code given by 'DScode'
% and implements binary PAM modulation
% 'seq' is the input binary stream
% 'fc' is the sampling frequency for th
www.eeworm.com/read/364503/9905157
m pitchwatch.m
function pitchwatch(x,Ts)
% Plot the pitch keys.
% pitchwatch(x,[Ts])
%
% :: Syntax
% The array x is the input signal and Ts is the (optional) sampling period.
% Example on use: [x,Fs] =