代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/389321/8533595

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 sampling
www.eeworm.com/read/432925/8563512

m specgram_speech.m

function [spec] = specgram_hw6p5(x); % PARAMETERS sampling_rate = 10000; % sampling rate lfft = 1024; % FFT length lfft2 = lfft/2; winlgh = 200; % (128) window length (in samples) frmlgh
www.eeworm.com/read/432925/8563532

m specgram_speech.m

function [spec] = specgram_hw6p5(x); % PARAMETERS sampling_rate = 10000; % sampling rate lfft = 1024; % FFT length lfft2 = lfft/2; winlgh = 200; % (128) window length (in samples) frmlgh
www.eeworm.com/read/188161/8565929

m mlmethod.m

%%%%最大似然ML 最大似然方法联合实现符号定时同步和载波同步仿真 clear all; %********************** preparation part *************************** para=128; % Number of parallel channel to transmit (points) %并行信道传输个数 fftlen=1
www.eeworm.com/read/288820/8605609

c sink.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2006-2007 Nokia Corporation * Copyright (C) 2004-2008 Marcel Holtmann * * * This program is free
www.eeworm.com/read/431628/8664577

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/287843/8665756

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/386701/8731443

asm b11-10.asm

;PROGRAM NAME B11-10.ASM MS10 EQU 9217 ;APPROXIMATELY 10MS INTERRUPR INTR_CNT EQU 30H ;CNT STORIAGE BUFFER EQU 31H ;DISPLAY BUFFER BINARY EQU 32H ;BINARY DATA STORIAGE ; CNTH_L EQU 33H CNTH_H E
www.eeworm.com/read/386456/8746525

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/286603/8756961

c fet440_adc12_00.c

//****************************************************************************** // MSP-FET430P440 Demo - ADC12 Sample A0, AVcc // // Description; A simple single sample is made on A0 with refer