Sequential (127) transistor
https://chihaukam.blogspot.com/2023/08/blog-post_23.html
.
Ref: https://chihaukam.blogspot.com/2024/08/have-look.html?m=1
.
.
John : Before we start, you might read it. https://chihaukam.blogspot.com/2023/12/a-look.html?m=1
Me: Ok.
John : The 2nd picture above is wrong. Why? There's no carrier wave.
Me: You mean as long as the voltage is above the threshold voltage, regardless of if there's carrier wave or not, the output is (1).
John : Yes,
.
If (input > threshold voltage )
{
if (carrier wave = true)
{
Output = 1;
}
else if (carrier wave = false)
{
Output = 1;
}
}


Comments
Post a Comment