代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/418009/10968518
c tonal.c
/**********************************************************************
* ISO MPEG Audio Subgroup Software Simulation Group (1996)
* ISO 13818-3 MPEG-2 Audio Encoder - Lower Sampling Frequency Ext
www.eeworm.com/read/417152/11002038
m readsignal.m
function ReadSignal (Tint)
Tint=1;
% System RF parameters
Fs = 38192000; % Sampling frequency [Hz]
IF = 9548000; % Intermediate frequency [Hz]
Ns = Fs * (Tint/1000);
www.eeworm.com/read/469416/6976370
m demprgp.m
function demprgp(action);
%DEMPRGP Demonstrate sampling from a Gaussian Process prior.
%
% Description
% This function plots the functions represented by a Gaussian Process
% model. The hyperpara
www.eeworm.com/read/469416/6976375
m demgauss.m
%DEMGAUSS Demonstrate sampling from Gaussian distributions.
%
% Description
%
% DEMGAUSS provides a simple illustration of the generation of data
% from Gaussian distributions. It first samples f
www.eeworm.com/read/466476/7035932
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
echo on
df=0.01; % freq. resolution
fs=5; % sampling frequency
ts=1/fs;
www.eeworm.com/read/444864/7096375
m readsignal.m
function ReadSignal (Tint)
Tint=1;
% System RF parameters
Fs = 38192000; % Sampling frequency [Hz]
IF = 9548000; % Intermediate frequency [Hz]
Ns = Fs * (Tint/1000);
www.eeworm.com/read/463748/7175979
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
echo on
df=0.01; % freq. resolution
fs=5; % sampling frequency
ts=1/fs;
www.eeworm.com/read/453433/7420795
m fig4_28.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Fig 4.28
% Sampling on 2-dimension T-C, using ifft to get weight
% and get the reconstructed beampattern using fft
% Xiaomin Lu 1
www.eeworm.com/read/449504/7502796
m compare_models.m
% PURPOSE: An example of using sar_g() sem_g() Gibbs sampling
% spatial model comparisons using log marginal posterior
% (on a small data set)
%-----------------
www.eeworm.com/read/449504/7502820
m compare_models2.m
% PURPOSE: An example of using sar_g() sem_g() Gibbs sampling
% spatial model comparisons using log marginal posterior
% (on a small data set)
%-----------------