Question

Generate a sawtooth waveform using a matlab code. Frequency of sawtooth wave is 50Hz. Peak peak amplitude is 2V. Using subplot window, plot the Saw tooth waveform and the folded saw tooth waveform Show the code and plots.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

T = 5*(1/50); % Sawtooth waveform for 5 cycle
Fs = 500; %sampling frequency
ts = 1/Fs; %sampling period
t = 0:ts:T-ts;
x=sawtooth(2*pi*50*t);
x = (x+1);
subplot(2,1,1);
plot(t,x);
xlabel ('Time');
ylabel ('Amplitude');
title ('Sawtooth Waveform');
grid on
subplot(2,1,2);
plot(-t,x);
xlabel ('Time');
ylabel ('Amplitude');
title (' Folded Sawtooth Waveform');
grid on

Sawtooth Waveform Ф 1.5 0.5 0 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 Time Folded Sawtooth Waveform 2 Ф 1.5 0.5 0 -0.1 0.09 0.08 0.07 -0.06 0.05 -0.04 0.03 -0.02 -0.01 0 Time

Add a comment
Know the answer?
Add Answer to:
Generate a sawtooth waveform using a matlab code. Frequency of sawtooth wave is 50Hz. Peak peak...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Need MatLab code Exercise: Use MATLAB to generate the sinusoidal waveform: x(t) = 3 cos(1200) Consider...

    Need MatLab code Exercise: Use MATLAB to generate the sinusoidal waveform: x(t) = 3 cos(1200) Consider the frequency of this sinusoid and use this information to select an appropriate time-step and time array that will allow this signal to be correctly represented and displayed on a new MATLAB figure window (display 4 periods of this wave only). Now set up an appropriate frequency array and use the fft() and fftshift() functions to generate and plot the Fourier Transform (magnitude spectra)...

  • Using a Sine wave and Saw tooth signal, generate a 2 level PWM signal using Simulink. Here's a pi...

    Using a Sine wave and Saw tooth signal, generate a 2 level PWM signal using Simulink. Here's a picture of me trying Continuous powergui Sine Wave 02 OOOD Breaker Sawtooth Generator A Voltage Source Branch Votage Measurement Scope Using a Sine wave and Saw tooth signal, generate a 2 level PWM signal using Simulink. Here's a picture of me trying Continuous powergui Sine Wave 02 OOOD Breaker Sawtooth Generator A Voltage Source Branch Votage Measurement Scope

  • Q: please solve using matlab code withe comment 1.      Write the Matlab code to generate: x...

    Q: please solve using matlab code withe comment 1.      Write the Matlab code to generate: x = cos(w1*t) + cos(w2*t); where, w1=7; w2=23; t = [0:0.005:2] 2.   Plot the signal using sub plot a.   in time domain b.   in frequency domain 3)   Sample the signal under different sampling conditions: a.      Ts<1/2fm b.      Ts=1/2fm c.       Ts>1/2fm 4).      Multiple plot: the signal sampled under sampling condition and the signal x a.      in time domain b.      in frequency domain c.       Label and Title...

  • Please answer this question using Matlab: Write a matlab function to generate and plot a sine...

    Please answer this question using Matlab: Write a matlab function to generate and plot a sine wave at a specified frequency having at least 10 cycles, for this case the amplitude will represent voltage. Your sine wave should have a positive going zero crossing at T=0. Make sure your plot has at least 25 samples per cycle. Make sure the plot is with respect to time. Your function needs to return your generated samples and time vector. The frequency will...

  • (A.) Use MATLAB to generate a pulsed sine wave signal having a frequency F-10KHZ and a...

    (A.) Use MATLAB to generate a pulsed sine wave signal having a frequency F-10KHZ and a pulse width of T-.5ms. The pulse repetition time is 1ms (pulse repetition rate is 1000 pulses/sec), i.e., the signal is zero between pulses. Model the signal to start at time t-0 and to end at a time t=Tstop. Use a sample time of .001ms to approximate an analog environment. Display the signal in MATLAB appropriate for an analog signal, first for Tstop 1ms and...

  • In frequency Modulation (FM), the instantaneous frequency of a sinusoidal carrier wave will be modified proportionally...

    In frequency Modulation (FM), the instantaneous frequency of a sinusoidal carrier wave will be modified proportionally to the variation of amplitude of the message signal. Use Matlab to build an FM modulation and demodulation process. The FM coefficient is Kf=80, and the carrier frequency is 300Hz. 1. Generate a baseband signal as show below. Plot the baseband signal in time domain and frequency domain. 2. Create an FM process and plot the modulated signal in time and frequency domain. -1...

  • Using Matlab. I need the matlab code for: a. Plot a 1 Hz sine wave b....

    Using Matlab. I need the matlab code for: a. Plot a 1 Hz sine wave b. Plot the unit rectangle function. c. Plot the unit triangle function Show each over a plotting interval -5 sec to 5 sec.

  • Using Matlab, generate the QPSK waveform with the following parameters: Symbol rate: 2000 symbols/second; carrier frequency:...

    Using Matlab, generate the QPSK waveform with the following parameters: Symbol rate: 2000 symbols/second; carrier frequency: 10000 Hz, bit sequence to be transmitted: 1 0 1 1 0 0 1 1. The in-phase and quadrature waveforms should be separately plotted. Use sufficiently high sampling rate to ensure smooth waveforms.

  • In frequency Modulation (FM), the instantaneous frequency of a sinusoidal carrier wave will be mo...

    In frequency Modulation (FM), the instantaneous frequency of a sinusoidal carrier wave will be modified proportionally to the variation of amplitude of the message signal. Use Matlab to build an FM modulation and demodulation process. The FM coefficient is Kf=80, and the carrier frequency is 300Hz. 1. Generate a baseband signal as show below. Plot the baseband signal in time domain and frequency domain. 2. Create an FM process and plot the modulated signal in time and frequency domain. -1...

  • I want to solve the problem step by step. Thanks 2. (20 points) Inverters. Consider a three phase inverter. Define its a mplitude ratio as the ratio between the peak amplitudes of the sine wave tr...

    I want to solve the problem step by step. Thanks 2. (20 points) Inverters. Consider a three phase inverter. Define its a mplitude ratio as the ratio between the peak amplitudes of the sine wave triangle of the triangle wave and the sine wave. Let the frequency ratio be 21. and the wave. Define its frequency ratio as the ratio between the frequency Determine and plot the following The amplitude of the fundamental frequency component of the PWM output voltage...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT