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

    The rectangular pulse function returns 1 if the input coordinates x are within the specified interval range a < x < b. The rectangular pulse function, by default, returns ½ at the edges of the …

  2. Generate a Rectangular Pulse in MATLAB - Stack Overflow

    May 17, 2022 · I need to create a rectangular pulse with width = 7 and a range (-T/2, T/2) where T 59 msec. I wrote this code but I'm not sure if that's correct. w = 7; T = 59; t = -T/2:1:T/2; rect = …

  3. rectpuls - Sampled aperiodic rectangle - MATLAB - MathWorks

    This MATLAB function returns a continuous, aperiodic, unit-height rectangular pulse at the sample times indicated in array t, centered about t = 0.

  4. Analog Clock Creation using MATLAB: Step-by-Step Guide and Code

    Mar 3, 2023 · To create an analog clock using MATLAB, we will use MATLAB's built-in plotting functions to draw the clock face, hour, minute, and second hands. We will also use MATLAB's …

  5. Analog-Clock-design-using-MATLAB/clock_lets_decode.m at …

    'CloseRequestFcn', @stl_CloseReqFcn); subplot (1,2,1),draw_clock;title ('Present time','FontSize',15); subplot (1,2,2),draw_clock;title ('Manipulated time','FontSize',15); end …

  6. rectpulse - Rectangular pulse shaping - MATLAB - MathWorks

    Generate C and C++ code using MATLAB® Coder™. This MATLAB function performs rectangular pulse shaping on X and returns Y, increasing the sample rate of X by repeating …

  7. JNAbhishek27/Real-Time-Analog-Clock-using-MATLAB - GitHub

    This project implements a real-time analog clock using MATLAB, showcasing the current time with an interactive graphical interface. The clock features hour, minute, and second hands that …

  8. How to make a clock program - MATLAB Answers - MATLAB

    How would I start and or make a code for a clock function that can count up,down,or pause depending on user input?

  9. Signal Generation and Visualization - MATLAB & Simulink …

    The input vector can be a triangle, a rectangle, or a sinusoid, among other possibilities. Generate 2 seconds of a signal sampled at 10 kHz whose instantaneous frequency is a triangle. Repeat …

  10. Duty Cycle of Rectangular Pulse Waveform - MATLAB & Simulink

    This example shows how to create a rectangular pulse waveform and measure its duty cycle. You can think of a rectangular pulse waveform as a sequence of on and off states. One pulse …

  11. Some results have been removed
Refresh