::EngineersPOST::
Home
Design and Simulations
Digi-Inovations
New???
Projects
Projects
Verilog Codes
Labels
Analog Ideas
(1)
Communication System
(2)
Digital Ideas
(2)
Signal_DSP Labs
(9)
Simulation using Multisim
(1)
Simulation using P-Spice
(1)
Tricks
(3)
Saturday, 28 April 2012
Simulation using P-Spice
Posted by
Priyabrat
at
06:05
Tags :
Simulation using P-Spice
0 comments
Post a Comment
◄ Newer Posts
Older Posts ►
Home
You May Like
Amplitude Modulation and Frequency Modulation Using MATLAB
MATLAB Code:- clc close all; clear all; t=0:0.0001:1; fm=input('enter the msg frequency'); am=input('enter the msg ampl...
Convolution using overlap Add method : -
Function for Circular convolution:- function y=mycirconv(x,h) lx=length(x); lh=length(h); l=max(lx,lh); X=[x zeros(1,l-lx)]; H=zer...
BPSK Modulation
I In phase shift keying (PSK), the phase of a carrier is changed according to the modulating waveform which is a digital signal. InBPSK, t...
circular convolution using DFT & IDFT
MATLAB Code: clc; clear all; close all; x1=input('Enter the 1st input:'); x2=input('Enter the 2nd input:'); lx1=lengt...
DFT & IDFT Using Twiddle Factor
MATLAB CODE: clc close all clear all X=input('Enter the sequence :'); L=input('Enter the length:'); lx=length(X); x1=...
Sectional convolution using overlap saving method :-
Function for Circular convolution:- function y=mycirconv(x,h) lx=length(x); lh=length(h); l=max(lx,lh); X=[x zeros(1,l-lx)]; H=zero...
Circular Convolution of two Sequences
MATLAB CODE:- clc close all clear all x=input('Enter the sequence x:'); h=input('Enter the sequence h:'); subplot(3,1,...
FIR Filter Design by Windowing Technique :-
Matlab Code: clc; clear all; close all; N=input('Enter period N='); x=rand(1,N); w=pi/4; a=(N-1)/2; for i=1:N if(i==a) ...
Discrete Time Fourier Transform
MATLAB CODE:- clc close all clear all X=input('Enter the sequence X:'); lx=length(X); y=0; for w=-2*pi:pi/500:2*pi; y=0; f...
How to Unblock Any Website?????
Hi,Friends Your Internet service is Blocked your favorite website ?? No need for frustration ,i will guide you how to unblock any website ...
0 comments
Post a Comment