0% found this document useful (0 votes)
44 views3 pages

Uofm Assignment Template

The document is an assignment on HVDC transmission that contains 4 problems. Problem 1 defines the Fourier transform and its inverse, and derives the derivative property of the Fourier transform. Problem 2 asks how to include a table, showing the characteristics of a buck converter. Problem 3 asks how to include graphics, providing LaTeX code to include an image. Problem 4 asks how to cite references, citing two sources, with the references listed at the end.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views3 pages

Uofm Assignment Template

The document is an assignment on HVDC transmission that contains 4 problems. Problem 1 defines the Fourier transform and its inverse, and derives the derivative property of the Fourier transform. Problem 2 asks how to include a table, showing the characteristics of a buck converter. Problem 3 asks how to include graphics, providing LaTeX code to include an image. Problem 4 asks how to cite references, citing two sources, with the references listed at the end.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

HVDC Transmission I

Assignment 1

Ramin Parvari
September 24, 2022

Problem 1: Mathematical expressions


The Fourier transform of the signal x(t) is defined as
Z ∞
X(f ) = x(t)e−j2πf t dt (1)
−∞

where X(f ) is the spectrum of the signal at frequency f . The time domain expression can
then be reproduced by synthesizing all frequency content through inverse Fourier transform as
follows. Z ∞
x(t) = X(f )ej2πf t df (2)
−∞
By taking the derivative of the equation (2) with respect to the time t, one can prove the deriva-
tive property of the Fourier transform as
dx
→ (j2πf )X(f ) (3)
dt

Problem 2: How to include table?

Table 1: Characteristics of the buck converter

Input Voltage (V) Output Voltage (V) Calculated Duty Cycle


40 20 0.5
50 20 0.5
80 20 0.25

Problem 3: How to include graphics?


Images, figures, and photos are usually included in the context using the command includegraphics
inside figure environment.
\begin{figure}[H]
\centering
\includegraphics[options]{filename}
\caption{caption for the figure}
\label{fig: figlabel}
\end{figure}

1
Figure 1 shows some elements that are frequently used in power electronic converters. This
figure is adopted from [1].

Figure 1: Elements of power electronic converters

For more information on how to use this package, please visit the following website:
https://latexref.xyz/_005cincludegraphics.html

1 Problem 4: How to cite?


Paper [2] provides guidelines for modeling power electronics in electric power engineering
application. If you do not include any reference please delete the reference section at the end
of the document (see three lines of code before \end{document})

2
References
[1] R. W. Erickson and D. Maksimović, Fundamentals of Power Electronics. Springer Cham,
2020.

[2] A. Gole, A. Keri, C. Kwankpa, E. Gunther, H. Dommel, I. Hassan, J. Marti, J. Martinez,


K. Fehrle, L. Tang, M. McGranaghan, O. Nayak, P. Ribeiro, R. Iravani, and R. Lasseter,
“Guidelines for modeling power electronics in electric power engineering applications,”
IEEE Transactions on Power Delivery, vol. 12, no. 1, pp. 505–514, 1997.

You might also like