Mastering Block Diagram Reduction: Tips and Techniques | Transfer Function Guide

AI Thread Summary
The discussion focuses on reducing a leapfrog block diagram to find its transfer function. The user is struggling with the leapfrog portions after successfully reducing feedback loops G1 and G4. A suggestion is made to write simultaneous equations for each summing node, similar to using Kirchhoff's Current Law in circuit analysis. There is also a request for a MATLAB example, specifically mentioning the use of the sym function and inquiring about the ode45 function. Overall, the conversation emphasizes techniques for block diagram reduction and MATLAB application.
pnjbi
Messages
6
Reaction score
0
Hi,

I'm having some trouble reducing a leapfrog block diagram shown in the attachment. I want to find the transfer function but I don't know how to reduce the portions which "leapfrog". I can reduce the feedback loops G1 and G4 but not too sure on where to go from there.

Any help is appreciated.
Thanks!
 

Attachments

  • leap_frog_block_diagram.jpg
    leap_frog_block_diagram.jpg
    9.1 KB · Views: 571
Engineering news on Phys.org
Sorry that I'm not much help on this one, but it would seem that you would need to write simultaneous equations for each summing node, and solve the system of equations. Kind of analogous to using the KCL to solve for the behavior of a circuit.
 
Thanks for the response Berkeman.
I think you might be right. Could you show a quick example of how I can proceed using matlab?
I was thinking of using the sym function but I've also been told that I could use ode45 functions (although I'm not familiar with ode45 functions).

Thanks.
 
type "help ode45"
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top