Links¶

Some publicly available materials for research.

LaTeX Overleaf Templates¶

  1. EE490 Pre-project report

  2. CUEE Internship final report (in Thai)

TeX documents¶

  • A nice example of Chula thesis template by Prof. Dittaya Wanvarie

  • To set LaTeX and BibTeX environments variables, put the following lines in the .bashrc file:

    export TEXINPUTS=".:~/Dropbox/tex::"
    export BIBINPUTS=$BIBINPUTS:/home/jitkomut/Dropbox/tex
    
  • To merge or edit .pdf files just download pdftk (in Ubuntu). Follow the instruction here.

  • To include PDF documents in LaTeX, use the package pdfpages. Example of usage:

    \includepdf{pages=-,nup=1x3,pagecommand={\thispagestyle{plain}},frame=true,scale=0.9}{file.pdf}
    
  • One way to center chapter/section/subsection title is to use secsty package:

    \documentclass{book}
    \usepackage{sectsty}
    
    
    \chapterfont{\centering}
    \sectionfont{\centering}
    \subsectionfont{\centering}
    
    \begin{document}
    
    \chapter{Test Chapter}
    \section{Test Section}
    \subsection{Test Subsection}
    \end{document}
    

Thai translation¶

English

Thai

matrix

เมทริกซ์

algorithm

ขั้นตอนวิธี

discrete

วิยุต

sparse

เบาบาง

dense

หนาแน่น

penalty function

ฟังก์ชันลงโทษ

objective function

ฟังก์ชันจุดประสงค์

constrained problem

ปัญหาที่มีเงื่อนไขบังคับ

p-norm

นอร์ม-p

likelihood

ความเป็นไปได้

convex

คอนเวกซ์

optimization

การหาค่าเหมาะสุด

estimation

การประมาณ

autoregressive

อัตตถดถอย, ถดถอยด้วยตัวเอง

process

กระบวนการ

least-squares

กำลังสองต่ำสุด

correlation

สหสัมพันธ์

covariance

ความแปรปรวนร่วม

spectral density

ความหนาแน่นสเปกตรัม

switch

สวิตช์

method

วิธี

Internet

อินเทอร์เน็ต

website

เว็บไซต์

graph

กราฟ

protocol

เกณฑ์วิธี

input

อินพุต สัญญาณเข้า

output

เอาต์พุต สัญญาณออก

equivalence

สมมูล

equilibrium

สมดุล

aluminum

อะลูมิเนียม

balance

ดุล

breake

เบรก

clip

ขริบ

gas

แก๊ส ก๊าซ

lock

ล็อก

percent

เปอร์เซ็นต์

static

สถิต

symbol

สัญลักษณ์

software

ซอฟต์แวร์

link

ลิงก์

analog

แอนะล็อก

digital

ดิจิทัล

chip

ชิป

amplitude

แอมพลิจูด

cell

เซลล์

harmonic

ฮาร์มอนิก

integral

ปริพันธ์

transcendental

อดิศัย

convolution

สังวัตนาการ

Main

  • Classes
  • Videos
  • Research
  • Publications
  • Group
  • Biography
  • Links
    • LaTeX Overleaf Templates
    • TeX documents
    • Thai translation
  • CSRL

This page

  • Links
    • LaTeX Overleaf Templates
    • TeX documents
    • Thai translation
©2023, Jitkomut Songsiri. | Powered by Sphinx 5.0.2 & Alabaster 0.7.12 | Page source