English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to write a threshold function that gives the value "1" when a certain time point is passed...http://www.thefreedictionary.com/threshold+function

2006-08-31 19:27:23 · 4 answers · asked by oasis9020 2 in Science & Mathematics Mathematics

4 answers

What you are looking for is a unit step function

U(t-a)=
=0 when t =1 when t>=a

2006-09-01 07:10:12 · answer #1 · answered by Edward 7 · 0 0

I don't have the details with me now.

There is a function called dirac delta function (expressed using the greek lower delta), which is defined to be an impulse function where by area under it is 1 unit at x=0. A threshold function is defined as the integration of of the dirac delta function from -infinity to x.

Thus, your needed threshold function f(x) can be defined as int(delta(x-a), from -infinity till x), where a is the threshold.

2006-09-01 02:57:21 · answer #2 · answered by back2nature 4 · 0 0

then it is not a threshold function.

U can define threshold simply by

Treshold(t)= t % d (t module d), where d is threshold constant and t is variable.

2006-09-01 04:00:44 · answer #3 · answered by Yadab Das 3 · 0 0

f(x)=(|x-t|/(x-t)+1)/2
t = the time you want the function to jump to a value of 1

2006-09-01 02:33:23 · answer #4 · answered by ion599 1 · 0 0

fedest.com, questions and answers