代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/150238/12302964
m lpcrand.m
function ar=lpcrand(p,n,bw)
% generate n random stable polynomials of order p with a minimum pole
% bandwidth of bw*fs where fs is the sampling fequency.
% To limit the pole radius to r set bw=-log
www.eeworm.com/read/336521/12439812
m lpcrand.m
function ar=lpcrand(p,n,bw)
% generate n random stable polynomials of order p with a minimum pole
% bandwidth of bw*fs where fs is the sampling fequency.
% To limit the pole radius to r set bw=-log
www.eeworm.com/read/234813/14096533
asm pwmdac_2.asm
;
;Implementing an 16-bit PWM on SA_TB4PCB-002 target board and sampling to test
; the 8-bit analog-to-digital convertor (ADC). The following program will
; configure on-chip peripherals and use
www.eeworm.com/read/231449/14233538
m program_10_6.m
% Program 10_6
% Illustration of Interpolation Process
%
clf;
N = input('Length of input signal = ');
L = input('Up-sampling factor = ');
f1 = input('Frequency of first sinusoid = ');
f2 = inpu
www.eeworm.com/read/231449/14233565
m program_10_5.m
% Program 10_5
% Illustration of Decimation Process
%
clf;
N = input('Length of input signal = ');
M = input('Down-sampling factor = ');
f1 = input('Frequency of first sinusoid = ');
f2 = input
www.eeworm.com/read/230176/14303034
cpp penddsys.cpp
// Model: dsys
// Sampling period = 0.010000 seconds
// Generated at 05:51:12 on 02-Oct-2003
class dsys
{
public:
// n = #states, m = #outputs, r = #inputs
enum {n = 4, m = 1, r = 3}
www.eeworm.com/read/228372/14388136
m lpcrand.m
function ar=lpcrand(p,n,bw)
% generate n random stable polynomials of order p with a minimum pole
% bandwidth of bw*fs where fs is the sampling fequency.
% To limit the pole radius to r set bw=-log
www.eeworm.com/read/223158/14651680
m lpcrand.m
function ar=lpcrand(p,n,bw)
% generate n random stable polynomials of order p with a minimum pole
% bandwidth of bw*fs where fs is the sampling fequency.
% To limit the pole radius to r set bw=-log
www.eeworm.com/read/215323/15065094
c sample.c
/*
Sample.c
most of what is related to sampling
this file is part of Divonne
last modified 4 Mar 05 th
*/
#define MARKMASK 0xfffffff
#define Marked(x) ((x) & ~MARKMASK)
#define Unmark(x) ((x)
www.eeworm.com/read/215197/15070937
m lpcrand.m
function ar=lpcrand(p,n,bw)
% generate n random stable polynomials of order p with a minimum pole
% bandwidth of bw*fs where fs is the sampling fequency.
% To limit the pole radius to r set bw=-log