Signals ans Systems ,Elements digital signal Processing , Continuous time and discrete time signals , Sampling Theorem , Discrete time signals , Discrete time systems , Z transform , Convolution and correlation.

Posted by fasxxzczc on Thursday, 22 March 2012

Signals ans Systems ,Elements digital signal Processing , Continuous time and discrete time signals  , Sampling Theorem  , Discrete time signals , Discrete time systems , Z transform  , Convolution and correlation.   Part 1 : Video  Part [...]
More aboutSignals ans Systems ,Elements digital signal Processing , Continuous time and discrete time signals , Sampling Theorem , Discrete time signals , Discrete time systems , Z transform , Convolution and correlation.

Implementation of Jury's Algorithm

Posted by fasxxzczc on Wednesday, 21 March 2012

Implementation of Jury's Algorithm 1: #include<iostream.h> 2: #include<conio.h> 3: #include<stdio.h> 4: #include<stdlib.h> 5: #include<math.h> 6: void main(void) 7: { 8: int b[10]={0},mat[10],num1,temp,a[5],i,j; [...]
More aboutImplementation of Jury's Algorithm

Implementation of General Diffrence Equation

Posted by fasxxzczc

  Implementation of General Diffrence Equation Find the output of a system described by given difference equation and initial conditions for given input sequence. (Solution of difference equation) (Obtain the response for different systems by changing [...]
More aboutImplementation of General Diffrence Equation

Circular Convolution of two sequences using DFT and IDFT

Posted by fasxxzczc

Circular Convolution of  two sequences using DFT and IDFT Compute the circular convolution of given two sequences using DFT and IDFT. 1: #include<graphics.h> 2: #include<iostream.h> 3: #include<conio.h> 4: #include<stdlib.h> [...]
More aboutCircular Convolution of two sequences using DFT and IDFT