Manipulation In The Forest

| 0 comments |
Manipulation-In The Forest

Material:-
Background
Taylor Swift Png Image

Open PhotoScape, click "Editor" and stay on the ward "Home."
Open a photo Of The background of the forest
Brightness,Color>Deepen>Middle
Auto Level>High
Brightness,Color>Darken>High
Now Click On Object & Select The Girl Image & adjust It in the background
Click Photo+Objects & Click Ok
Filter>Film Effect>Cinema>High
Bloom>High
Brightness, Color> Color Enhancement>Middle

Result:-
Read More..

How to generate Digital Filter Coefficient and test the Filter in Matlab

| 0 comments |
This blog post shows how to generate a digital filter coefficient for a given input signal and then test the filter with impulse input signal.

Matlab has a two functions that are in a way inverse to each other. These function are prony and filter. The prony function generates Z transform of input signal with filter coefficient. The filter function generates output impulse response in response to given filter coefficients and input signal. Delta signal can be used with the filter coefficient to test the filter.

First generate some input signal like the following,

n = [0:50];
x = sin(2*pi*n/25);

Then use this signal x to determine filter coefficients a,b with the help of prony matlab function as follows,

[b,a] = prony(x,2,2);

The syntax of this function is,

[b,a] =prony{x,M,N)

where x is the input signal, M is the number of zeros and N is the number of poles

We can plot the input signal x as follows,

plot(n,x,*)

The plot is,


Now, we use the a,b coefficients generated above and check whether these filter coefficients generates the same output x in response to an input delta impulse.

Define delta signal to apply to the filter,

d = [1 zeros(1,50)];

Then apply this delta input to the filter using filter matlab function to get the filter response y,

y = filter(b,a,d);

Now plot y,



We see that when first x signal generated a and b coefficients and these coefficient were used for a filter we get the same signal back y for an input delta signal.

Indeed, we may plot both x and y on the same graph to see the result,

plot(n,x,*,n,y,o)

which gives,


So in this way we can use the prone and filter matlab functions to generate filter coefficients and later utilize them to build a digital filter. So these function are quite useful in Digital Signal Processing work using matlab.
Read More..

How to design Encoder using Verilog and VHDL

| 0 comments |
Encoder are used in communication system design to encode discrete data. They are found in source encoder, channel encoder as well as encryption of data. Decoder are used at the receiver to decode the encoded data. A simple encoder accepts 2^n inputs and outputs n bits, for example, if n is 3 then input is 8 bits. A truth table for 8x3 encoder is shown below.


This encoder truth table can be implemented using case, if or for statement. The case statement makes the code cleaner than with using if statement. The for statement finds more usefulness for larger encoder construct. 

Below are verilog and VHDL code using the case statements.

Encoder using case in VHDL

library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;

entity encoder is
    port(
    A : in unsigned(7 downto 0);
    Y : out unsigned(2 downto 0)
    );
end encoder;

architecture encoder_arch of encoder is
begin
    process(A)
    begin
        case A is
            when "00000001" => Y <= "000";
            when "00000010" => Y <= "001";
            when "00000100" => Y <= "000";
            when "00001000" => Y <= "001";
            when "00010000" => Y <= "000";
            when "00100000" => Y <= "001";
            when "01000000" => Y <= "000";
            when "10000000" => Y <= "001";
            when others => Y <= "XXX";
        end case;
    end process;
end encoder_arch;

Encoder using case in Verilog

 module encoder(A,Y);
    input [7:0] A;
    output [2:0] Y;
    reg [2:0] Y;
  
    always@(A)
        begin
            casex(A)
                8b00000001 : Y = 0;
                8b00000010 : Y = 1;
                8b00000100 : Y = 2;
                8b00001000 : Y = 3;
                8b00010000 : Y = 4;
                8b00100000 : Y = 5;
                8b01000000 : Y = 6;
                8b10000000 : Y = 7;
                default : Y = 3bX;
            endcase
        end
    endmodule

The verilog code is shorter than the VHDL code for this case statement.
Read More..

Game Shaun the Sheep 2

| 0 comments |

 Game Shaun the Sheep 2


Shaun the Sheep (Home Sheep Home 2)

Mungkin banyak orang yang belom tahu kalo kartun terkenal yang bernama Shaun The SheepIni memiliki versi game yang tentunya tidak kalah seru dengan kartunnya sendiri.


Game ini pun juga tidak kalah seru dengan game Angry Birds yang sama-sama mengasah otak kita agar menemukan cara dan jalan keluar agar dapat memenangkan game ini




