代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/160929/10469648
m p5_1.m
% Program P5_1
% Illustration of the Sampling Process
% in the Time-Domain
clf;
t = 0:0.0005:1;
f = 13;
xa = cos(2*pi*f*t);
subplot(2,1,1)
plot(t,xa);grid
xlabel('Time, msec');ylabel('Amplitude');
ti
www.eeworm.com/read/160929/10469782
m p10_5.m
% Program P10_5
% Illustration of Decimation Process
%
clf;
M = input('Down-sampling factor = ');
n = 0:99;
x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n);
y = decimate(x,M,'fir');
subplot(2,1,1);
www.eeworm.com/read/160929/10470418
m p5_1.m
% Program P5_1
% Illustration of the Sampling Process
% in the Time-Domain
clf;
t = 0:0.0005:1;
f = 13;
xa = cos(2*pi*f*t);
subplot(2,1,1)
plot(t,xa);grid
xlabel('Time, msec');ylabel('Amplitude');
ti
www.eeworm.com/read/445096/7599473
m flywheelmpcwithnoise.m
clear; clc;
Tref = 0.0008;
T_end = 1;
sd=0.01;
noiseON = 1;
% Define sampling interval Ts (default Tref/10):
if Tref == 0,
Ts = 1;
else
Ts = Tref;
end
K1 = 2.90e6; K2 = 455.44;Kt =
www.eeworm.com/read/445053/7599971
m flywheelmpcwithnoise.m
clear; clc;
Tref = 0.0008;
T_end = 1;
sd=0.01;
noiseON = 1;
% Define sampling interval Ts (default Tref/10):
if Tref == 0,
Ts = 1;
else
Ts = Tref;
end
K1 = 2.90e6; K2 = 455.44;Kt =
www.eeworm.com/read/439446/7708564
m p5_1.m
% Program P5_1
% Illustration of the Sampling Process
% in the Time-Domain
clf;
t = 0:0.0005:1;
f = 13;
xa = cos(2*pi*f*t);
subplot(2,1,1)
plot(t,xa);grid
xlabel('Time, msec');ylabel('Amplitude');
ti
www.eeworm.com/read/439446/7708595
m p10_5.m
% Program P10_5
% Illustration of Decimation Process
%
clf;
M = input('Down-sampling factor = ');
n = 0:99;
x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n);
y = decimate(x,M,'fir');
subplot(2,1,1);
www.eeworm.com/read/439446/7708738
m p5_1.m
% Program P5_1
% Illustration of the Sampling Process
% in the Time-Domain
clf;
t = 0:0.0005:1;
f = 13;
xa = cos(2*pi*f*t);
subplot(2,1,1)
plot(t,xa);grid
xlabel('Time, msec');ylabel('Amplitude');
ti
www.eeworm.com/read/136571/5868343
h aacenc.h
#define MBAACENC_DLL
#define MAIN_PROFILE 0
#define LOW_PROFILE 1
#define VBR_NORMAL 0
#define VBR_LOW 1
#define VBR_HIGH 2
typedef struct {
int channels;
int sampling_rate;
int bit
www.eeworm.com/read/110972/6160879
h aacenc.h
#define MBAACENC_DLL
#define MAIN_PROFILE 0
#define LOW_PROFILE 1
#define VBR_NORMAL 0
#define VBR_LOW 1
#define VBR_HIGH 2
typedef struct {
int channels;
int sampling_rate;
int bit