- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is a Unit Parabolic Signal?
When a signal gives the constant acceleration distinction of actual input signal, such a signal is known as parabolic signal or parabolic function. It is also known as unit acceleration signal. The unit parabolic signal starts at t = 0.
Continuous-Time Unit Parabolic Signal
The continuous-time unit parabolic signal is a unit parabolic signal which is defined for every instant of positive time. It is denoted by p(t). Mathematically, p(t) is given as,
$$\mathrm{p(t)=\left\{\begin{matrix} \frac{t^{2}}{2}\; for\: t\geq 0\ 0\; for\; t< 0\ \end{matrix}\right.}$$
Also,
$$\mathrm{p(t)=\frac{t^{2}}{2}\;u(t)}$$
The graphical representation of the continuous-time parabolic signal p(t) is shown in Figure-1.
Discrete-Time Unit Parabolic Signal
The discrete-time unit parabolic sequence is a unit parabolic signal which is defined only at discrete instants of positive time n. It is denoted by p(n). Mathematically, p(n) is given as,
$$\mathrm{p(n)=\left\{\begin{matrix} \frac{n^{2}}{2}\; for\: n\geq 0\ 0\; for\; n< 0\ \end{matrix}\right.}$$
$$\mathrm{p(n)=\frac{n^{2}}{2}\;u(n)}$$
The graphical representation of discrete-time unit parabolic signal p(n) is shown in Figure-2.
Relationship between Unit Parabolic Signal and Unit Ramp Signal
The unit parabolic signal can be obtained by integrating the unit ramp signal with respect to time. In other words, the unit ramp function is the time derivative of the unit parabolic function, i.e.,
$$\mathrm{p(t)=\int r(t)dt=\int t\: dt=\frac{t^{2}}{2}\; \; for\: t\geq 0}$$
Or
$$\mathrm{r\left ( t \right )=\frac{\mathrm{d} }{\mathrm{d} t}p(t)}$$
Relationship between Unit Parabolic Signal and Unit Step Signal
The unit parabolic signal can be obtained by double integrating the unit step signal. In other words, the unit step signal is a double derivative of parabolic signal, i.e.,
$$\mathrm{p(t)=\iint\: u(t)dt\: dt=\iint\: 1\: dt\: dt=\int t\: dt=\frac{t^{2}}{2}\; \; for\: t\geq 0 }$$
or
$$\mathrm{u(t)=\frac{\mathrm{d} ^{2}}{\mathrm{d} t^{2}}p(t)}$$
- Related Articles
- What is a Unit Step Signal?
- What is a Unit Ramp Signal?
- Unit Impulse Signal – Definition, Waveform and Properties
- Properties of Discrete Time Unit Impulse Signal
- What is default signal handler?
- What is user-defined signal handler?
- What is Signal to Noise Ratio?
- What is a Sinusoidal Wave Signal – Definition and Importance
- What is a unit fraction?
- What is Control Unit?
- What is a "translation unit" in C++
- What is a Unit class in JavaTuples?
- Laplace Transform of Ramp Function and Parabolic Function
- What is unit digit? How to find unit digit?
- What is Python Unit Testing?
