Jumat, 14 Juni 2013

Tugas Probabilitas Dan Statistika

NAMA : GIFINRI PRATAMA SINAGA
NPM    : 1215031034
KELAS: B

sumber data dapat dilihat di sini.

Data Produktifitas Tanaman Pangan 

tahun    padi    jagung    kedelai
2004    45.36    33.44    12.8
2005    45.74    34.54    13.01
2006    46.2      34.7       12.88
2007    47.05    36.6       12.91
2008    48.94    40.78    13.13
2009    49.99    42.37    13.48
2010    50.15    44.36    13.73
2011    49.8      45.65    13.68
2012    51.36    48.93    15


Syntax Phyton

#Gifinri Pratama Sinaga
#1215031034

"""
tentang indeks produktivitas tanaman pangan data 2004 - 2012 nasional
data from http://www.bappenas.go.id/proto-bappenas/file-uploads/1.Buku_Datin_Kinerja_Pembangunan_2004-2012B.pdf
"""

import matplotlib.pyplot as plt
import numpy as np
import datetime

somedates, padi, jagung, kedelai = np.loadtxt('pangan.txt',skiprows=1,unpack=True)

xdates = [datetime.datetime.strptime(str(int(date)),'%Y') for date in somedates]

fig = plt.figure()
ax = plt.subplot(111)
plt.plot(xdates, padi,'o-',label='Padi')
plt.plot(xdates, jagung,'o-',label='Jagung')
plt.plot(xdates, kedelai, 'o-',label='Kedelai')
plt.legend(loc=4)
plt.ylabel('Produktivitas Tanaman Pangan')
plt.xlabel('Tahun')
plt.grid()
plt.savefig('dates-tutorial01.png')
plt.show()



Grafik Produktifitas Tanaman Pangan




Rabu, 30 Januari 2013

microkontroler


MICROKONTROLER


Microcontroller is in computer chips used to control electronic devices, which emphasize efficiency and cost effectiveness. It literally can be called "little control" where an electronic system that previously many require supporting components such as TTL and CMOS ICs can be reduced / minimized and ultimately centralized and controlled by a microcontroller is.

In other words, the microcontroller is an electronic device that has a digital input and output, and control of the program can be written and erased in a special way, the workings of the actual microcontroller to read and write data. Just an example, imagine yourself as you begin to learn to read and write, when you are able to do things that you could read any good books, short stories, articles and so on, and you also can also write things otherwise. Similarly, if you are adept at reading and writing data, so you can create a program to create a system using microcontroller automatic settings according to your wishes. Mikrokonktroler used in the products and tools that are controlled automatically, such as engine control systems, remote controls, office machines, home appliances, heavy equipment, and toys. By reducing the size, cost, and power consumption compared to designs using microprocessor memory, input and output devices separately, the presence of microcontrollers makes electrical controls for a variety of processes to be more economical.
Microcontroller is technology very important in people live know. a functional computer system in a chip. It contains a processor core, memory (a small amount of RAM, program memory, or both), and input-output equipment.



The definition of a minimal system is a microcontroller circuit that can already be used to run an application. A microcontroller IC tidakakan mean when only stand-alone. Basically a minimal system of AVR microcontrollers have the same principle, which consists of 4 parts:

1. processor, the microcontroller itself
2. microcontroller reset circuit in order to run the program from the beginning
3. clock circuit, which is used to rate the CPU
4. power supply circuit, which is used to provide resources

In particular jenis2 microcontroller (AVR example), point2 the No. 2, 3 are available in the microcontroller with a frequency that has been setup from the vendor (usually 1MHz, 2MHz, 4MHz, 8MHz), so users do not need to require additional circuits, but if you want to design systems with certain specifications (eg to communicate with a PC or a mobile phone), the user must use a clock circuit in accordance with the characteristics of the PC or HP, usually using crystal 11.0592 MHz, to produce appropriate communication with baud rate of the PC or HP.
Microcontroller first introduced by Texas Instruments with TMS 1000 series in 1974 which is the first 4-bit microcontroller. Microcontroller began made since 1971. Is a microcomputer on a chip, complete with RAM and ROM. Then, in 1976, Intel issued a microcontroller that would be popular with the name of 8748 which is an 8 bit microcontroller, which is the MCS 48 microcontroller family.
However, not entirely microcontrollers can reduce IC TTL and CMOS components that often are required for high speed applications or simply increase the number of channels of input and output (I / O). In other words, the microcontroller is a mini or micro version of a computer because it contains several peripheral microcontroller that can be used directly, for example, parallel port, serial port, comparator, digital-to-analog conversion (DAC), analog to digital conversion and so just use the system minimum is not complicated or complex.
In order for a microcontroller to function, the microcontroller requires external components are then referred to the minimum system..
To design a microcontroller-based system, we need hardware and software, namely:

1. minimum system microcontroller

