代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/200302/15435775
1 scope.1
.\" This file Copyright (C) 1994-95 Jeff Tranter
.\" (Jeff_Tranter@Mitel.COM)
.\" It may be distributed under the GNU Public License, version 2, or
.\" any higher version. See section COPYING of the
www.eeworm.com/read/186716/8914466
m realize.m
function x = realize(range)
% REALIZE ..... Generates all realizations (sample functions) of the random
% process X(t) = cos(2*pi*1000*t + THETA).
%
% X = REALIZE([a1,a2,...]) uses the values
www.eeworm.com/read/360732/10080647
m perform_rbf_interpolation.m
function fi = perform_rbf_interpolation(Xi,X,f)
% perform_rbf_interpolation - scattered data interpolation
%
% fi = perform_rbf_interpolation(Xi,X,f);
%
% It uses a linear spline radial bas
www.eeworm.com/read/218151/14932720
c main.c
#include
#include
#define LED0 0x08
unsigned short AD0Value;
int main( void )
{
int i;
WDTCTL = WDTPW + WDTHOLD; //stop WDT
BCSCTL1 &= ~XT2OFF; /
www.eeworm.com/read/162810/5513983
c mp4cmn_const.c
/*//////////////////////////////////////////////////////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a
www.eeworm.com/read/432925/8563790
txt readme.txt
SUPPLEMENTARY MATLAB MATERIAL FOR
---------------------------------
DISCRETE-TIME SPEECH SIGNAL PROCESSING: Principles and Practice
--------------------------------------------------------
www.eeworm.com/read/187617/8615822
61271
Xref: cantaloupe.srv.cs.cmu.edu sci.space:61271 sci.astro:35062
Newsgroups: sci.space,sci.astro
Path: cantaloupe.srv.cs.cmu.edu!magnesium.club.cc.cmu.edu!news.sei.cmu.edu!cis.ohio-state.edu!zaphod.mps
www.eeworm.com/read/349314/10836551
s43 msp430x24x_adc12_04.s43
;*******************************************************************************
; MSP430x24x Demo - ADC12, Extend Sampling Period with SHT Bits
;
; This example shows how to extend the samplin
www.eeworm.com/read/267412/6957999
m prbs.m
function g=prbs(a,Ts,L,u,y,T)
% %a:Magnitude.
% Ts:Sampling period
% L:The length of the sequence.
% u:The input of the system.
% y:Actual metrical values of system output.
% T:Period
r=0;
k