Showing posts with label network. Show all posts
Showing posts with label network. Show all posts

Tuesday 3 October 2017

Laplace Transformation-Detailed Study

LAPLACE TRANSFORM FOR SIGNALS

Basically Laplace Transform, in mathematics, is an integral transform which takes a real variable t ( usually time ) to a complex variable s ( frequency ). It is named after its discoverer Pierre Simon Laplace ( French Mathematician & Scientist).
Laplace transform can be defined as a frequency domain approach for continuous time domain signals irrespective of the stability of the system.
Consider a function f (t) which is to be continuous and defined for all values  of t 0.
Then Laplace transform is

Laplace tranformation


That is, Laplace transform is very much similar to the Fourier transform. But Fourier transform of a function is complex function of real variable (frequency) unlike Laplace transform which is a complex function of complex variable.
If the lower limit is 0, then the transformation is referred to as one sided or unilateral Laplace Transform while in the two sided or bilateral transform lower limit is -.

INVERSE LAPLACE TRANSFORM

Inverse Laplace transformation converts a frequency domain function F(s) to the time domain function  f (t).
Inverse Laplace transform is determined as follows

laplace transformation


So, we can denote the transformation relationship between  f (t) and F[S] as
                                                            
laplace transformation


While analysing problems Laplace transform can be applied easily if we consider it as two categories,
that is as functional and Operational transforms.
A functional Laplace transform is the Laplace transform for a specific function such as sin⁡〖θ , t,e^(-at)…  〗,
while an operational transform defines a general mathematical property of the Laplace transform.
(Note that we can attain the same result by applying direct equation also.)

FUNCTIONAL  LAPLACE  TRANSFORM


A functional transform is simply the Laplace transform of a specified function of t. On unilateral Laplace transform of the following functions the pairs obtained are:

laplace transformation


OPERATIONAL  LAPLACE  TRANSFORM

Operational transform indicate how mathematical operations performed on either (t) or F[S] are converted into the other.


laplace transformation

Read more ...

Sunday 1 October 2017

INTER-RELATIONSHIP BETWEEN VARIOUS MATRICES

In this section,we will be discussing about the relationship between different matrices like incidence matrix(A),Tie-set matrix or Fundamental loop matrix(B) and Cut-set matrix(Q).

A=[At:Al]  where, At means matrix of twigs and Al  means matrix of links
B=[Bt:Bl] where , Bt means matrix of twigs and Bl means matrix of links
                 But for a fundamental loop matrix Bl =U,where U is the identity matrix.
Q=[Qt:Ql] where they have the usual meaning as stated above

RELATIONSHIP BETWEEN INCIDENCE MATRIX A AND FUNDAMENTAL LOOP MATRIX B:
We know that A and B are orthogonal.So
                                                   ABT=0
[At:Al]*BtT =0
              U


So AtBtT+Al=0   or    BtT=At-1Al

Bt= [ -At-1 Al ]T

RELATIONSHIP BETWEEN A AND Q:
AIb = 0     or      QIb = 0
From this relation,we will get
Ql = At-1 Al





Read more ...

Saturday 30 September 2017

Active Elements and Passive Elements

ACTIVE ELEMENTS

An independent source which can  deliver or absorb energy  continuously is called an active element . The voltage of an ideal source is assumed to be independent of the current in the circuit.


If the current is entering into the positive terminal of battery then power is absorbed by the battery and if the current is entering into the negative terminal of battery then power is delivered by the battery.                              



Read more ...

Reciprocity Theorem or Reciprocal Theorem

RECIPROCAL THEOREM



A network is said to be reciprocal if the network remains invariant due to the interchange of position of cause and effect.
Read more ...

Superposition Theorem

SUPERPOSITION  THEOREM

Superposition theorem states that for any linear network consisting of a number of sources,the overall response is equal to the algebraic sum of individual responses considering only one source at a time keeping all other sources inoperative.


Read more ...

Thevenin's Theorem

THEVENIN’S THEOREM

Thevenin’s theorem states that for any two terminal linear network consisting of a number of sources can be replaced by a single voltage source in series with an impedance.


Thevenin’s voltage is the open circuit voltage across the terminals where we want to find Thevenin’s equivalent. Thevenin’s impedance is the net impedance across the terminals where we want to find the Thevenin’s equivalent.
Read more ...

Convert a square matrix to Lower and Upper Triangular Matrix

Upper and Lower triangle Matrix Using C program In this program we will be discussing on how to convert a square matrix into correspon...