System requirement
  • CPU Cores: Single Core 1.6 GHz Minimum 
  • RAM: 512MB 
  • DirectX Version: DirectX 9.0 
  • Graphics Card RAM: 128MB 
  • Graphics Card: DirectX 9.0 Graphics Card Shader Model: Not Required 
  • Sound Card: Required 
  • Operating System(s): Windows XP 32 bit, 64 bit Windows Vista, 32 bit, 64 bit Windows 7, 32 bit, 64 bit


File ini terdiri dari 3 part
  • Download
Home Sheep Home 2  Part 1 (200 MB)
Home Sheep Home 2  Part 2 (200 MB)
Home Sheep Home 2  part 3 (186  MB)


Read More..

Manipulation Please Let Me Go

| 0 comments |
Manipulation-Please Let Me Go

Material:-
Click Here To Download

Open PhotoScape, click "Editor"
and remains on the wing "Home."
open the photo of earth
Click On The Object & Select
The Photot Of Gate and adjust
above the earth level
Click Photo+Objects
Now Click On Tools
& Select Clone now clone the earth
near the gate which is differing
Now again go on object and select the girl Png
and adjust near gate
Click Photo+Objects
Click Again On Tools & Select Clone
Pressing Shift key clone the earth on the girl dress
and do it just like that some part of
girl dress is under earth
Bright,Color>Deepen>High
Bright,Color>Contrast Enhancement>Low
Auto Level>Low
Filter>Film Effect>Provia>Middle

Result:-

Read More..

Super Girl e Robin

| 0 comments |
Read More..

Animais

| 0 comments |



Read More..

Flores

| 0 comments |
Read More..

Tutorial for Gray Color Image

| 0 comments |
Open Photoscape Select a picture

Click start on the wing in Gray Scale

Go click on the ward Objects Photography> Photos> Select the same picture> Ok

Click on Tools> Clone Stamp & passing the ball go in the object

Crop the photo when you finish & save it

Result:
Before:-
  After:-
Read More..

Manipulation Moon On The Earth

| 0 comments |
Manipulation-Moon On The Earth

Materials:-
Click Here To Download

 Open PhotoScape, click "Editor"
