代码搜索结果
找到约 3,982 项符合
Sensor 的代码
tdegen.m
function [s1, s2] = tdegen (default)
%TDEGEN Synthetics for time-delay estimation
% [s1, s2] = tdegen(default)
% s1, s2 noisy signals at the two sensors
% If the parameter 'default' is passed,
traffic_ls.v
//
// Copyright (c) 2000 Exemplar Logic Inc. All rights reserved.
//
//
// This is a typical example of a state machine description
// in Verilog HDL.
// Two always statements, one to update the st
measurement.m
function [ distances count list] = measurement(sensors, leader, slot, detect_max, com_radius)
% Measure the distances
%
% INPUT
% sensors(:) : the location of the sensors
% leader : t
measurement.asv
function [ distances count list] = measurement(sensors, leader, slot, detect_max, com_radius)
% Measure the distances
%
% INPUT
% sensors(:) : the location of the sensors
% leader : t
tdegen.m
function [s1, s2] = tdegen (default)
%TDEGEN Synthetics for time-delay estimation
% [s1, s2] = tdegen(default)
% s1, s2 noisy signals at the two sensors
% If the parameter 'default' is passed,
tdegen.m
function [s1, s2] = tdegen (default)
%TDEGEN Synthetics for time-delay estimation
% [s1, s2] = tdegen(default)
% s1, s2 noisy signals at the two sensors
% If the parameter 'default' is passed,
tdegen.m
function [s1, s2] = tdegen (default)
%TDEGEN Synthetics for time-delay estimation
% [s1, s2] = tdegen(default)
% s1, s2 noisy signals at the two sensors
% If the parameter 'default' is passed,
kconfig
#
# I2C Sensor device configuration
#
menu "Hardware Sensors Chip support"
depends on I2C
config I2C_SENSOR
tristate
default n
config SENSORS_ADM1021
tristate "Analog Devices ADM1021 and compat
readme.txt
////////////////////////////////////////////////////////////////////////////////////
//
//
// MICRON MT9V0x2 IMAGE CAPTURE EXAMPLE
//
// FOR USE WITH THE ADSP-BF561 (Silicon 0.2) PROCESSOR
//