The Lateral Dynamics of a Moving Web
Posted on
In
Etc.
Paper Review: Geometric Quality Prognosis in Roll-to-Roll Slot-die Coating Process
Posted on
In
Etc.
Lee et al., 2019
본 논문에서는 $th_{m,w}$와 $th_{e,w}$의 비교를 통해 롤투롤 슬롯 다이 코팅에서의 소재와 잉크 사이의 계면에서 잉크의 역학을 분석하고 잉크 점도, 유속 및 코팅 갭에 따른 안정적 공정 조건을 정의했다.
- $th_{m,w}$: The minimum permissible coated layer thickness
- $th_{i,w}$ The ideal wet thickness of the coated layer
- $th_{e,w}$ The estimated wet thickness in the steady state
- $th_{e,d}$ The estimated thickness of the coated layer after drying
Vision Data Acquisition MATLAB Source Code using GigE Vision CMOS Camera
Posted on
In
Etc.
GigE Vision CMOS Camera
GigE (Gigabit Ethernet) Vision 표준 기반 CMOS (Complementary metal-oxide-semiconductor) 카메라
GigE Vision
GigE (Gigabit Ethernet): 초당 기가비트 (Gbps)의 속도로 이더넷을 통해 데이터를 전송하는 기술
- 1 Gbps = 125 MB/s (1 Gbit = 125 MB)
GigE Vision: 고성능 산업용 카메라를 위한 인터페이스 표준
- 이더넷 네트워크를 통해 고속 비디오 및 관련 제어 데이터를 전송하기 위한 framework 제공
- Internet Protocol (IP) 표준을 기반으로 함
CMOS
CMOS (Complementary metal-oxide-semiconductor): microprocessor 혹은 SRAM 등의 디지털 회로를 구성하는 집적회로로 COS-MOS (Complementary-symmetry metal-oxide-semiconductor)로도 불림
- 이미지 장치 분야에서는 CIS (CMOS Image Sensor)를 줄여 CMOS라 칭하는 경우가 있으며 기존의 기술인 CCD (Charge Coupled Device)를 대체
- 빛에 의해 발생한 전자를 전압 형태로 변환해 전송하는 방식
Tensor & Neural Network in PyTorch
Posted on
In
5. Machine Learning
Import Packages
1 | >>> import torch |
Tensor
Scala (0-Dim Tensor)
1 | >>> x = torch.rand(10) |