2. programming software and compilers, and downloader
Now on the market once encountered a lot ranging from 8-bit microcontrollers to 64-bit, so the difference between microcontroller and microprocessor very thin. Currently many microcontrollers in the market is an 8 bit microcontroller MCS51 family variant (CISC) issued by the series AT89Sxx Atmel and AVR microcontroller which is a RISC microcontroller with serial ATMEGA8535 (variants of the AVR microcontroller is enormous, with features that berbeda2 masing2) . With the microcontroller users (novice) can create a system for daily use, such as controlling home appliances using remote control television, radio frequency, creating a digital clock, digital thermometer.

1. Types of Microcontroller

Technically, there are only 2 kinds of microcontroller. This division is based on the complexity of the instructions that can be applied to the microcontroller. The division was the RISC and CISC.

• RISC stands for Reduced Instruction Set Computer. Instructions that limited, but it has more facilities.

• In contrast, CISC stands for Complex Instruction Set Computer. Instructions can be said to be complete but with sufficient facilities.

1. MCS51
Mikrokonktroler is included in the family mikrokonktroler CISC. Most of the instructions executed in 12 clock cycles.
This microcontroller based on the Harvard architecture, and although originally designed for single-chip microcontroller applications, a mode of expansion has allowed an external 64KB ROM and 64KB RAM beyond the given address by a separate chip selection lines for access to program and data memory.
One of the capabilities of 8051 microcontroller is revenue a boolean processing engine which allowed the level boolean logic operations-bits can be carried out directly and efficiently on internal registers and RAM.

2. AVR
Mikrokonktroler Alv and Vegard's Risc processor or often abbreviated AVR 8-bit RISC is mikrokonktroler. Because most of these RISC instruction code packaged in one clock cycle. AVR microcontroller is the type most often used in the field of electronics and instrumentation.
In general, AVR can be grouped into 4 classes. Basically that distinguish each class is a memory, peripherals and functions. Fourth grade is ATTiny family, family AT90Sxx, ATMega family and AT86RFxx.

3. PIC
At first, PIC stands for Programmable Interface Controller. But in its development turned into a Programmable Intelligent Computer.
PIC including family mikrokonktroler Harvard architecture
. Originally developed by General Instruments Microelectronics Division with PIC1640 name. Now Microhip has announced the creation of his sixth PIC


Sumber       : id.wikipedia.org/wiki/Microcontroller



Jumat, 21 Desember 2012

PLOT RED ROCK WEST

Title of this film is Red Rock West prominent actor in this film is Nicolas Cage plays Michael Williams. This movie story about mistaken for a contract killer. Williams is a drifter living out of his car after being discharged from the Marine Corps. Williams job on oilfield but he ot from the job until Michael is at need money because he broke. So Michael wanders into rural Red Rock  looking for other work. When Michael Williams who arrives in Red Rock and he come in to one of the bar in Red Rock. Bar owner is Brown he guess Michael is hit man, but the real hit man not Williams. Brown want give some money to Williams if Williams can  murder brown’s wife  with the offers is $10,000. Brown give $5,000 to him and the remainder give after he finished his job.  William very shocked with given job to him because he come in only drink a cup coffee  but William not show his shocked to brown and  he to go along with the plan.

Then Williams look Brown’s wife  and he go to address Brown’s wife is spuring horse in home’s field, but not direct meet her. Williams more just come in to Brown’s wife home without knowed Brown’s wife. Then when Brown’s wife come in to her home Williams direct her, and she very shocked. Williams  decides to warn Brown's wife about the plan of her husband. The brown’s very shocked about strory’s Williams about her husband want her life. But she makes a tempting counteroffer to him for murder her husband and he will get more money from Brown’s wife . Williams Knowing if he do job from Brown’s wife or from Brown  make he longer stays in town, and that more dangerousfor his life. So he tries to leave the town but his plan no success. With all the his power he try to coping the problem come to his life.

The turns in his attempts for leave red rock experience no success because the real hit man finally does show up. In this story Willimas knock out the real hit man, but that complicates matters plus with when in night  he becomes romantically involved with Brown’s wife. The next morning Brown’ wife and Williams  go to Brown’s bar, but Williams not come in to bar only Brown’s wife ceme in to bar  she want get money from Wayne. And happened certain to Brown’s wife and Williams their kidnaps by  brown. The incident cause Brown enter to jail, but he can out of jail because he have acquaintance in the jail. The last of the movie is Brown invite Williams to fight with him in graveyard. Like action movie casually,  this movie not be different with the general film the prominent actor usually win if fight with his enemy, and that happened at Williams, because Williams can beat down brown in graveyard and Williams win in fight with Brown owner the bar.

Kamis, 06 Desember 2012

GREEN TECHNOLOGY



