#include <FastIO.h>
#include <LCD.h>
#include <LiquidCrystal.h>
#include <LiquidCrystal_SR.h>
#include <LiquidCrystal_SR2W.h>
#include <LiquidCrystal_SR3W.h>
//KELOMPOK 2
//RPM Tester
#include<LiquidCrystal.h>//inialisasi LCD
LiquidCrystal lcd(12,11,6,5,4,3);//inialisasi pin LCD
float value=0;
float count=0;
int rpm;
int kecepatan;
int oldtime=0;
int time;
void isr() //instruksi pengecekan rutin
{
count++;//perhitungan selalu bertambah seiring dengan perputaran
}
void setup()//intruksi perulangan
{
lcd.begin(16,2); ...
Jumat, 06 Desember 2019
GUI MATLAB FILTER IIR
function varargout = psd(varargin)
% PSD MATLAB code for psd.fig
%
PSD, by itself, creates a new PSD or raises the existing
%
singleton*.
%
% H
= PSD returns the handle to a new PSD or the handle to
%
the existing singleton*.
%
%
PSD('CALLBACK',hObject,eventData,handles,...) calls the local
%
function named CALLBACK in PSD.M with the given input arguments.
%
%
PSD('Property','Value',...)...