Sci.Electronics.Basics

on Electronics-Related.com

  Home  |  Books  |  Sci.Electronics.Design  |  Sci.Electronics.Basics  |  Resources  |  Contact  | 
Sign in
username:

password:

Remember Me

Not a member?
Search Sci.Electronics.Basics

Search Tips

Sci.Electronics.Basics -> A simple question

There are 8 messages in this thread.
You are currently looking at messages 1 to 8.






Author: Ved
Date: 11:59 18-11-07


Hi all,
Just a simple question, I discussed with many people and got different
analysis.
Just want comments from you guys.

Consider a 2 input NAND gate.
Output is fedback to one input.
Second input is given sequence ---> 0 1 1 1 1.......

What will be output ?

Some say it will be clock havind pulsewidth of propagation delay.

While some say that it will get saturated to a constant 1.

Please give your opinion.

Regards,
Ved

Author: John Popelish
Date: 12:41 18-11-07

Ved wrote:
> Hi all,
> Just a simple question, I discussed with many people and got different
> analysis.
> Just want comments from you guys.
>
> Consider a 2 input NAND gate.
> Output is fedback to one input.
> Second input is given sequence ---> 0 1 1 1 1.......
>
> What will be output ?
>
> Some say it will be clock havind pulsewidth of propagation delay.
>
> While some say that it will get saturated to a constant 1.
>
> Please give your opinion.

My opinion is that the problem is not answerable given the
above information.

When the second input is 0, the output is clearly, 1.

But when the second input is 1, the other input and output
become an inverter with its output tied back to its input.
And that has two distinct possibilities, depending on the
exact transfer function (gain and phase shift versus
frequency) of that inverter. If the phase shift does not
approach 180 degrees (not counting the initial 180 degrees
caused by inversion) by the frequency where the gain falls
below 1, the output will settle, eventually, to some
intermediate value between 1 and 0 (a stable negative
feedback controlled bias situation).

But if, at the frequency where the gain falls to 1, if the
additional phase shift is 180 degrees or more, the output
will oscillate in some wave shape between a sine wave and a
square wave. The exact wave depends on the exact gain and
phase frequency response curves.

Simple questions often do not have simple answers.
Such is life.

Date: 12:51 18-11-07

On Nov 18, 9:41 am, John Popelish <jpopel...@rica.net> wrote:
> Ved wrote:
> > Hi all,
> > Just a simple question, I discussed with many people and got different
> > analysis.
> > Just want comments from you guys.
>
> > Consider a 2 input NAND gate.
> > Output is fedback to one input.
> > Second input is given sequence ---> 0 1 1 1 1.......
>
> > What will be output ?
>
> > Some say it will be clock havind pulsewidth of propagation delay.
>
> > While some say that it will get saturated to a constant 1.
>
> > Please give your opinion.
>
> My opinion is that the problem is not answerable given the
> above information.
>
> When the second input is 0, the output is clearly, 1.
>
> But when the second input is 1, the other input and output
> become an inverter with its output tied back to its input.
> And that has two distinct possibilities, depending on the
> exact transfer function (gain and phase shift versus
> frequency) of that inverter. If the phase shift does not
> approach 180 degrees (not counting the initial 180 degrees
> caused by inversion) by the frequency where the gain falls
> below 1, the output will settle, eventually, to some
> intermediate value between 1 and 0 (a stable negative
> feedback controlled bias situation).
>
> But if, at the frequency where the gain falls to 1, if the
> additional phase shift is 180 degrees or more, the output
> will oscillate in some wave shape between a sine wave and a
> square wave. The exact wave depends on the exact gain and
> phase frequency response curves.
>
> Simple questions often do not have simple answers.
> Such is life.

Adding a delay into that 'feedback' made a real nice 'gated
oscillator' in a project I was part of some years ago. Count the
pulses to turn the oscillator off after a specific count. It was a
line rate blanking / DC restore subsystem of a film to video scanner
that worked regardless of the sweep rate.

GG

Author: ian field
Date: 13:16 18-11-07


"Ved" <vedpsingh@gmail.com> wrote in message
news:abf53904-2433-4ccb-b975-def3d3a875c7@s36g2000prg.googlegroups.com...
> Hi all,
> Just a simple question, I discussed with many people and got different
> analysis.
> Just want comments from you guys.
>
> Consider a 2 input NAND gate.
> Output is fedback to one input.
> Second input is given sequence ---> 0 1 1 1 1.......
>
> What will be output ?
>
> Some say it will be clock havind pulsewidth of propagation delay.
>
> While some say that it will get saturated to a constant 1.
>
> Please give your opinion.
>
> Regards,
> Ved

