skip to main
|
skip to sidebar
Pages
Home
Advertise
Request
Study
Presentations
Term papers
Source codes
Tips & Tricks
Android
Windows
Linux
Programming
iPhone
Blogging
SEO
Google
Software
Downloads
Tutorials
Software
Android
Programming
Mobile Tricks
Free GPRS/3G
Free callertune
Free SMS/call
Firmwares
Samsung
Motorola
Sony ericsson
HTC
Wednesday, September 12, 2012
Posted by
Unknown
at
9:27 PM
0 comments
[MATLAB]Manchester technique using simulink
close all;
clear all;
d=[1,0,1,1,0];
for i=1:length(d)
if d(i)==1
a(i)=-2;
b(i)=2;
else
a(i)=2;
b(i)=-2;
end
hold on;
for j=i:0.01:i+0.5
plot(j,a(i),'.-r');
end
for j=i+0.5:0.01:i+1
plot(j,b(i),'.-r');
end
grid on;
end
Leave a Reply
Newer Post
Older Post
Subscribe to:
Post Comments (Atom)
Liked!! Share It
Translate blog
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
Labels
programming tutorials
(49)
tips and tricks
(30)
study
(24)
windows tips and tricks
(9)
firmwares
(8)
linux tips and tricks
(8)
samsung firmwares
(6)
android tips and tricks
(5)
linux tutorials
(5)
downloads
(4)
presentations
(4)
programming tips and tricks
(4)
tutorials
(4)
termpapers
(3)
android tutorials
(2)
software tips and tricks
(2)
3g/gprs tips and tricks
(1)
airtel
(1)
free calls tips and tricks
(1)
htc firmwares
(1)
linux tricks
(1)
motorola firmwares
(1)
software tutorial
(1)
tech news
(1)
uninor
(1)
Popular Posts
Official firmwares for HTC Explorer(Gingrebread)
This is the whole list of available stock roms/official firmwares for HTC explorer android phone and all are flashable using clockwork ...
Motorola Xoom-Wifi Latest Jelly bean firmware(4.1.1)
Motorola has just released new jelly bean update for XOOM tablet(wifi) users. Download the firmware: Jellybean 4.1 firmware pack...
Reverse Enginnering
Reverse Enginnering The term reverse engineering as applied to software means different things to different people."Reverse...
How to develop games in HTML5 quick and easy?
HTML5 is fast growing technology in recent time and many friends are asking about it for programming perspective and I decided to share...
[C-CODE]Program to sum numbers using parallel processing
/*Code open-sourced by http://codejar-lab.in This is only for study purpose only and if you found any error use own logic to correct it ...
Download NCERT Books for free
There is a portal which provides you all versions(Hindi,English and Urdu) of NCERT books of all standards and available free for download a...
[MATLAB] Gamma,Log and Negetive Trasformation Code
log_input=imread('fig3.jpg'); gamma_input=imread('fig6.jpg'); neg_input=imread('fig5.jpg'); %img=rgb2gray(inp...
Simulators to test your site on mobile devices
Mobile web is today's top increasing technology in the world and it has exponentially incremental. If you are a web developer or ...
Blog Archive
▼
2012
(105)
▼
September
(52)
►
Sep 14
(11)
►
Sep 13
(9)
▼
Sep 12
(17)
[MATLAB]Manchester technique using simulink
[MATLAB] Differential Manchester technique using s...
[MATLAB]NRZ technique using simulink
Implementation of circular queue in C/C++
Implementation of DFS in C & C++
Implementation of binary search in C & C++
Implementation of Priority Queue in C & C++
Implementation of binary search tree in C & C++
Implementation of Quick sort in C & C++
Implementation of Heap sort in C & C++
Implementation of Link list in C & C++
Implementation of stack in C
Program of JAVA RMI
C Program of iget & iput algorithm
C Program of bmap algorithm
How to chat using named pipe in UNIX?
Tower of Hanoi problem using PROLOG
►
Sep 08
(7)
►
Sep 02
(8)
►
August
(4)
►
Aug 04
(4)
►
July
(49)
►
Jul 29
(2)
►
Jul 28
(19)
►
Jul 27
(1)
►
Jul 25
(1)
►
Jul 24
(26)
Total Pageviews
Powered by
Blogger
.
My other blogs
Techjar Blog
Samsung Galaxy SL-I9003
Comments
Followers
About Me
Unknown
View my complete profile