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
Thursday, September 13, 2012
Posted by
Unknown
at
12:49 AM
0 comments
[MATLAB] pseudo ternary technique using simulink
close all;
clear all;
d=[1,0,1,1,0];
p=-2;
for i=1:length(d)
if i>1
if d(i)==0
p=-p;
a(i)=p;
else
a(i)=0;
end
else
if d(i)==0
p=2;
a(i)=p;
else
a(i)=0;
end
end
hold on;
for j=i:0.01:i+1
plot(j,a(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
How to get random number in shell script?
Sometimes when you are programming with shell script, it is really difficult to get random number because there is no random function a...
Enable Hindi/Gujarati font in Opera Mini
Most of smart phones are not supporting Indian laungauges because bitmap scripts langs are little bit difficult to code but Opera min...
Ubuntu vs other Linux Distros[comparison]
Courtesy of Linux format magazine(UK edition) As per Distrowatch.com, I have taken 4 Linux distro.(Top 5 Linux Distro) to compare with...
Program of JAVA RMI
//----------------------------RmiServer.java--------------------------------// import java.rmi.*; import java.rmi.registry.*; import...
Head-Tail command example [shell script]
if [ $# -ne 2 ] then echo " invalid argument " exit fi if [ ! -e $1 ] then echo "invalid fil...
How to type Gujarati/Hindi in Windows XP/Vista/7 easily?
Google IME Hi...to everyone...so Im coming with new tip to share with you. So lets see,,,, Many of Indian users are not knowing o...
Free unlimited calls on uninor special offer
Uninor has just released the new offer that It is free unlimited calls on sundays between Uninor to Uninor customer. The offer is val...
Getting started with Ubuntu 12.04
Hello,every one. Ubuntu manual project has just released new version of manual named as "Getting started with Ubuntu 12.04...
Blog Archive
▼
2012
(105)
▼
September
(52)
►
Sep 14
(11)
▼
Sep 13
(9)
[MATLAB] High pass filter using Fourier transforma...
[MATLAB] Low pass filter using Fourier transformation
Leach protocol tcl script NS2 simulation
Technical aptitude paper[Sample]
Download NCERT Books for free
[LINUX]Sample code of Makefile
[MATLAB] pseudo ternary technique using simulink
[MATLAB] NRZ-L technique using simulink
[MATLAB] NRZ-I technique using simulink
►
Sep 12
(17)
►
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