With a NAND gate both inputs must be '1' to get an O/P '0' so either input
at '0' will force O/P '1', feeding the O/P back to one of the inputs while
the other is held high will very likely force it into its linear range.



Author: John Popelish
Date: 15:07 18-11-07

ian field wrote:

> With a NAND gate both inputs must be '1' to get an O/P '0' so either input
> at '0' will force O/P '1', feeding the O/P back to one of the inputs while
> the other is held high will very likely force it into its linear range.

Try it with a triple buffered CMOS gate.

Author: John Larkin
Date: 16:04 18-11-07

On Sun, 18 Nov 2007 18:16:54 GMT, "ian field" <dai.ode@ntlworld.com>
wrote:

>
>"Ved" <vedpsingh@gmail.com> wrote in message
>news:abf53904-2433-4ccb-b975-def3d3a875c7@s36g2000prg.googlegroups.com...
>> Hi all,
>> Just a simple question, I discussed with many people and got different
>> analysis.
>> Just want comments from you guys.
>>
>> Consider a 2 input NAND gate.
>> Output is fedback to one input.
>> Second input is given sequence ---> 0 1 1 1 1.......
>>
>> What will be output ?
>>
>> Some say it will be clock havind pulsewidth of propagation delay.
>>
>> While some say that it will get saturated to a constant 1.
>>
>> Please give your opinion.
>>
>> Regards,
>> Ved
>
>With a NAND gate both inputs must be '1' to get an O/P '0' so either input
>at '0' will force O/P '1', feeding the O/P back to one of the inputs while
>the other is held high will very likely force it into its linear range.
>

Classic TTL and ECL would do that. Most cmos parts, with multiple lag
stages and tons of gain, will oscillate.

John


Author: Jon Slaughter
Date: 16:59 18-11-07


"Ved" <vedpsingh@gmail.com> wrote in message
news:abf53904-2433-4ccb-b975-def3d3a875c7@s36g2000prg.googlegroups.com...
> Hi all,
> Just a simple question, I discussed with many people and got different
> analysis.
> Just want comments from you guys.
>
> Consider a 2 input NAND gate.
> Output is fedback to one input.
> Second input is given sequence ---> 0 1 1 1 1.......
>
> What will be output ?
>
> Some say it will be clock havind pulsewidth of propagation delay.
>
> While some say that it will get saturated to a constant 1.
>
> Please give your opinion.
>
> Regards,
> Ved

The purely "mathematical" answer is that it will oscillate.

& ~&
1: 0 x -> 0 => x = 1
0 1 -> 0 => x = 1
2: 1 1 -> 1 => x = 0
1 0 -> 0 => x = 1
3: 1 1 -> 1 => x = 0
...

It will oscillate and the propagation delay determines the pulsewidth.

In really, I suppose, if the delay is very short then it might not oscillate
at all because of capacitance. Either that or it will average out to about
1/2 the voltage which will either settle into some limit or be unstable.






Author: Jamie
Date: 20:42 18-11-07

Ved wrote:

> Hi all,
> Just a simple question, I discussed with many people and got different
> analysis.
> Just want comments from you guys.
>
> Consider a 2 input NAND gate.
> Output is fedback to one input.
> Second input is given sequence ---> 0 1 1 1 1.......
>
> What will be output ?
>
> Some say it will be clock havind pulsewidth of propagation delay.
>
> While some say that it will get saturated to a constant 1.
>
> Please give your opinion.
>
> Regards,
> Ved
Normally what will happen in most cases, the output should settle at
some mid point. It may even oscillate a bit if there is any hysteresis
with some internal capacitance in the right place.
These factors are usually what you call undefined and really isn't a
good idea to build on.

Just my opinion..


--
"I'm never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5


1


      Contact  |  Electronic Portal


Sci.Electronics.Basics by Keywords
ADC
Antenna
CAD
Coil
Generator
IDE
LCD
Modulator
MOSFET
NiMH
Opamp
Oscilloscope
PID
RS232
Telephone
Transformers
TTL
USB

Sci.Electronics.Basics By Author