代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/313949/13578560
m mlmethod.m
%%%%最大似然ML 最大似然方法联合实现符号定时同步和载波同步仿真
clear all;
%********************** preparation part ***************************
para=128; % Number of parallel channel to transmit (points) %并行信道传输个数
fftlen=1
www.eeworm.com/read/311447/13630949
m ppdec.m
function [p0, p1] = ppdec(x, type)
% PPDEC Parallelogram Polyphase Decomposition平行四边形多相分解
%
% [p0, p1] = ppdec(x, type)
%
% Input:
% x: input image
% type: one of {1, 2, 3, 4} for selecting
www.eeworm.com/read/310181/13656824
c test44x_adc12_00.c
//******************************************************************************
// MSP430-TEST44X Demo - ADC12 Sample A0, AVcc
//
// Description; A simple single sample is made on A0 with refer
www.eeworm.com/read/310180/13656859
c test44x_adc12_07.c
#include "msp430x44x.h" // Standard Equations
void main(void)
{
WDTCTL = WDTPW+WDTHOLD; // Stop watchdog timer
P6SEL |= 0x01; // Ena
www.eeworm.com/read/310180/13656861
c test44x_adc12_03.c
#include "msp430x44x.h" // Standard Equations
static unsigned int results; // Needs to be global in this example
// Otherwise, the com
www.eeworm.com/read/310180/13656865
c test44x_adc12_01.c
#include "msp430x44x.h" // Standard Equations
static unsigned int results[2]; // Needs to be global in this example
// Otherwise, the c
www.eeworm.com/read/310180/13656867
c test44x_adc12_02.c
#include "msp430x44x.h" // Standard Equations
void main(void)
{
WDTCTL = WDTPW+WDTHOLD; // Stop watchdog timer
P6SEL |= 0x01; // Ena
www.eeworm.com/read/310180/13656868
c test44x_adc12_00.c
#include
void main(void)
{
WDTCTL = WDTPW + WDTHOLD; // Stop WDT
ADC12CTL0 = ADC12ON; // ADC12ON
ADC12CTL0 |= ENC; //
www.eeworm.com/read/306478/13744729
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
www.eeworm.com/read/304259/13797128
m inbox3.m
function [del, weights] = inbox3;
% [del, weights] = inbox3 dialogue box for input of data sampling, weights
% for red, green and blue signals for luminanace calculation for SFR
% calculation
% Usag