Questions tagged [block-diagram]

53 questions
5
votes
2 answers

Performing block reduction with many takeoff/summing points in sequence

I'm an audio programmer, and I've recently gotten into using transfer functions to model the response of my DSP. However, I've hit a roadblock in trying to reduce a block diagram of one of my DSP classes (specifically, a phaser), but I'm really…
4
votes
4 answers

Block diagram of inverting amplifier

I want to draw the block diagram of a generic inverting amplifier. simulate this circuit – Schematic created using CircuitLab Question: What is the actual block diagram for an inverting amplifier?
Carl
  • 3,646
  • 1
  • 14
  • 33
4
votes
2 answers

What does "1/99 tap" mean in a block diagram?

I am still trying to understand the modulator in an optical free space transmitter. I have found the following block scheme: It is from "Direct-detection free-space laser transceiver test-bed". I am trying to make clear for me each part of this…
Anna Koroleva
  • 227
  • 1
  • 6
3
votes
2 answers

How to convert this transfer function in the z-domain?

I arrived at: $$\frac{Y[n]}{X[n]}=1-\frac{1}{6}z^{-2}+\frac{5}{6}z^{-1}$$ How do I arrive at: $$H(z)=\frac{1}{1-\frac{5}{6}z^{-1}+\frac{1}{6}z^{-2}}$$
2
votes
4 answers

Does every block diagram for an electrical circuit have a feedback loop

I was reviewing block diagrams on this tutorialspoint page and it showed how an RLC circuit is written with a feedback loop. It occurred to me that any time a block diagram of a circuit is created, there has to be a summing joint, hence there will…
keika
  • 21
  • 4
2
votes
1 answer

Root Locus in a feedback loop

I'm trying to draw Root Locus by hand from the following block diagram and confirm the result I got from Routh Hurwitz's table: The table of Routh Hurwitz that I got is the following: And from the stability conditions I got K> 0. I calculate the…
1
vote
1 answer

Block diagram and operation of 16-bit output port for microprocessor-based system with specific requirements

A microprocessor-based system has an 8-bit data bus and a 10-bit address bus. It requires a 16-bit output port having two consecutive addresses starting from an even address. Furthermore, address needs to be configurable to any even address between…
pa1
  • 11
  • 3
1
vote
0 answers

Possible OBD-II/OBD2 connections for development phases

Is there any paper/document that summarizes all connection scenarios or cases when you are developing an OBD-II/OBD2 project for automative/car electronics? For instance, Scenario 1 : Real car -> cabled <- Converter/Dongle -> bluetooth <- OBD-II…
ozturkib
  • 111
  • 3
1
vote
1 answer

Ethernet Transceiver Modem block scheme: 50:50 device in block scheme

This is a system architecture of the Optical Ethernet Transceiver Modem (OETM) which allows a bidirectional transmission of optical signals and electrical signals (Ethernet). Given an optical input signal, the data can be transmitted over Ethernet…
Anna Koroleva
  • 227
  • 1
  • 6
1
vote
3 answers

Why is unity feedback used?

Why is the unity feedback system used? This block diagram is for a 2 DOF ball balancing using a PID controller.
John C.
  • 11
  • 2
1
vote
1 answer

Transfer function of cyclic block diagram

I have this block diagram, and I just can't arrive at the transfer function \$H(s) = \frac{y(s)}{u(s)} \$ Starting from the end, we see that $$y(s) = xC $$ Let's find out what x is. $$x=\Bigg[\bigg(u(s)-x\bigg)A-y(s) \Bigg]B $$ But as you can see…
Carl
  • 3,646
  • 1
  • 14
  • 33
1
vote
2 answers

Modeling MOSFET Pole and Transconductance for use in Larger Overall Control System

Recently I began a project involving some active current limiting using a MOSFET and an Op Amp. It is part of a larger overall circuit involving other Amplifiers. I would like to perform a block-diagram-style analysis on my circuit in order to…
1
vote
2 answers

What does this overlapping ADC symbol in a block diagram mean?

I am wondering what multiple overlapped ADC symbols in a block diagram mean. My best guess is that it either represents multiple channels but I am not sure and each of the datasheets that I have seen do not provide a clear answer as to what the…
seppdepp3
  • 15
  • 4
1
vote
1 answer

Systems Engineering Solar Energy Diagrams

I'm currently taking a grad course in Systems Engineering. I'm dreading it a bit as I've taken grad math for the past 3 years and this is my first writing course in a while. We're covering context diagrams (black box view) and functional block…
Andrew
  • 111
  • 2
1
vote
2 answers

How to design compensator for control system

I wanted to make this system so that there is zero steady-state error when there is a ramp input. As far as I know there is no steady-state error in a type 2 system so to turn G(s), a type 1 system to type 2 system I add an integrator (1/s) so that…
1
2 3 4