代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/493285/6399816
m test_ls_xianzhen0.m
% --------- code rate=6.4e6 (20080707)-wanglei---------
% LS算法可以采用2~3倍的阵元个数的快拍数参与运算
% 收敛结果也比较好。降低运算量。
clc
clear all
close all
fs=20e6; % sampling freq
fc=0; %
N=1200;
NN=700;
loa
www.eeworm.com/read/493285/6399817
m test_ls_yuanzhen.m
% --------- code rate=6.4e6 (20080707)-wanglei---------
% LS算法可以采用2~3倍的阵元个数的快拍数参与运算
% 收敛结果也比较好。降低运算量。
clc
clear all
close all
fs=20e6; % sampling freq
fc=0; %
N=1200;
NN=700;
loa
www.eeworm.com/read/493285/6399818
m test_ls_fangzhen0.m
% --------- code rate=6.4e6 (20080707)-wanglei---------
% LS算法可以采用2~3倍的阵元个数的快拍数参与运算
% 收敛结果也比较好。降低运算量。
clc
clear all
close all
fs=20e6; % sampling freq
fc=0; %
N=1200;
NN=700;
loa
www.eeworm.com/read/493285/6399819
m test_ls_shizhi.m
% --------- code rate=6.4e6 (20080707)-wanglei---------
% LS算法可以采用2~3倍的阵元个数的快拍数参与运算
% 收敛结果也比较好。降低运算量。
clc
clear all
close all
fs=20e6; % sampling freq
fc=0; %
N=1200;
NN=700;
loa
www.eeworm.com/read/486900/6519676
m m7_1.m
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)=sin(1*2*pi*k*ts);
para=u_1;
tSpan=[0 ts];
[tt,xx]=ode45('m7_1f',
www.eeworm.com/read/282144/9117192
m krotlica.m
A=[0 1;0 -0.7]
B=[0;1]
C=[1 0]
K=36
STOP=0;
while STOP==0,
T=input('Input Sampling Time = ');
[P,G]=c2d(A,B,T)
H0=[P -G*K;C*P -C*G*K]
H1=[P -G*K;C 0]
echo on all;
abs(eig(H0))
www.eeworm.com/read/196936/8039979
m msim.m
clear all;
delttime=.125e-3; %get time switch period
delttime1=5e-8; %get time sampling period
num1=(delttime/delttime1);
x1=0;%初始值
x0=x1;
n=160;
k=300; %内循环次数
T=10; %起始温度
T1=0.01;
www.eeworm.com/read/493438/6393147
m dg_man_air.m
clear all
ux=0.01; uy=0.01; % m/s^2
t=4; % sampling time in sec
% Mat
PHI=[1 t 0 0;0 1 0 0;0 0 1 t;0 0 0 1];
Ta=[t^2/2 0; t 0; 0 t^2/2; 0 t];
H=[1 0 0 0;
0 0 1 0];
UXY=[ux; uy];
%% Plot Sc
www.eeworm.com/read/478969/6695737
txt short_time_analysis.txt
function short_time_analysis()
%该函数的功能是将语音信号进行分帧,frame_num为所分帧的数目,xn为二维向量,存放个帧数据
%Number of samples: 17280
%Sampling frequency: 8000 Hz
%精度16位
%窗函数为海明窗Hamming Window
x=wavread('01.wav');
www.eeworm.com/read/478992/6696741
txt short_time_analysis.txt
function short_time_analysis()
%该函数的功能是将语音信号进行分帧,frame_num为所分帧的数目,xn为二维向量,存放个帧数据
%Number of samples: 17280
%Sampling frequency: 8000 Hz
%精度16位
%窗函数为海明窗Hamming Window
x=wavread('01.wav');