how to write delta function like this?

h(n)=delta(n-3)-2*delta(n-4); delta(n==0)=1 can any one help me. Thank you.

1 Kommentar

Ced
Ced am 31 Mär. 2016
The delta function in this case is defined as
"if n is equal to 0, then the function value is 1, else, the function value is 0"
You can implement it just like that in matlab.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Jan
Jan am 31 Mär. 2016

0 Stimmen

delta = (n==0);

Tags

Gefragt:

am 31 Mär. 2016

Kommentiert:

Ced
am 31 Mär. 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by