Tech이야기~!
welcom
반응형

Engineering 409

Ancient mathematical technique applied to 3D printed stereographic lampshade

http://www.3ders.org/articles/20141213-ancient-mathematical-technique-applied-to-3d-printed-stereographic-lampshade.html Ancient mathematical technique applied to 3D printed stereographic lampshade Dec 13, 2014 | By Kira Everything old is new again—even when it comes to 3D printing. Mathematician Jason Cole was inspired by a classic technique that goes as far back ancient Greece in order to crea..

3D print 2019.12.03

Carrier 반송파, 캐리어, 케리어

1. 캐리어(Carrier) 관련 여러 용어들 ㅇ [통신 일반] 반송파 (搬送波) > 변조, 주파수천이, 주파수분배현황 - 정보가 포함되어 변조되는 높은 주파수의 파형을 말함 . 통상 대역폭을 갖으므로, 반송파 주파수를 가리킬 때는, 중심 주파수를 씀 ㅇ [통신 변조/전송 방식] - 억압 반송파 변조방식 > DSB-SC . 전력 소모가 큰 반송파를 억제하는 진폭변조 방식 - 단일이 아닌 여러 반송파를 함께 사용 > 다중 반송파 전송방식, 부반송파 ㅇ [LAN] 반송파의 감지 > Carrier Sensing - 유선 LAN,무선 LAN 통신에서 공유매체의 사용 여부를 감지하는 기능 ㅇ [사업자 구분] 사업자로서의 캐리어 > ILEC, CLEC, IXC 등 - 전화 사업자의 의미도 있음 ㅇ [도체/반도체] ..

Mechanical 2019.12.02

리눅스에서 모델 확인하기

리눅스 시스템 확인 방법 # cat /proc/version Linux version 2.6.18-53.1.14.el5 (mockbuild@builder6.centos.org) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #1 SMP Wed Mar 5 11:36:49 EST 2008 확인하겠지만 우분투도 리눅스 계열입니다. 리눅스 확인하는 명령어나, 리눅스 버전확인하는 명령어는 출력하는게 다름니다. CPU 코어 전체 개수 # grep -c processor /proc/cpuinfo 현재 버철박스에서 구동하고있다. 결과는 아마 가상머신때문에 0으로 표시되는거 같다. 물리 CPU 수 grep "physical id" /proc/cpuinfo | sort -u | wc..

Computer/Linux 2019.11.30
반응형