代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/160929/10470166
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 -
www.eeworm.com/read/419934/10828153
m main.m
fs=40*2e3; % Sampling frequency
Fn=fs/2; % Nyquist frequency
Ts=1/fs;
g=19;%二进制转化为十进制
state=1;
N=128 ; % Number of data bits(bit rate)
noise_offset=0;
chip_rate = 20000
www.eeworm.com/read/470898/6901331
c fir.c
#include "dsk6713.h"
#include "bs2700.cof" //coefficient file
#include "dsk6713_aic23.h"
//codec-dsk support file
Uint32 fs=DSK6713_AIC23_FREQ_48KHZ; //set sampling rate
Uint32 yn = 0; //initi
www.eeworm.com/read/470140/6914252
m seperable.m
clear
close all
fs=10; %Sampling freq
%Creating 11x11 matrix with cosine of freq 0.3
n=0:1/fs:1;
m=0:1/fs:1;
for i=1:length(n);
for j=1:length(m);
s(i,j)=cos(-2*pi*0.3*n(i)+2*pi*
www.eeworm.com/read/460712/7105985
m chap3_12.m
%Discrete RBF control for single link manipulator
clear all;
close all;
ts=0.001; %Sampling time
node=10;
gama=5;
c=0;
b=4;
h=zeros(node,1);
kp=40;kv=20;
q_1=0;dq_1=0;tol_1=0;
xk=[0 0]
www.eeworm.com/read/439446/7708514
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 -
www.eeworm.com/read/439446/7708682
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 -
www.eeworm.com/read/439271/7713737
m chap3_12.m
%Discrete RBF control for single link manipulator
clear all;
close all;
ts=0.001; %Sampling time
node=10;
gama=5;
c=0;
b=4;
h=zeros(node,1);
kp=40;kv=20;
q_1=0;dq_1=0;tol_1=0;
xk=[0 0]
www.eeworm.com/read/139562/13148915
m chap1_2.m
%连续系统的数字PID控仿真
%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(
www.eeworm.com/read/403567/11514796
m chap3_12.m
%Discrete RBF control for single link manipulator
clear all;
close all;
ts=0.001; %Sampling time
node=10;
gama=5;
c=0;
b=4;
h=zeros(node,1);
kp=40;kv=20;
q_1=0;dq_1=0;tol_1=0;
xk=[0 0]