代码搜索:Sampling

找到约 3,969 项符合「Sampling」的源代码

代码结果 3,969
www.eeworm.com/read/331961/12793996

m ex9101.m

%---------------------------------------------------------------------------- % Example 9.10.1 % three-dimensional analysis of a cube
www.eeworm.com/read/331961/12794411

m ex982.m

%---------------------------------------------------------------------------- % Example 9.8.2 % plane stress analysis of a cantilever
www.eeworm.com/read/244937/12830992

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=[
www.eeworm.com/read/244937/12831162

m test.m

t0=.15; % signal duration ts=0.001; % sampling interval % the message vector m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)]; m_hat=imag(hil
www.eeworm.com/read/140310/13088585

txt 1-w总线读写函数.txt

是自吹,这是非常高效,稳定,抗干扰的基于PIC的读写函数。是俺的得意之作。 在复位,写位函数中加进了检查失败操作,在读、写位函数中采用了类试串口的采3取2的采样方法,大大提高效率和可靠性。 针对汇编的C代码优化,大家可以对比原厂的C代码来比比。 喝水不忘挖井人,看试简短几个函数,可是花了偶半个月时间的心血哦。 PIC采用4M晶体,所有的延时经过严格调试,修改要小心!! ...
www.eeworm.com/read/241677/13126470

c mdecint.c

#include #include #include #include "msp.h" void mdecint(float x[],float h[],float y[],int nh,int ny,int m, int l,int *k) { /*-------------------------------------
www.eeworm.com/read/326485/13139794

c msp430xg46x_adc12_04.c

//****************************************************************************** // MSP430xG461x Demo - ADC12, Extend Sampling Period with SHT Bits // // This example shows how to extend the sa
www.eeworm.com/read/241192/13164245

m demo2_01.m

% % Demonstrates performance of a fixed-gain estimator as a function of gain % % Applied to random walk process with gaussian sampling noise % clear all; close all; N = 1000; % Number of sa
www.eeworm.com/read/138861/13207056

h wmadec_api.h

//*@@@+++@@@@****************************************************************** // // Microsoft Windows Media // Copyright (C) Microsoft Corporation. All rights reserved. // //*@@@---@@@@*************
www.eeworm.com/read/138860/13207120

m pprec.m

function x = pprec(p0, p1, type) % PPREC Parallelogram Polyphase Reconstruction % % x = pprec(p0, p1, type) % % Input: % p0, p1: two parallelogram polyphase components of the image % type: o