代码搜索:detectors

找到约 42 项符合「detectors」的源代码

代码结果 42
www.eeworm.com/read/437043/7756000

m contents.m

% BSP Signal Detectors % Version 1.00 JM Jun-2002 % % DetectMaxima - Detect maxima (peaks) in the input signal % DetectMinima - Detect minima in the input signal % ECGDetec
www.eeworm.com/read/196856/8054008

m contents.m

% BSP Signal Detectors % Version 1.00 JM Jun-2002 % % DetectMaxima - Detect maxima (peaks) in the input signal % DetectMinima - Detect minima in the input signal % ECGDetec
www.eeworm.com/read/440480/7688745

m contents.m

% CUBOIDS/STFEATURES % See also % % Spatio-Temporal feature detection % stfeatures - Interface to spatio-temporal feature detectors. % stfeatures_periodic - Piotr's spatiote
www.eeworm.com/read/208257/15250128

txt 英文原文.txt

Application Note April 2001 RF and Microwave Fiber-Optic Design Guide Introduction Agere Systems Inc., through its predecessors, began developing and producing lasers and detectors for
www.eeworm.com/read/129320/5974068

txt addingdetectors.txt

Adding Detectors to FindBugs May 12, 2003 Updated June 6, 2003 (detector meta-information, cleanups) =============== 1. Introduction =============== FindBugs uses a plugin-based approach to adding d
www.eeworm.com/read/485025/6571168

txt addingdetectors.txt

Adding Detectors to FindBugs May 12, 2003 Updated June 6, 2003 (detector meta-information, cleanups) =============== 1. Introduction =============== FindBugs uses a plugin-based approach to adding d
www.eeworm.com/read/407662/11412504

m test.m

% Type of different detectors, parameters for Detector.m ML = 1; JMMSE = 2; ZF = 3; % Type of different antenna selection criteria methods MBER = 1; MMI = 2; LAZY = 3; MNP = 4; MMNP = 5;
www.eeworm.com/read/407662/11412505

m chain.m

% Simulation % By Maxime Maury % 05-04-21 % Type of different detectors, parameters for Detector.m ML = 1; % Joint ML Detector JMMSE = 2; % Joint MMSE Detector ZF = 3; % Joint Zero-Forcing De
www.eeworm.com/read/430037/1942725

m pr10_18.m

%Problem10.18; %Analysis of multiuser detectors: decorrelating and MMSE ones as compared %to conventional algorithm; clear all; m=7; %set memory of m-sequence; a1=bmsq(m)'; A1=a1; for k=1:2^m-2
www.eeworm.com/read/463239/1538911

v test_seq_rec_moore_imp.v

module test_seq_detectors (); reg D_in, clock, reset; wire D_out; wire flag; Seq_Rec_Moore_imp M0 (D_out, D_in, clock, reset); initial begin clock = 0; forever #50 clo