代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/230384/14291366
m f_interpol.m
function [y,b] = f_interpol (x,fs,L,m,f_type,alpha)
%F_INTERPOL: Increase sampling rate by factor L.
%
% Usage: [y,b] = f_interpol (x,fs,L,m,f_type,alpha)
%
% Inputs:
% x = a vec
www.eeworm.com/read/227813/14411263
m 数字pid控制.m
%Discrete PID control for continuous plant
clear all;
close all;
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
www.eeworm.com/read/223233/14649147
m systemtestask.m
x=randint(15,1)
Fc=70000;
Fd=128;
Fs=65536;
[y,t]= dmod(x,Fc,Fd,Fs,'ASK',4);
len=length(y);
pause % Press any key to see plots after sampling
subplot(2,1,1);
plot(y)
xlabel('points');
t
www.eeworm.com/read/251838/4415177
entries
/enter_evidence.m/1.1.1.1/Wed May 29 15:59:56 2002//
/gibbs_sampling_inf_engine.m/1.1.1.1/Wed May 29 15:59:56 2002//
/marginal_nodes.m/1.1.1.1/Wed May 29 15:59:56 2002//
D/private////
www.eeworm.com/read/215485/4904138
entries
/enter_evidence.m/1.1.1.1/Wed May 29 15:59:56 2002//
/gibbs_sampling_inf_engine.m/1.1.1.1/Wed May 29 15:59:56 2002//
/marginal_nodes.m/1.1.1.1/Wed May 29 15:59:56 2002//
D/private////
www.eeworm.com/read/197905/5091584
entries
/enter_evidence.m/1.1.1.1/Wed May 29 15:59:56 2002//
/gibbs_sampling_inf_engine.m/1.1.1.1/Wed May 29 15:59:56 2002//
/marginal_nodes.m/1.1.1.1/Wed May 29 15:59:56 2002//
D/private////
www.eeworm.com/read/167185/5464360
pwin_filt
#@(#)Pwin_filt 1.2 6/22/93 ERL
float samp_freq ?= 8000: "Sampling frequency:";
int nbands ?= 2: "Number of bands:";
float band_edge1 ?= 0;
float band_edge2 ?= 1000;
float band_edge3 ?= 4000;
float ban
www.eeworm.com/read/346158/3190170
entries
/enter_evidence.m/1.1.1.1/Wed May 29 15:59:56 2002//
/gibbs_sampling_inf_engine.m/1.1.1.1/Wed May 29 15:59:56 2002//
/marginal_nodes.m/1.1.1.1/Wed May 29 15:59:56 2002//
D/private////
www.eeworm.com/read/334933/3360480
m p10_1.m
% Program 10_1
% Illustration of Up-Sampling by an Integer Factor
%
clf;
n = 0:50;
x = sin(2*pi*0.12*n);
y = zeros(1, 3*length(x));
y([1: 3: length(y)]) = x;
subplot(2,1,1)
stem(n,x);
title(
www.eeworm.com/read/305566/3772860
c axis.c
/*
axis object code
*/
#include
#include "main.h"
#include "axis.h"
/*
axis init from mandatory getpar
n1=,o1=,d1=,label1= are length, origin, sampling, and name of first axis, etc.
*/
Axi