Gallery

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Jumat, 06 Desember 2019

listing program tachometer berbasis arduino dan ir sensor

#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); ...

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',...)...

Selasa, 19 November 2019

contoh PKM KC(karsa cipta)

BAB I PENDAHULUAN 1.1  Latar Belakang Energi Matahari adalah  sumber energi utama bagi manusia yang tidak akan habis, selain berlimpah energi matahari ini dapat diubah menjadi energi listrik dengan peralatan berupa sel surya (Solar Cell) untuk mengkonversikan dari energi matahari ke energi listrik. Cara ini sangat mudah diterapkan di beberapa daerah pertanian bahkan didaerah pedalaman ataupun daerah terpencil dimana jaringan listrik...