代码搜索结果
找到约 3,982 项符合
Sensor 的代码
makefile
#####################################################################
#
# Created by u'nSP IDE 10:38:27 09/08/06
#
##############################################################
se.wsdt
sensor/Debug
se.eww
$WS_DIR$\sensor.ewp
current.c
#include "IQmathLib.h"
#include "math.h"
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
void Adc_config(void);
fet140_adc12_03.c
//*****************************************************************************
// MSP-FET430P140 Demo - ADC12, Sample A10 Temp, Set P1.0 if Temp ++ ~2C
//
// Description: Use ADC12 and the integ
ford.txt
Ford data ObD2
P1000 OBD II Monitor Testing Not Complete
P1001 Key On Engine Running Self-Test Not Completed - Test Aborted
P1100 Mass Airflow Sensor Circuit Intermittent
P1101 Ma
fet140_adc12_03.c
//*****************************************************************************
// MSP-FET430P140 Demo - ADC12 Sample A10 Temp Set P1.0 if temp ++ ~2c
//
// Descriptiion: Use ADC12 and the integ
fet140_adc12_03.c
//*****************************************************************************
// MSP-FET430P140 Demo - ADC12 Sample A10 Temp Set P1.0 if temp ++ ~2c
//
// Descriptiion: Use ADC12 and the integ
senscode.m
function [exectime, data] = senscode(seg, data)
switch seg,
case 1,
data.msg.msg = ttAnalogIn(1);
exectime = 0.0005;
case 2,
data.msg.type = 'sensor_signal';
ttSendMsg(2, data.msg, 80); %
svmtest.asv
clc
clear
load result
Yd=result(:,2);
Yt=result(:,1);
e1=(Yd-Yt)./Yd
e=Yt-Yd
MSE=mse(e)
SSE=sse(e)
E=e.^2
rmse=sqrt(mean(E))
figure(1)
plot(1:length(Yt),Yt,'rd-',1:length(Yd),Yd,'b.:')
%%