代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/386027/8770959
m chirp_signal.m
%%demo of chirp signal
T=10e-6; %pulse duration10us
B=30e6; %chirp frequency modulation bandwidth 30MHz
K=B/T;
www.eeworm.com/read/384722/8849778
m chirp_signal.m
%%demo of chirp signal
T=10e-6; %pulse duration10us
B=30e6; %chirp frequency modulation bandwidth 30MHz
K=B/T;
www.eeworm.com/read/186716/8914461
m vco.m
function [out] = vco(in,arg2,arg3)
% VCO ......... Voltage controlled oscillator.
%
% VCO(X,fc,Kf) generates a waveform "sin(theta)" where the
% instantaneous frequency of the waveform at ti
www.eeworm.com/read/383032/8980572
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*(lengt
www.eeworm.com/read/184365/9107943
h imagerd.h
#ifndef _CIMAGERD_H
#define _CIMAGERD_H
#include "stdafx.h"
#include "sarsoft.h"
#define c 3e+8
#define pi 3.1415926
#define PROCESSER m_paraList.processList
#define SIGNAL1(c1,c2) m_sig
www.eeworm.com/read/184267/9114038
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/184267/9114098
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/179737/9341251
m ex653.m
%----------------------------------------------------------------------------
% Example 6.5.3
% Gauss-Legendre quadrature of a functio
www.eeworm.com/read/177172/9466324
m uwb_imr.m
function h = uwb_imr(chan, ch_idx, plot_imr)
% The first step is to read in the data from the .mat files supplied by the
% IEEE 802.15.3a working group
%
if chan==1,
load cm1_imr.mat;
else
www.eeworm.com/read/177172/9466387
m uwb_imr.m
function h = uwb_imr(chan, ch_idx, plot_imr)
% The first step is to read in the data from the .mat files supplied by the
% IEEE 802.15.3a working group
%
if chan==1,
load cm1_imr.mat;
else