Wednesday, March 27, 2013

Generating Square Wave from Fourier Series by Using MATLAB

Fourier series always suprised me.. Harmonics are amazing.. They added together and we get another function.. Let's see it by our own eyes. How harmonics summation give the square wave? To do this and see step by step I wrote a small m-file and used pause command to see changes in function when harmonics are added. Here you are the codes...
Read More

Tuesday, March 26, 2013

How to install Android x86 on Pc

To install Android x86 on Pc: first download the iso file which is must be convenient with your pc. You can download it from here. After that you need to write it into a usb disk to form a livecd. Then reboot your computer. Go to boots by pressing F12 then select usb disk. You see the install menu will open. I recommend first try...
Read More

Thursday, March 21, 2013

Send Mail Using Matlab

Send mail using Matlab To send mail via matlab we need to tell to matlab our username,password,server etc. To doing this enter the following codes and modify it, it is just an example. By the way, if you haven't installed matlab into your system, you may wanna read my older post about installation of matlab on linux. % Modify these two...
Read More

Monday, March 18, 2013

Matlab İle Dijital İletişim Sistemi Modeli

Bu yazımda dijital iletişim sistemini modellemek için yazdığım matlab scriptini anlatmak istedim. İlk olarak, sisteminize henüz matlab kurmadıysanız matlab kurulumunu anlattığım yazımı okuyabilirsiniz. Bir dijital telefon ya da analog telefon aldığı analog sinyali yani sesimizi yollamadan önce dijital sinyale çevirir. Analog sinyaller reel...
Read More

Sunday, March 17, 2013

Linux Dağıtımlarına Matlab Kurmak

Kuruluma başlamadan önce matlab2012a iso dosyasını aşağıdaki torrent linkinden indiriyoruz. http://thepiratebay.se/torrent/7834627/Mathworks_Matlab_R2012b_UNIX_ISO İndirdiğimiz iso dosyasını /home/kullanıcı-isminiz/Matlab dizinine çıkartıyoruz. Çıkarma işlemi bazı bilgisayarlarda 10 dakikayı bulabilir malum iso dosyası 5GB..  Bu...
Read More

Linux'a Python Kurmak

Normalde linuxun bütün sürümlerinde python kuruludur. Ancak bu kurulu olan sürüm python2x dir.Eğer ki python3x sürümlerinden birini kurmak istiyorsanız yazıyı okumaya devam edin.  Python kurulumuna geçmeden önce bazı ayarlamalar yapmamız lazım. Birinci Adım: Gerekli paketlerin kurulması Alt+F2 ile terminali açıyoruz. Ve şu kodları...
Read More