Make and begin utilizing an Apple ID
Your Apple ID is the record you use to get to Apple administrations like the App Store, Apple Music, iCloud, iMessage, FaceTime and then some. Furthermore, you can sign into all Apple...
Best YouTube Keyword Tool Alternative
Best YouTube Keyword Tool Alternative
As of September 2014, YouTube's own Keyword Tool is not working anymore. It was moved over to Display Planner's AdWords video keyword suggestions. To use it, you need to have an AdWords...
Before you say you are poor please look at these photos(Cambodia)

ជីវិតអ្នកអាចប្រសេីរជាងគេរាប់លាននាក់រួចទៅហេីយ!! ហេតុអ្វីអ្នកនៅមិនសប្បាយចិត្តទៀត?
Before you say you are poor please look at these photos!! Your life will be change from negative to positive...
matlab code for line coding : unipolar, polar, bipolar and manchester code
clear all;
x=[1 0 1 1 0 1];
nx=size(x,2);
sign=1;
i=1;
while i<nx+1
t = i:0.001:i+1-0.001;
if x(i)==1
unipolar_code=square(t*2*pi,100);
...
Matlab code for convolution of two signals without using conv function
%Matlab code for convolution of two signals without using conv function
close all
clear all
x=input('Enter x: ') % input x in the form [1,2,3,4,5]
h=input('Enter...
Mathlab code AM modulation
my codes
matlab c,c++ vhdl
AM modulation
clc;
Ac=2;
fc=.9;
Am=.5;
fm=.05;
Fs=100;
ka=1;
t=[0:0.1:50];
ct=Ac*cos(2*pi*fc*t);
mt=Am*cos(2*pi*fm*t);
DSBAMt=ct.*(1+ka*mt);
subplot(2,2,1);
plot(mt);
ylabel('message...
mathlab code QPSK modulation
my codes
QPSK modulation
%try cosine wave plot also
%a=.5;
pi=3.14;
f=1;
x=[0 0 0 1 1 0 1 1 0 0 1 0 1 1 0 1];
nx=size(x,2);
i=1;
while i<nx+1
t = i:0.001:i+2;
if x(i)==0...
Subscribe to:
Posts (Atom)