0

Is there a logic gate or combination of logic gates that gives the following? If not, is there something that gives the following on Labview

Input: 00, 01 , 10 , 11

Output respectively: 0,1,0,0

I think its unlikely because distinguishing a 1 and 0 with a 0 and 1 doesn't seem to be possible at face value except if its a special gate.

4

2 回答 2

3

在我看来,你想要的是(不是 A)和(B)。如果你不知道如何在LabVIEW中做到这一点,那么你真的需要退后一步,从一些基本教程开始,甚至可能去上一门合适的课程。您可能还想查看一些更通用的计算机科学和编程课程。

于 2013-10-31T15:28:56.450 回答
2

您可以使用 Compound Arithmetic 节点做很多事情。

复合算术

于 2013-10-31T16:12:51.173 回答