A Nyquist plot is used in automatic control and signal processing for assessing the stability of a system with feedback. It is represented by a graph in polar coordinates in which the gain and phase of a frequency response are plotted. The plot of these phasor quantities shows the phase as the angle and the magnitude as the distance from the origin. This plot combines the two types of Bode plot — magnitude and phase — on a single graph, with frequency as a parameter along the curve. The Nyquist plot is named after Harry Nyquist, a former engineer at Bell Laboratories.
Assessment of the stability of a closed-loop negative feedback system is done by applying the Nyquist stability criterion to the Nyquist plot of the open-loop system (i.e. the same system without its feedback loop). This method is easily applicable even for systems with delays which may appear difficult to analyze by means of other methods.
Nyquist and related plots are classic methods of assessing stability, but have been supplemented or supplanted by computer-based mathematical tools in recent years. Such plots remain a convenient method for an engineer to get an intuitive feel for a circuit.
< MATLAB 함수 설명 >
- nyquist(sys) : plots the Nyquist response of an arbitrary LTI model sys.
- nyquist(sys,w) : explicitly specifies the frequency range or frequency points to be used for the plot. To focus on a particular frequency interval, set w = {wmin,wmax}
- nyquist(sys1,sys2,...,sysN) or nyquist(sys1,sys2,...,sysN,w) : superimposes the Nyquist plots of several LTI models on a single figure. You can also specify a distinctive color, linestyle, and/or marker for each system plot with the syntax nyquist(sys1,'PlotStyle1',...,sysN,'PlotStyleN')
When invoked with left-hand arguments return the real and imaginary parts of the frequency response at the frequencies w (in rad/sec) [re,im,w] = nyquist(sys) or [re,im] = nyquist(sys,w)
- 이전 시스템: Intel P4 2.6C, ASUS P4P800 Deluxe, DDR1 3200 512MB, ATI 9550 - 현재 시스템: AMD Athlon64 X2 4400+, ASUS A8N32-SLI Deluxe, DDR1 3200 2GB, ATI HD3650
CPU에 관련된 전반적인 정보 및 메인보드와 메모리에 대한 정보를 확인하는 프로그램입니다. 위의 그림에서 볼 수 있듯이, 처음 프로그램을 실행하면 저 화면이 나옵니다. CPU 탭 프로세서의 종류 및 코어명, 패키지 형태, 제조공정, 코어의 전압 스테핑, 리비젼 등을 볼 수 있습니다. 그리고 하단에 클럭에 대한 정보가 나오는데, 오버시에 설정된 값을 프로그램으로 다시 확인해 볼 수 있습니다. 전압 정보와 클럭에 대한 정보는 실시간으로 변경부분이 반영됩니다.
Cache 탭 - CPU의 Cache에 대한 용량 및 정보를 볼 수 있습니다.
Mainboard 탭 제조사와 모델명 리비젼, 사용된 칩셋을 확인할 수 있습니다. 그리고 Biso 버젼과 날짜 정보도 보여줍니다. 추가적으로 보드에서 지원하는 그래픽 인터페이스에 대한 정보도 나옵니다.
Memory 탭 사용한 메모리의 종류 및 듀얼 채널 설정 유무, 퍼포먼스 모드 설정과 용량, 타이밍, 클럭 설정을 확인할 수 있습니다.
SPD 탭 메모리 슬롯별 장착된 메모리에 대한 자세한 정보가 나옵니다. 슬롯 번호를 선택하고 정보를 확인하면 됩니다. 모듈 크기, 대역폭, 제조사, 파트넘버, 제작시기, 시리얼 넘버, 타이밍에 대한 정보가 있습니다.
About 탭 프로그램에 대한 정보 및 현재 사용중인 운영체제에 대한 정보가 나옵니다. 서비스팩 버젼, 빌드를 포함하여 Directx 버젼도 표기됩니다. Tools 에 보시면 3가지 버튼이 있는데, Registers Dump는 CPU-Z를 통해 수집된 정보를 txt 파일로 저장합니다. HTML Dump는 txt와 기능은 비슷하지만 html 형태로 파일을 저장합니다.
cpuz 실행파일 변수기능 cpuz.exe -txt=filename : 프로그램 실행창을 보이지 않고, 정보를 바로 설정한 파일명의 txt로 저장합니다. cpuz.exe -html=filename : 프로그램 실행창을 보이지 않고, 정보를 바로 설정한 파일명의 html로 저장합니다.
단축키 F5 : 현재 보고있는 탭을 bmp 파일로 저장합니다. F6 : 현재 보고있는 탭을 클립보드로 저장합니다.
파일 확장자마다 마우스 우측 버튼을 눌렀을 때 뜨는 메뉴가 다른 것을 보았을 것입니다. 그것은 프로그램 설치시 확장자에 대해 레지스트리 항목을 추가하기 때문입니다.
예를 들어 포토샵은 psd, 한글은 hwp에 대한 shell 메뉴를 만들게 됩니다. shell 메뉴를 삭제하려면 regedit를 이용하여서 'HKEY_CLASSES_ROOT' 항목을 직접 지우거나, 탐색기에서 '도구->폴더 옵션-> 파일 형식'에서 편집하게 됩니다. 하지만, 이 경우 한 번에 여러개를 지우기 불편하고, 많은 내용을 한번에 보기 어렵습니다.
위 프로그램은 쉘 메뉴 관리를 위해 만들어진 프로그램으로 프로그램을 실행하면 위와 같은 화면이 나오고, 모든 확장자에 대한 값이 보입니다. 처음에는 '기본 메뉴 항목 숨김' 메뉴의 기본값이 보이지 않음인데, 설정->'기본 메뉴 항목 숨김' 을 체크 해제하시면 기본 메뉴가 보이게 됩니다.
기본적인 이용방법은 해당 메뉴를 사용하려면 녹색 단추를, 사용하지 않으려면 빨간 단추를 누르면 됩니다. 편집 기능은 지원하지 않고 프로그램 이름과 마찬가지로 보기, 보이지 않기 기능을 수행하도록 만들어져 있습니다.
윈도우에서 컨트롤+알트+델 키를 눌러시 시스템이 현재 사용중인 프로세스 목록을 확인할 수 있지만, 이 프로그램은 ms사에서 따로 제공하는 프로세스 관리 프로그램입니다. 프로그램은 실행파일 하나와 도움말 파일로 되어 있습니다.
프로그램을 실행시키시면 기본적으로 위의 화면처럼 현재 프로그램의 목록과 프로세스에 대한 설명, CPU 사용율을 확인할 수 있습니다. 각 프로세스이름에서 마우스 우측 버튼을 눌러서 우선순위나 프로세스 재시작, 중지 명령을 사용할 수 있고 등록정보 창을 열어서 세부적인 내용을 확인할 수 있습니다.
이 화면은 view -> system information 을 실행하면 나오는 화면입니다. 이 화면은 현재 프로그램의 전반적인 사용에 대한 정보를 상세하게 보여줍니다. Threads나 프로세스의 수와 메모리의 사용 현황에 대한 정보들이 보입니다.
Introduction
Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded.
The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you'll see the handles that the process selected in the top window has opened; if Process Explorer is in DLL mode you'll see the DLLs and memory-mapped files that the process has loaded. Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded.
The unique capabilities of Process Explorer make it useful for tracking down DLL-version problems or handle leaks, and provide insight into the way Windows and applications work.
Process Explorer works on Windows 9x/Me, Windows NT 4.0, Windows 2000, Windows XP, Server 2003, and 64-bit versions of Windows for x64 and IA64 processors, and Windows Vista.
What's new in Version 11.0:
•
New treelist control for better UI responsiveness
•
Asynchronous thread symbol resolution on threads tab of process properties
•
More flags on groups in security tab and SID display
•
Thread IDs on threads tab
•
On-line search uses default web browser and search engine
•
Vista ASLR column for processes and DLLs
•
Vista Process and thread I/O and memory priorities in process and thread properties
•
Vista Process and thread I/O and memory columns
•
PROCESS_QUERY_LIMITED_INFORMATION support on process permissions on Vista
•
Run as limited user runs with low IL on Vista
•
Reports information for all object types on Vista
•
Show details for all processes elevation menu item on Vista
Regedit를 이용해서 원하는 값을 찾으려고 할 때에는 한번 검색후 다음 찾기를 이용해서 차례대로 찾아봐야 하지만,
이 프로그램을 이용하면 원하는 위치를 먼저 지정할 수 있습니다. 지정한 후에 검색을 하게 되면 전체적인 검색결과가 나오고 Regedit로 바로 연결되어 편집을 할 수 있습니다.
Description
RegScanner is a small utility that allows you to scan the Registry, find the desired Registry values that match to the specified search criteria, and display them in one list. After finding the Registry values, you can easily jump to the right value in RegEdit, simply by double-clicking the desired Registry item. You can also export the found Registry values into a .reg file that can be used in RegEdit.
Advantages over RegEdit find of Windows
RegScanner utility display the entire search result at once, so you don't have to press F3 in order to find the next value.
In addition to the standard string search (Like in RegEdit), RegScanner can also find Registry values by data length, value type (REG_SZ, REG_DWORD, and so on), and by modified date of the key.
RegScanner can find a unicode string located inside a binary value.
RegScanner allows you to make a case sensitive search.
While scanning the Registry, RegScanner display the current scanned Registry key, as opposed to RegEdit, that simply display a boring "Searching the registry" dialog-box.
PCI(피씨-아이]는 고속운영을 위해 마이크로프로세서와 가깝게 위치해 있는 확장 슬롯들에 부착된 장치들 간의 상호접속 시스템이다. PCI를 사용하면 컴퓨터는 새로운 PCI 카드들과, 현재 가장 일반적인 확장카드의 종류인 ISA 확장카드를 함께 지원할 수 있다. 인텔에 의해 설계된 초기의 PCI는 VESA 로컬버스와 비슷했지만, PCI 2.0부터는 더 이상 로컬버스가 아니며, 마이크로프로세서 디자인과는 독립적으로 설계되었다. PCI는 20~33 MHz 범위의 마이크로프로세서 클록 속도에 동기화 되도록 설계되었다. PCI는 이제 인텔 펜티엄 프로세서 기반의 시스템은 물론, PowerPC 기반의 시스템을 비롯한 대부분의 새로운 데스크탑 컴퓨터에 설치되었다. PCI는 124 핀의 접속으로 한번에 32 비트를 전송하며, 확장된 제품인 188 핀 접속에서는 64 비트를 전송한다. PCI는 주소와 데이터 신호를 전송하기 위해 모든 동적 경로들을 사용하며, 첫 번째 클록 사이클에 주소를 보내고 그 다음에 데이터를 보낸다. 많은 량의 데이터를 보낼 때에는 첫 번째 사이클에 시작 주소를 보낸 다음, 이어지는 일정횟수의 사이클 동안 계속해서 데이터 전송을 하는 것도 가능하다. <출처 : 김동근의 텀즈 * 컴퓨터 용어사전 http://www.terms.co.kr/>
The Peripheral Component Interconnect, or PCI Standard (in practice almost always shortened to PCI) specifies a computer bus for attaching peripheral devices to a computer motherboard. These devices can take any one of the following forms:
* An integrated circuit fitted onto the motherboard itself, called a planar device in the PCI specification. * An expansion card that fits into a socket. The PCI bus is common in modern PCs, where it has displaced ISA and VESA Local Bus as the standard expansion bus, but it also appears in many other computer types. The bus will eventually be succeeded by PCI Express, which is standard in most new computers, and other technologies.
The PCI specification covers the physical size of the bus (including wire spacing), electrical characteristics, bus timing, and protocols. The specification can be purchased from the PCI Special Interest Group (PCISIG).
Conventional hardware specifications
These specifications represent the most common version of PCI used in normal PCs.
* 33.33 MHz clock with synchronous transfers * peak transfer rate of 133 MB per second for 32-bit bus width
(33.33 MHz × 32 bits ÷ 8 bits/byte = 133 MB/s) * peak transfer rate of 266 MB/s for 64-bit bus width * 32-bit or 64-bit bus width * 32-bit address space (4 gigabytes) * 32-bit I/O port space (now deprecated) * 256-byte configuration space * 5-volt signaling * reflected-wave switching
Variants
- Conventional
* Later versions of PCI allow (and in the latest versions require) 3.3V slots (keyed differently) on motherboards and allow for cards that are either double keyed for both voltages or even 3.3V only. * PCI 2.2 allows for 66 MHz signalling (requires 3.3 volt signalling) (peak transfer rate of 533 MB/s) * PCI 2.3 permits use of 3.3 volt and universal keying, but does not allow 5 volt keyed add in cards. * PCI 3.0 is the final official standard of the bus, completely removing 5-volt capability. * PCI-X doubles the width to 64-bit, revises the protocol, and increases the maximum signaling frequency to 133 MHz (peak transfer rate of 1014 MB/s) * PCI-X 2.0 permits a 266 MHz rate (peak transfer rate of 2035 MB/s) and also 533 MHz rate, expands the configuration space to 4096 bytes, adds a 16-bit bus variant and allows for 1.5 volt signaling * Mini PCI is a new form factor of PCI 2.2 for use mainly inside laptops * CardBus is a PC card form factor for 32-bit, 33 MHz PCI * CompactPCI, uses Eurocard-sized modules plugged into a PCI backplane. * PC/104-Plus is an industrial bus that uses the PCI signal lines with different connectors.
Physical card dimensions
- Full-size card The original "full-size" PCI card is specified as a height of 107 mm (4.2 inches) and a depth of 312 mm (12.283 inches). The height includes the edge card connector. However, most modern PCI cards are half-length or smaller (see below) and many PCs cannot fit a full size card.
- Backplate In addition to these dimensions the physical size and location of a card's backplate are also standardized. The backplate is the part that fastens to the card cage to stabilize the card and also contains external connectors,so it usually attaches in a window so it is accessible from outside the computer case.
The card itself can be a smaller size, but the backplate must still be full-size and properly located so that the card fits in any standard PCI slot.
- Half-length extension card (de-facto standard) This is in fact the practical standard now - the majority of modern PCI cards fit inside this length.
- Low profile (half height) card The PCI organisation has a defined a standard for "low profile" cards, which basically fit in the following ranges:
* Height: 1.42 inches (36.07 mm) to 2.536 inches (64.41 mm) * Depth: 4.721 inches (119.91 mm) to 6.6 inches (167.64 mm) The bracket is also reduced in height, to a standard 3.118 inches (79.2 mm).
These cards may be known by other names such as "slim".
- Mini PCI This is a specialist version of PCI slot intended for laptops and the like, and is not usually used by consumers.
- Other physical variations Typically consumers systems specify "N x PCI slots" without specifying actual dimensions of the space available. In some small form-factor systems, this may not be sufficient to allow even "half-length" PCI cards to fit. Despite this limitation, these systems are still useful because many modern PCI cards are considerably smaller than half-length.
- Card keying Typical PCI cards present either one or two key notches, depending on their signaling voltage. Cards requiring 3.3 volt have a notch near the front of the card (where the external connectors are) while those requiring 5 volt have a notch near on the other side. So called "Universal cards" have both key notches and can accept both types of signal.