and remains on the wing "Home."
open the background image
now click on object and select the fairy
and make her sit near the lake
now clone little water on her dress
as it looks some part of dress is in water
again click on object and select the moon
now expand the image of the moon and
set (X)-149 & (Y)111(u will see the image
on the left side of main image
click ok and click Photo +Object(select 2nd Option)
Now press the shift key & Clone the moon
around the fairy body
Now again click on object & select Moon
SetX(-510) & Y(0) keep opacity full
& Clone it in the clouds
now just clone some clouds near the moon
Bright,Color>Darken> High
Now Click On Tools & Select Paint
Paint Blue color in whole image while
pressing the key Shift On Keyboard
Bright,Color>Deepen>Middle
Auto Level>high

Result:-


Read More..

Download Dead To Right Full Version

| 0 comments |
Bismillah. Selamat sore semuanya. Kesempatan kali ini saya akan update artikel blog saya mengenai game. Setelah sebelumnya kemarin saya mengupdate film The Woman in Black, sekarang saya akan kembali mengupdate game lagi. Terakhir saya posting artikel di blog saya ini mengenai game yaitu game lama yang berjudul Resident Evil 3 : Nemenis. Untuk kali ini saya membahas dan membagikan game yang berbasic action ini. Walaupun game ini terlihat game yang berat atau yang mempunyai spesifikasi tinggi, jangan salah dulu game ini termasuk game ringan. Jangan dipikir ini game ringan kualitas gambarnya juga tidak bagus, grafik dari game ini sudah dibilang lebih dari cukup untuk kalangan game yang berspesifikasi sama seperti ini. Game yang berjudul Dead To Right ini menceritakan seorang polisi yang bekerja membunuh para penjahat dan menyelamatkan para sandra. Pasti seru kan membaca sekilas tentang game ini? Apa masih ada yang belum mengerti tentang game ini? Pokoknya intinya  kita dituntut untuk segera melepaskan semua tahanan yang disandera. Screenshot dari game ini bisa dilihat di bawah.



Untuk yang ingin tahu minimum system requirementnya bisa di cek dibawah :

  • System:Pentium III 500 MHz or equivalent
  • RAM:128 MB
  • Video Memory:16 MB
  • Hard Drive Space:600 MB
Download Dead To Right Full Version | Mediafire | 177 MB | (.exe)
If required password : www.metal-xp.net

Sekian postingan artikel pada kesempatan kali ini. Jika link rusak segera dilaporkan.
Terima Kasih! Semoga Bermanfaat!

Source : http://www.metal-xp.net/2012/04/dead-to-right-mediafire.html
Read More..

Text PNG

| 0 comments |










Read More..

Membuat Bootable Windows Untuk DVD CD Dengan WBI Creator

| 0 comments |
Membuat Bootable Windows Untuk DVD/CD Dengan WBI Creator

Banyak kesalahan yang terjadi pada saat membuat sebuah DVD atau CD Installer. Salah satu yang paling sering timbul adalah error kita Installer di jalankan. Hal itu di karenakan masalah yang muncul pada saat copy paste file Windows ke hard disk.
Membuat Bootable Windows Untuk DVD/CD Dengan WBI Creator Image
Intinya, masalah yang terjadi ketika Anda hendak hanya meng-copy paste kemudian burn file Windows Setup tersebut adalah Anda tidak membuat CD/DVD yang bootable. Saat itu terjadi dan Anda sama sekali tidak tahu cara membuat CD/DVD tersebut kami punya solusi yang pas buat Anda.
Nama aplikasinya ada WBI Creator yang bisa di unduh tanpa biaya sama sekali dengan catatan program ini tidak di komersilkan pengguna. Berikut adalah cara-cara penggunaanya.
  1. Download terlebih dahulu WBI Creator di http://www.deviantart.com/download/260819526/windows_bootable_image_creator_by_vishal_gupta-d4ba9mu.zip.
  2. Ekstrak file tersebut dan jalankan aplikasi EXE nya. Aplikasi ini tidak membutuhkan ruang space untuk installasi karena bersifat portable.Membuat Bootable Windows Untuk DVD/CD Dengan WBI Creator Image
  3. Bila di jalankan pertama kali, halaman awal hanya menampilkan informasi singkat tentang WBI Creator. Saat artikel ini di tulis, WBI Creator hanya mendukung pembuatan bootable image untuk platform Windows XPWindows Vista, dan Windows 7. Belum tersedia versi Mac dan Linux. Selanjutnya klik tombol NextMembuat Bootable Windows Untuk DVD/CD Dengan WBI Creator Image
  4. terdapat beberapa pilihan OS dan buatlah label nya sesuka hati. Pada bagian Setup Location, arahkan ke folder yang berisi installer Windows. Di Output Path, tentukan lokasi hasil penyimpanan data nantinya.Membuat Bootable Windows Untuk DVD/CD Dengan WBI Creator Image
  5. Berlanjut ke tahap selanjutnya menampilkan pembuatan bootable untuk image file. Jika pembuatan bootable image selesai, Anda bisa klik tombol Close. Aplikasi ini akan langsung menampilkan target path yang sudah Anda tetapkan sebelumnya.
  6. Apabila Anda sudah mendapatkan Image File dalam format .ISO, burning lah file tersebut dengan aplikasi burning unggulan anda. Setelah selesai proses burn, Anda pun bisa leluasa melakukan booting dari CD/DVD yang sudah anda buat sebelumnya.
Dengan adanya bantuan aplikasi ini, anda tak perlu lagi ragu akan terjadi kegagalan dalam membuat CD/DVD Installer. Silahkan di coba dan jangan lupa selalu berkunjung ke Blog FastNcheap yang memuat semua tutorial menarik seputar dunia komputer dan Internet.

Read More..

Download Jack Ryan Shadow Recruit 2014 BluRay 720p

| 0 comments |
Dimulai dari kunjungan kerjanya di Afghanistan, yang membuat dia terluka untuk selamanya. Diawal atau pada hari-hari awal di Financial Intelligence Unit modern CIA, dia menjadi seorang analis di bawah perwalian handler-nya yaitu Harper. Ketika Ryan yakin bahwa dia menemukan plot Rusia yang runtuh dari ekonomi Amerika Serikat, maka dia beralih profesi dari seorang analis menjadi mata-mata dan harus berjuang untuk menyelamatkan hidupnya sendiri dan orang lain yang tak terhitung jumlahnya, sementara dia juga berusaha untuk melindungi hal yang lebih penting dari apa pun dan juga hubungan dengan istrinya Cathy.

About Film

Info: IMDb
Release Date: 17 January 2014 (USA)
Genre: Action | Crime | Mystery
Stars: Chris Pine, Kevin Costner, Keira Knightley
Quality: BluRay 720p
Encoder: SHQ@Ganool
Source: 720p BluRay x264-SPARKS
Size: 800MB
Subtitle: Indonesia, English
Synopsis: Jack Ryan, as a young covert CIA analyst, uncovers a Russian plot to crash the U.S. economy with a terrorist attack.

Watch Trailer



Screenshot



Link Download

Download | (.mkv) | 800 MB | 5 Part or Single Link Password xversailez | By Tinypaste (Idup.in,Swatpload,MightyUpload,Putlocker,UpToBox,UPaFile,dll)

Get Problem? Read How To Download Here

Terima kasih! Semoga bermanfaat!

http://ganool.com/jack-ryan-shadow-recruit-2014-bluray-720p-800mb-ganool
Read More..

CD HIRENS BOOTCD V14 0 REBUILD BY DLC V2 0

| 0 comments |

DOWNLOAD CD HIRENS BOOTCD V14.0 REBUILD BY DLC V2.0

Hirens BootCD CD 14.0 Rebuild by DLC v1.0

The last general point of this version are:

- Eliminate non Dos Software:
Parted Magic 6.1 (160MB)
Seagate DiscWizard (26MB)

- Add to:
Partition Tools:
Partition Magic Pro 8.05 (bản có đăng ký)
Acronis Disk Director Suite 10.0.2160
Acronis Disk Director 11 Home Build 11.0.2121
Paragon Partition Manager Server 7.0.1274

Backup Tools:
Norton Ghost 11.5.1
Acronis True Image Enterprise Server 8.1.945
Acronis True Image Home 2011 14.0.0 Build 6857

Password & Registry Tools:
Active Password Changer 3.0.420 (NT/2000/XP/2003/Vista)

Hard Disk Tools:
HDD Regenerator 2011 (full)
HDAT2 v4.8.1

Edit Mini Windows XP:
Remove:
Spybot Search & & Destroy (14.5 MB)
Avira AntiVir Personal (41.4 MB)

Added:
Partition:
+ Partition Magic Pro 8.05
+ Partition Wizard Professional Edition 6.0
+ EASEUS Partition Master 8.0.1 Server Edition
Backup:
+ Ghost32 (32bit)
+ Ghost64 (64bit)
+ Ghost Explorer
+ GhostCast Server
+ OneKey Ghost 6.5.11.173 (32bit)
+ OneKey Ghost 6.5.11.173 (64bit)
+ HDClone Professional v3.9.4
Internet:
+ Mozilla Firefox 4.0.1
+ Internet Download Manager 6.03
+ TeamViewer 6.0.10462.0
+ Outlook Express Backup v6.5
Recovery:
+ GetDataBack 4.22
+ GetData Recover My Files Pro 4.6.8.1012
+ EASEUS Data Recovery Wizard Professional 5.0.1
+ MiniTool Power Data Recovery 6.5
System Information:
+ HWiNFO32 v3.81.1273
Graphic:
+ Unikey 4.0 RC2
+ Kingsoft Office 2010 Professional v6.6.0.2462
+ Foxit Reader v5.0.1.0523
Burning:
+ BurnAware Professional 3.3.1
+ UltraISO Premium 9.3.6 Build 2750
Antivirus:
+ BkavHome3343
+ Kaspersky Virus Removal Tool 9.0.0.722 [11/06/2011]
+ Kaspersky TDSSKiller 2.5.4.0
+ Remove Fake Antivirus v1.76
+ Win32/Sality Remover 1.2.0.616
+ Perlovga Removal Tool 2.6.0.1
Utilities:
+ WinRAR 4.01
+ Avast! Registry Editor
+ Total Commander 7.56a
+ USB Show 1.0
+ CMOS De-Animator 2.0
+ Anti Deep Freeze 0.4
+ Ophkrack 3.3.1

Download CD Hirens BootCD v14.0 Rebuild by DLC v2.0:
Download CD Hirens BootCD v14.0 Rebuild by DLC v2.0


Information:

Code:file name: CD.Hirens.BootCD.14.0.Rebuild.v2.0.iso file size: 601 MB MD5: 19DE20D4FDEBA85B607E94527D2D48D5 SHA-1: 38612371A0F64B71EFCE1B5F78D8839E39344878
Read More..

Tutorial For Sweet Orange Effect

| 0 comments |
Material to download :-







Open PhotoScape, click "Editor" and stay on the ward "Home."
Open a photo Across the left side panel of the program and click:-

Filter > Noise Reduction > High
Auto Contrast > High
Auto level > High
Bright, color> Contrast enhancement > High
Filter> Film Effect> Portra > High
Go upstairs to the object > little hill with the sun> and open the texture picture Which you have saved
Set the opacity to 85, and adjust the picture ok!
02 Open the another texture, set the opacity to 64 , and adjust the picture!
Click photo + object
Bloom > High
Bright, color> Contrast enhancement > High

Result:-


Read More..