代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/444161/7617346
c analog.c
/* This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief
* Sampling and c
www.eeworm.com/read/440842/7680266
m ar_gd.m
% PURPOSE: An example using ar_g(),
% prt(),
% plt(),
% Bayesian gibbs sampling for the ar model
%----------------------------------------------
www.eeworm.com/read/492929/6414173
m ar_gd.m
% PURPOSE: An example using ar_g(),
% prt(),
% plt(),
% Bayesian gibbs sampling for the ar model
%----------------------------------------------
www.eeworm.com/read/181377/9257063
m bpsk.m
%
% Script file for computer exercise "BPSK".
%
N = 2^6; % Number of symbols
fc = 1e3; % Carrier frequency
fs = 4*1e3; % Sampling frequency
Ts = 1/fs; % Sampling time = 1/fs
T = 1/100; % Sy
www.eeworm.com/read/437538/7746337
m fft1d_f.m
% fft1d_f: implementation of dense FFT-based sampling operator(e.g., partial FFT, scrambled FFT etc.);
% also refer to fft1d_t: implementation of the transpose of dense
% FFT-based sampling operato
www.eeworm.com/read/287697/8675945
inc despass.inc
;*************************************************
;*
;* KAISER WINDOW
;* 42-TAP FIR FILTER
;*
;* Filter type: BANDPASS
;* Sampling freq: 25000 HZ
;*
;*********
www.eeworm.com/read/162649/10288096
inc despass.inc
;*************************************************
;*
;* KAISER WINDOW
;* 42-TAP FIR FILTER
;*
;* Filter type: BANDPASS
;* Sampling freq: 25000 HZ
;*
;*********
www.eeworm.com/read/419563/10860859
txt fig4_27.m .txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%
%%%% Fig 4.27
%%%% Pattern sampling on psi space, using ifft to get weight
%%%% and get the reconstructed beampattern using
www.eeworm.com/read/449504/7502138
m probit_gd.m
% PURPOSE: demo of probit_g
% Gibbs sampling for probit heteroscedastic estimation
%---------------------------------------------------
% USAGE: probit_gd
%----------------------------------
www.eeworm.com/read/449504/7502818
m semp_gd2.m
% PURPOSE: An example of using semp_g()
% Gibbs sampling spatial autoregressive model
% on a large data set
%--------------------------------------------------