代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/461700/7222324
c pfc_vi_dll.c
// This is a sample C program for Microsoft C/C++ 5.0 or 6.0.
// The generated DLL is to be linked to PSIM.
// To compile the program into DLL, follow the procedure below:
// - Create a dire
www.eeworm.com/read/457754/7318063
m 10-1.m
clear all; % 清所有的变量
clf; % 清屏
N=1224; % 设置数据点数
f1=200; % 设置信号1频率
f2=700; % 设置信号2频率
f3=1100; % 设置信号3频率
dt=1/1024; % 设置采样时间
sample=
www.eeworm.com/read/456354/7351321
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1)];
z
www.eeworm.com/read/456354/7351438
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1)];
z
www.eeworm.com/read/449504/7502811
m sem_gd2.m
% PURPOSE: An example of using sem_g()
% Gibbs sampling spatial autoregressive model
% on a large data set
%---------------------------------------------------
www.eeworm.com/read/446736/7567374
m designbutworth.m
function designbutworth
%designbutworth.m
%used to design 16-order Butterworth filter,which has a 1.5KHz-5KHz passband with
%a sampling rate 16KHz.
Fs=16;
[b,a]=butter(8,[1.5/(Fs/2) 5/(Fs/2)],
www.eeworm.com/read/445829/7589551
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1
www.eeworm.com/read/444759/7607315
m 5-12.m
%例程5-12 利用特征向量法估计功率谱
% e.g.5-12.m for example5-12;
% to test function peig;
clf;
clear all;
% Generate the signal plus white noise and show
N=1024; % number of sampling dat
www.eeworm.com/read/442445/7651643
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1