About 124,000 results
Open links in new tab
  1. rectangularPulse - Rectangular pulse function - MATLAB

    Compute the rectangular pulse function at coordinates –2, –1, 0, 1, and 2 with specified rising and falling edge at –1 and 1. Because these inputs are not symbolic objects, you get floating-point …

  2. rectangular function in matlab - Signal Processing Stack Exchange

    rectangular function in matlab Ask Question Asked 7 years, 3 months ago Modified 5 years, 2 months ago

  3. Generate a Rectangular Pulse in MATLAB - Stack Overflow

    May 17, 2022 · 1 When you increase the number of increments a numerical function (such as Matlab rectpuls) uses in its process of discretizing the continuous, you'll have as consequence …

  4. Create rectangle with sharp or curved corners - MATLAB

    This MATLAB function creates a rectangle in 2-D coordinates.Amount of horizontal and vertical curvature, specified as a two-element vector or a scalar value. Use this property to vary the …

  5. Essential Bandwidth of rect (t/T) - Signal Processing Stack Exchange

    I thought the Fourier Transform of the rect pulse in the original question was wrong because it was missing a $1/\sqrt {2\pi}$ factor that is needed when working with angular frequency.

  6. create discrete step function in matlab - Stack Overflow

    Jan 26, 2017 · This is the definition of the Heaveside step function from the Matlab documentation. heaviside (x) returns the value 0 for x < 0, 1 for x > 0, and 1/2 for x = 0.

  7. Rectangular Function implementation in Matlab

    Mar 20, 2013 · My function has 4 arguments rect (T,n,amp,xtranslation), where T is the period, n is the periods that you want to show, amp is the amplitude and xtranslation is the translation at …

  8. Fourier Transforms in MatLab - Stack Overflow

    Jul 2, 2013 · So I have had a few posts the last few days about using MatLab to perform a convolution (see here). But I am having issues and just want to try and use the convolution …

  9. matlab - How can I plot a sinc function correctly? - Signal …

    Oct 25, 2023 · I am generating a rectangular pulse using a piecewise function on Matlab. I have listened to some advice to use a normalization coefficient and the amplitude appears correct now.

  10. heaviside - Heaviside step function - MATLAB - MathWorks

    The heaviside function returns 0, 1/2, or 1 depending on the argument value. If the argument is a floating-point number (not a symbolic object), then heaviside returns floating-point results. …