Skip to content

Integration of any signal using Trapezoidal and Simpson's rule

Notifications You must be signed in to change notification settings

agarwaltanmay/signal-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Signal Processing

Description

Developed a script in MATLAB to perform numerical integration of any given signal using Trapezoidal and Simpson's rule

Algorithms

Functions implemented:

  • f(t) = (heaviside(t) - heaviside(t-2))^2

    • lower_limit = -2
    • upper_limit = 4
  • f(t) = (heaviside(t)- 2.heaviside(t-1) + heaviside(t-2))^2

    • lower_limit = -2
    • upper_limit = 4
  • f(t) = (2.heaviside(t) - 2.heaviside(t-1))^2

    • lower_limit = -2
    • upper_limit = 4

Releases

No releases published

Packages

 
 
 

Languages