Signal modeling as only digital, only analogue, or as both
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?
3 answers
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.
0 comment threads
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.
0 comment threads
If a signal has a analog component then it analog regardless of if it has a digital component.
1 comment thread