Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Dead Zone (FPGA Module)

LabVIEW FPGA Module 8.2 Help
August 2006

NI Part Number:
371599B-01

»View Product Info

Provides a region of zero output, or a dead zone. output is zero if start of dead zone <= input <= end of dead zone. The largest data type you wire to any input determines the polymorphic instance LabVIEW uses. Details  

Use the pull-down menu to select an instance of this VI.

Dead Zone (I16)

start of dead zone specifies the low end of the dead zone.
input is the data point the VI processes.
end of dead zone specifies the high end of the dead zone.
output is the processed data.

output = inputstart of dead zone for input < start of dead zone

output = inputend of dead zone for input > end of dead zone

output = 0 for start of dead zone <= input <= end of dead zone

Dead Zone (I8)

start of dead zone specifies the low end of the dead zone.
input is the data point the VI processes.
end of dead zone specifies the high end of the dead zone.
output is the processed data.

output = inputstart of dead zone for input < start of dead zone

output = inputend of dead zone for input > end of dead zone

output = 0 for start of dead zone <= input <= end of dead zone

Dead Zone (I32)

start of dead zone specifies the low end of the dead zone.
input is the data point the VI processes.
end of dead zone specifies the high end of the dead zone.
output is the processed data.

output = inputstart of dead zone for input < start of dead zone

output = inputend of dead zone for input > end of dead zone

output = 0 for start of dead zone <= input <= end of dead zone

Dead Zone Details

If the result exceeds the range of the output data type, the result saturates, returning the maximum value representable by the data type with the same sign as the actual result.


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit