代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/489084/6482596
m ip_07_12.m
% MATLAB script for Illustrative Problem 12, Chapter 7.
echo on
alpha=0.4;
T=1/4800;
t=[-3*T:1.001*T/100:3*T];
x=sinc(t./T).*(cos(pi*alpha*t./T)./(1-4*alpha^2*t.^2/T^2));
pause % Press any key t
www.eeworm.com/read/488109/6496844
c fet140_adc12_00.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12 Sample A0, AVcc
//
// Description; A simple single sample is made on A0 with refern
www.eeworm.com/read/488020/6503676
h 复件 复件 bldc.h
// This file has been prepared for Doxygen automatic documentation generation.
/*! \file ********************************************************************
*
* Atmel Corporation
*
* - File
www.eeworm.com/read/488020/6503690
h 复件 bldc.h
// This file has been prepared for Doxygen automatic documentation generation.
/*! \file ********************************************************************
*
* Atmel Corporation
*
* - File
www.eeworm.com/read/486048/6542512
m notch.m
%2瞒 IIR notch filter 拌荐 备窍扁
%[bi,ai]=notch(band,notch_frequency,sampling)
function[bi,ai]=notch(band,notch_frequency,sampling)
fs=sampling; % sampling freq.
fo=notch_frequency/(fs/
www.eeworm.com/read/481600/6636063
asv mlmethod.asv
%%%%最大似然ML 最大似然方法联合实现符号定时同步和载波同步仿真
clear all;
%********************** preparation part ***************************
para=128; % Number of parallel channel to transmit (points) %并行信道传输个数
fftlen=1
www.eeworm.com/read/481600/6636064
m mlmethod.m
%%%%最大似然ML 最大似然方法联合实现符号定时同步和载波同步仿真
clear all;
%********************** preparation part ***************************
para=128; % Number of parallel channel to transmit (points) %并行信道传输个数
fftlen=1
www.eeworm.com/read/480200/6668058
m productapprox.m
function [dens,ind] = productApprox(npd0, npds , anFns,anParams , type, varargin)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% generate an approximate density fo
www.eeworm.com/read/477947/6726523
txt model_par.txt
===========================================
合成地震模型--地表
===========================================
input wavelet :outwave.txt
reflect coefficient :Vel_den2.txt
outf
www.eeworm.com/read/476907/6754442
m ip_07_12.m
% MATLAB script for Illustrative Problem 12, Chapter 7.
clear
echo on
alpha=0.4;
T=1/4800;
t=[-3*T:1.001*T/100:3*T];
x=sinc(t./T).*(cos(pi*alpha*t./T)./(1-4*alpha^2*t.^2/T^2));
pause % Press an