About 156,000 results
Open links in new tab
  1. Discrete-Time Signals - MATLAB & Simulink - MathWorks

    A discrete-time signal is a sequence of values that correspond to particular instants in time. The time instants at which the signal is defined are the signal's sample times, and the associated …

  2. How to plot a discrete signal in matlab? - Stack Overflow

    Apr 12, 2017 · You should construct a function x which transforms an input n using the relationship that you know. % Set all outputs to 0. y = zeros(size(n)); % Replace the values …

  3. Discrete Time Signals & Matlab a bi-in nite d is called the discrete time. An about x is that it is a function that assigns to k some real (or complex) number . xk time series, or discrete data. The …

  4. Plotting Discrete-Time Signals - Neil Robertson

    Sep 16, 2019 · This Matlab function interpolates-by-eight a signal with bandwidth up to 0.4*fs. Note that we don’t need to know the sample frequency of the signal x to perform the interpolation.

  5. % Plot a discrete-time signal using Matlab % we need two vectors to plot one-dimensional signal % the first vector defines the horizontal axes: % samples points to calculate the signal values. …

  6. plot discrete signal in matlab - gistlib

    To plot a discrete signal in MATLAB, you can use the stem function which displays data points as markers on the stem of a graph. Here is an example:

  7. Representation of Basic Discrete Time Signal using MATLAB

    Mar 11, 2017 · Hi friends, today we are going to discuss discrete time signals and how to plot graphs of different discrete time signals such as step signal, a ramp signal, impulse function, …

  8. Plotting Discrete Time Functions - MATLAB Answers - MathWorks

    Aug 5, 2024 · I need to plot 5 cos (π n /6 - π/2) as a discrete tim signal. But I am not getting the proper result.

  9. Plotting Unit Impulse, Unit Step, Unit Ramp and Exponential …

    Aug 17, 2015 · In this blog post, we will explore how to plot basic discrete-time signals in MATLAB, including the Unit Impulse, Unit Step, Unit Ramp, and Exponential Function. These …

  10. lab tasks in the ECE438 lab will be performed using Matlab. Matlab (MATrix LABoratory) is a technical computing environment for numerical ana ysis, matrix compu-tation, signal …

Refresh