Green Technology is not a new Technology in life of us, even Green Technology there are since our ancestor’s era, this matter can be proved by found batre at ancient era. According of science this batre is a Technology most modern in those era and this batre made from materials friendly environment, so this batre can telling Green Technology from those era. But now Green Technology more modern compared from ancestors era. That’s can be free from science in all state, blessing them we can use Green Technology in our live
            Example Green technology in our live any one is Hybrid Car the car made by japans, this car referred as Green Technology because the car not use fuel for its power but the car use electricity. But not many state thorough Green Technology in especially for this car, because only state have human resources can be thorough this car. More example for Green Technology in our live is Motocycle,lamp,train and so on.
            States thourgh how about Green Technology and how making product Green Technology can use or enjoyed by people in this world. Because science say if Green Technology can shifting  inhospitable technology environment hence our world can be save. For example state thorough  Green Technology according to me is much from European continent and little from asia continent. Indonesia is any one state in asia continent thorough of Green Technology but not like states from european or developed countries in asia because in Indonesia limited the human resources.
            Profit use product from Green Technology is we can save our world with smelly monoxide carbon in our atmosphere and much profit again if we use or thorough Green Technology.
            So,in my opinion Green Teknology is a good Technology very profit and can be aplliance save our world but this technology difficult expnd because not many people like.


 APPLICATION LATTER

March 25, 2012
Ms. Rosemarie Norbe
Personnel Manager
Telecommunication Company
Bandar Lampung, Lampung City

Dear Mr. Sandy:

Your advertisement in the March 22 issue of the Lampung of Newspaper calls for an telecommunication technician who is proficient in communication skills, computer literate, and with pleasing personality.  I sincerely believe that I meet your requirements for the position.

I am Gifinri Pratama Sinaga,  a graduate Lampung of University majoring in electrical engineering. March, 28, 2012 as a cum laude.

I consider as my assets: my proficiency in both written and spoken English, my computer skills, and my leadership. skills which were honed in my capacity as the chief I am hardworking, efficient, and highly driven, and I am willing to undergo training to further improve my capabilities.

For your perusal and evaluation, I have enclosed my resume which includes my special skills, training and accomplishments and awards as a student, and a photocopy of my official transcript of records for your evaluation.  Should you wish to ask about my personal traits and capabilities, I have also included a list of references for you.

I am very much willing to come over for a personal interview with you anytime during office hours.

Respectfully mine,

GIFINRI PRATAMA SINAGA

Senin, 15 Oktober 2012

Basic of Wireles Netwrok



Basic of Wireles Network
Summary
            The first commercially available radio and telephone system, known as the improved MobileTelephoe Service (IMTS), was put into service in 1946. This system was quite unsophisticated , as there were no solid-state electronic available at the time. Given these constriction, the number pf channels available did not come close to satisfyng the demand.
            Two important characteristic of cellular system contribute to their use fullnes. The first is their controlled handoff. Second, system were designed to locate particular subcribers y paging them in eachof the cells. The initial transmition technology used betwen the vehicle and thecell site was analog in nature and known as advanced Mobile Phones System (AMPS). In Europe GSM and TDMA  now known as Global System for Mobile Communications.
            Develop spread-spectrum technology called code-division multiple access (CDMA). The continuing  growth of cellular telecomunication to searchfor additional ways to satisfy the obvious. Canada, the decision was based on a beauty contest, a comparison of busines cases, technology, and future plans, rathe than the bidding process.

Abstrac
            This system was quite unsophisticated, system were designed to locate particular subcribers y paging them in eachof the cells, as there were no solid-state electronic available at the time. The initial transmition technology used betwen the vehicle and thecell site was analog in nature and known as advanced Mobile Phones System (AMPS).
            In Europe GSM and TDMA  now known as Global System for Mobile Communications. Canada, the decision was based on a beauty contest, a comparison of busines cases, technology, and future plans, rathe than the bidding process.

Selasa, 02 Oktober 2012

Curriculum Vitae



Curriculum Vitae


-          ­­Personal Information

Name                           : Gifinri Pratama Sinaga
Sex                              : Male
Place, Date of Birth    : Sarolangun, January 17, 1995
Nationality                  : Indonesia
Religion                       : Christian
Addres                         : Jl.Marga Anak Tuha no 02, Bandar Lampung
Phone Number            : 0853 7732 1089
E-mail                          : finripratama@yahoo.com

-          Educational

2000 – 2006                : Elementary School No.165, Pelepat Illir
2006 – 2009                : Junior High School No.4, Pelepat Ilir
2009 – 2012                : Senior High School No.2, Pelepat Ilir
2012 – 2016                : S1 in University of lampung

-           Course and Education

2007 -2008                  : Computer and Internet Course at Medica, Jambi
2010 – 2011                : English Language Course at Ganesha, Jambi

-          Working Experience

Working at PT. Putra Agung, Jambi
Position                                  : Telecommunication Technician
Length of Duty                       : January 2016 - June 2018
Purpose                                   : Permanently working
Job's Description                    - Central Telecomunication; 
                                                   - Arrange Exit and Enter the information.
                                                                    

-          Organitation Experiences

2006 – 2007                : OSIS in Junior High School No.4, Pelepat Ilir
2009 – 2010                : OSIS in Senior High School No.4, Pelepat Ilir

Achievements

Junior High School     : Champion two mathematics Olympiad;
Senior High School     : Champion one physics Olympiad;
Senior High School     : Champion three mathematics Olympiad.

-          Interests

Sport
Singing
Programing


           

Bandar Lampung, July 17, 2018