代码搜索结果

找到约 3,108 项符合 Sensor 的代码

et61x251_tas5130d1b.c

/*************************************************************************** * Plug-in for TAS5130D1B image sensor connected to the ET61X[12]51 * * PC Camera Controllers

adc.h

//******************************************************************************************** // // File : adc.h implement for on-board temparature sensor and potentiometer. // //****************

adc.c

//******************************************************************************************** // // File : adc.c implement for on-board temparature sensor and ADC0 // //**************************

showarray.m

function showarray(Targets,NumSensors,Spacing) % SHOWARRAY Illustrate a sensor array with ideal sources % Example: % showarray(Targets,NumSensors,Spacing) numtargs=size(Targets,1); orgx=(NumS

plot.m

function plot(obj) % PLOT Plot the sensor array sample data set % Example: % plot(ds); clf surf(real(obj.Data)',... 'EdgeLighting','flat','FaceLighting','none',... 'FaceColor',[1 1 1

magfftplot.m

function magfftplot(obj, zeroPadTo) % MAGFFTPLOT Plot the magnitude square of the FFT of the sensor array data % Example: % magfftplot(s,128); clf [mags, fflip]=magfft(obj, zeroPadTo); semilo

magfft.m

function [mags, fflip]=magfft(obj,zeroPadTo) % MAGFFT Calculate the magnitude square of the FFT of the % sensor array sample data, zeropadding by zeroPadTo elements % Example: % result=magfft(s,1

sads.m

classdef sads % Sensor Array data set class properties (Access=private) Wavelength % Wavelength of sources (m) end properties (Constant) c=3e8; % Speed in

doa.m

function angles=doa(obj) % DOA Estimate the direction of arrival of the sources in the % sensor array data set using simplistic peak finding method % Example: % angels=doa(ds) zeroPadTo=256;

sensorlib.c

/*********************************************************************** * Common CMOS camera sensor interface (INGENIC) ***********************************************************************/ #in