代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/253950/12174054
htm demmet1.htm
Netlab Reference Manual demmet1
demmet1
Purpose
Demonstrate Markov Chain Monte Carlo sampling on a Gaussian.
Synopsis
www.eeworm.com/read/253950/12174123
htm hmc.htm
Netlab Reference Manual hmc
hmc
Purpose
Hybrid Monte Carlo sampling.
Synopsis
samples = hmc(f, x, options, gra
www.eeworm.com/read/150905/12250217
htm demmet1.htm
Netlab Reference Manual demmet1
demmet1
Purpose
Demonstrate Markov Chain Monte Carlo sampling on a Gaussian.
Synopsis
www.eeworm.com/read/150905/12250297
htm hmc.htm
Netlab Reference Manual hmc
hmc
Purpose
Hybrid Monte Carlo sampling.
Synopsis
samples = hmc(f, x, options, gra
www.eeworm.com/read/209902/15211980
c bct100.c
#include "dtm_v3.h"
#include "dtm.h"
#include "externdef.h"
#include
#define ST_CLOSED 0
#define ST_OPENED 1
#define ST_SAMPLING 2
#define ST_COPYING 3
#define ST_END 4
_BYTE c
www.eeworm.com/read/206276/15297209
m chap1_2.m
%Discrete PID control for continuous plant
clear all;
close all;
tic
ts=0.001; %Sampling time
xk=zeros(2,1);
e_1=0;
u_1=0;
for k=1:1:2000
time(k) = k*ts;
rin(k)=0.50*sin(1*2*pi*k*ts);
www.eeworm.com/read/35108/1051473
k60-keil
#include "MK60N512MD100.h"
#include "delay.h"
#include "serial.h"
#include "pwm.h"
#include "pit.h"
#include "function.h"
#include "define.h"
unsigned char Sampling[]={13,14,15,16,17,18,19,
www.eeworm.com/read/465297/1521426
c ds48to16.c
/**
* @file ds48to16.c
*
*
* @brief 48kHz -> 16kHz ダウンサンプリング
*
*
*
* @brief Down sampling from 48kHz to 16kHz
*
*
*
* @author Akinobu LEE
* @date Sun Feb 13 16
www.eeworm.com/read/237137/4631659
m mc_afb.m
function y=mc_afb(r,Slot_length,prototype_filter,Carrier_number,SubCarrier_first,SubCarrier_last,Sampling_factor,Oversampling_factor,Filter_length)
K1=floor(Filter_length/Carrier_number/2);
K2=Fil
www.eeworm.com/read/334933/3360402
m p10_2.m
% Program P10_2
% Illustration of Down-Sampling by an Integer Factor
%
clf;
n = 0: 49;
m = 0: 50*3 - 1;
x = sin(2*pi*0.042*m);
y = x([1 : 3 : length(x)]);
subplot(2,1,1)
stem(n, x(1:50)); axis([0 50 -