Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Signal modeling as only digital, only analogue, or as both

+1
−0

In signal processing, are signals modeled in only one way (digitally or analogously) or are there some signals which can be modeled in both ways?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

I don't think this has anything to do with physics. (4 comments)

3 answers

You are accessing this answer with a direct link, so it's being shown above all other answers regardless of its score. You can return to the normal view.

+1
−0

If a signal has a analog component then it analog regardless of if it has a digital component.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+4
−0

This depends, of course, on what you are trying to achieve with the model. Remember that a model is a simplification for purpose of analysis, because the full physics is either too complicated or contains too many unknowns. By necessity, some real-world details are always left out of any model.

What you are really asking is how much detail is required. Again, that obviously depends on the circumstance and the reason for using the model.

For example, if you just want to make sure the correct bits are going back and forth in a IIC bus message, modeling each line as a digital signal is fine. In fact, including more details would make the model less useful since they only add extra work without further insight.

On the other hand, if you want to simulate the timing of each line, then including the bus capacitance and pullup resistors is necessary. Signals are no longer digital, but exponential decays towards their steady-state values.

But the exponential decay model is just another simplification. It doesn't take into account transmission line effects, how those vary by frequency, effect of a ground plane, or not, propagation delay, etc. If you are getting into this detail for IIC bus signals, then you are way too close to margins and are pushing limits that may well be passed on some fraction of real units. However, this level of detail is necessary for some high speed digital signals, like accessing modern high speed memories.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+2
−0

It's easy enough to find examples.

For example RF OOK modulation can be considered "digital" since it only has two states. Yet at the same time we can vary the carrier frequency, which can be considered "analog".

Another example is current loops where analog signals are transmitted as current. You can at the same time use this current to drive something with digital on/off characteristics, like a relay coil.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »