代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/110972/6163305
c reservoir.c
/**********************************************************************
* ISO MPEG Audio Subgroup Software Simulation Group (1996)
* ISO 13818-3 MPEG-2 Audio Encoder - Lower Sampling Frequency Ext
www.eeworm.com/read/110972/6163321
h l3bitstream-pvt.h
/**********************************************************************
* ISO MPEG Audio Subgroup Software Simulation Group (1996)
* ISO 13818-3 MPEG-2 Audio Encoder - Lower Sampling Frequency Ext
www.eeworm.com/read/110972/6163327
h quantize.h
/**********************************************************************
* ISO MPEG Audio Subgroup Software Simulation Group (1996)
* ISO 13818-3 MPEG-2 Audio Encoder - Lower Sampling Frequency Ext
www.eeworm.com/read/110972/6163338
c l3bitstream.c
/**********************************************************************
* ISO MPEG Audio Subgroup Software Simulation Group (1996)
* ISO 13818-3 MPEG-2 Audio Encoder - Lower Sampling Frequency Ext
www.eeworm.com/read/110972/6163348
h l3bitstream.h
/**********************************************************************
* ISO MPEG Audio Subgroup Software Simulation Group (1996)
* ISO 13818-3 MPEG-2 Audio Encoder - Lower Sampling Frequency Ext
www.eeworm.com/read/110972/6163350
h reservoir.h
/**********************************************************************
* ISO MPEG Audio Subgroup Software Simulation Group (1996)
* ISO 13818-3 MPEG-2 Audio Encoder - Lower Sampling Frequency Ext
www.eeworm.com/read/488461/6487291
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/485544/6552680
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 hyperparameter
www.eeworm.com/read/485544/6552686
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 from a
www.eeworm.com/read/405217/11468610
m logfft.m
% LOGFFT Function to plot FFT
%
% LOGFFT (samples, fs, vpp) plots the magnitude of the FFT of samples, normalizing
% the frequency axis to the sampling rate fs and the magnitude to vpp.