代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/395464/8172141
m halfband_kaiser.m
clc;
clear all;
fIQ=4.096*1000000;%输入数据速率
DB=80;%阻带衰减
Fpass= 1638400; % Passband Frequency
x=1;%the data of input
%%%%%%%%%%%%%第一个半带滤波器%%%%%%%%
Fs1 = 2*fIQ; % Sampling Frequency
x1
www.eeworm.com/read/370636/9589597
extra entries.extra
/test_plot_1d.m///
/plot_spherical_function.m///
/plot_spherical_partition.m///
/sphere_sampling.m///
/test_decreasing_nd.m///
D/mex///
/build_alpert_matrix_1d.m///
/build_alpert_matrix_2d.m///
www.eeworm.com/read/248378/12580473
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/248284/12585541
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/200619/15428539
extra entries.extra
/test_plot_1d.m///
/plot_spherical_function.m///
/plot_spherical_partition.m///
/sphere_sampling.m///
/test_decreasing_nd.m///
D/mex///
/build_alpert_matrix_1d.m///
/build_alpert_matrix_2d.m///
www.eeworm.com/read/100204/15880548
man cdda2wav.man
CDDA2WAV(1) User Commands CDDA2WAV(1)
NNNNAAAAMMMMEEEE
cdda2wav - a sampling utility that dumps CD audio data into
wav sound files
SSSSYY
www.eeworm.com/read/389363/8530631
m chap1_6.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*pi*k*ts);
www.eeworm.com/read/432495/8602207
m chap1_6.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*pi*k*ts);
www.eeworm.com/read/388457/8607952
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)); axi
www.eeworm.com/read/388422/8611132
m chap1_6.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*pi*k*ts);