About 378,000 results
Open links in new tab
  1. tf - Transfer function model - MATLAB - MathWorks

    Use tf to create real-valued or complex-valued transfer function models, or to convert dynamic system models to transfer function form. Transfer functions are a frequency-domain representation of linear time-invariant systems.

  2. Transfer Functions - MATLAB & Simulink - MathWorks

    Control System Toolbox™ software supports transfer functions that are continuous-time or discrete-time, and SISO or MIMO. You can also have time delays in your transfer function representation.

  3. 4 Ways to Implement a Transfer Function in Code - MathWorks

    Jan 2, 2020 · We like to design systems with s-domain transfer functions, but often we need to implement the final solution in software. This video describes how to go from a transfer function to code that can run on a microcontroller.

  4. Plotting System Responses - MATLAB & Simulink - MathWorks

    Jun 1, 2014 · Create a linear system. For this example, create a third-order transfer function.

  5. ss2tf - Convert state-space representation to transfer function

    [b,a] = ss2tf(A,B,C,D) converts a state-space representation of a system into an equivalent transfer function. ss2tf returns the Laplace-transform transfer function for continuous-time systems and the Z-transform transfer function for discrete-time systems.

  6. Transfer Functions in MATLAB - MATLAB - MathWorks

    Apr 14, 2015 · This video demonstrates how you can create a transfer function to model a linear-time invariant system. Two transfer functions are combined to create a plant model. You can add a controller, and compute the closed-loop transfer function.

  7. step - Step response of dynamic system - MATLAB - MathWorks

    Plot the step response of a continuous-time system represented by the following transfer function. sys ( s ) = 4 s 2 + 2 s + 10 . For this example, create a tf model that represents the transfer function.

  8. damp - Natural frequency and damping ratio - MATLAB

    Create the continuous-time transfer function. sys = tf([2,5,1],[1,0,2,-3]); Display the natural frequencies, damping ratios, time constants, and poles of sys .

  9. tfestimate - Transfer function estimate - MATLAB - MathWorks

    Estimate and plot the frequency-domain transfer functions of the system using the system data and the function tfestimate. Select the "mimo" option to produce all four transfer functions.

  10. Using FEEDBACK to Close Feedback Loops - MATLAB & Simulink …

    You can compute the closed-loop transfer function H from r to y in at least two ways:

Refresh