Preferencje help
Widoczny [Schowaj] Abstrakt
Liczba wyników
Powiadomienia systemowe
  • Sesja wygasła!

Znaleziono wyników: 14

Liczba wyników na stronie
first rewind previous Strona / 1 next fast forward last
Wyniki wyszukiwania
Wyszukiwano:
w słowach kluczowych:  microprocessors
help Sortuj według:

help Ogranicz wyniki do:
first rewind previous Strona / 1 next fast forward last
PL
W pracy opisano projekt i realizację stanowiska laboratoryjnego do testowania algorytmów regulacji. Przedstawiono budowę mechaniczną oraz elektroniczną. Omówiono funkcje programowe umożliwiające sterowanie procesem. Podkreślono uniwersalność stanowiska, która polega na szerokich możliwościach konfiguracji, gdyż można badać prosty proces jednowymiarowy oraz skomplikowane procesy wielowymiarowe. Opisano możliwości zastosowania stanowiska, w szczególności do testowania algorytmów regulacji zaimplementowanych w systemach wbudowanych, wykorzystujących mikroprocesory, układy FPGA oraz sterowniki PLC. Omówiono przykład regulacji procesu za pomocą algorytmu regulacji predykcyjnej zaimplementowanego na mikroprocesorze.
EN
The article describes the design and implementation of a laboratory test-bench which may be used to evaluate control algorithms. Mechanical and electronic details are presented. The software features that allow to control the test-bench are discussed. The test-bench is very flexible since it may be easily configured to act as a single-input single-output process and as a number of complicated multiple-input multiple-output processes. Existing possibilities of development of control algorithms implemented on embedded systems based on microprocessors, FPGAs and PLCs are discussed. Finally, an example implementation of a model predictive control algorithm on a microprocessor is detailed.
PL
W pracy wskazano możliwości zwiększenia liczby portów równoległych w systemach mikroprocesorowych i rozszerzenia trybów ich pracy z wykorzystaniem programowalnych układów peryferyjnych. Omówiono istniejące ograniczenia i zaproponowano rozwiązanie problemu multi-liniowej komunikacji mikrokontrolerów z otoczeniem przez sterowanie układów PPI z poziomu kontrolera CPLD. Zaprezentowano architekturę kontrolera, komunikującego się z jednostką centralną przez interfejs SPI. Przedstawiono wyniki implementacji kontrolera w strukturze CPLD.
EN
In this paper the possibility of increasing parallel inputs and outputs in microprocessor systems with programmable peripheral interface (PPI) is presented. An idea of the PPI subsystem with a central processor unit (CPU), a serial programmed bus/address/interrupt controller and parallel transmission devices is proposed (Fig. 1). The Serial Peripheral Interface (SPI) communication protocol between the CPU and the controller is used for sending instructions and data, where the CPU works as a master and the controller as a slave. The controller is responsible for address decoding, data transferring and interrupts receiving (Fig. 2). The SPI interface minimizes the necessary I/O ports of CPU, therefore only two additional signals /STR and /INT0 are required. The instruction sequences and the data are composed of two bytes (Fig. 3), the higher one includes codes for creating control signals for the controller and read/write cycles for 82C55A devices (Tab. 1). The block diagram of the PPI subsystem with a CPLD controller and an ATmega 16A microcontroller is shown in Fig. 4. The controller was implemented in the XC9572XL device (Tab.2) and the Behavioral and Post-Fit Simulations were made for functional tests. The Xilinx XC9500XL family is fully 5V (CMOS, TTL) tolerant even though the core power supply is 3.3 volts, so the controller can work in mixed (5V/3.3V/2.5V) systems, with low power supply microprocessors. Use of this one programmable device give us a chance for creating a flexible controller, which can work with any kind of central units supported SPI interface.
3
Content available remote The First Step Toward Processor for Rough Set Methods
EN
In this paper we propose a combination of capabilities of the FPGA based device and PC computer for data processing using rough set methods. Presented architecture has been tested on the exemplary data sets. Obtained results confirm the significant acceleration of the computation time using hardware supporting rough set operations in comparison to software implementation.
PL
W pracy przedstawiono pomiary oporu cieplnego radiatorów chłodzących procesory. Opór cieplny jest podstawowa wielkością charakteryzująca przvdatność radiatora do chłodzenia danego elementu elektronicznego. Dla określenia oporu cieplnego zbudowano stanowisko badawcze składające się z oporników cieplnych imitujących procesor komputerowy, połączonych ze źródłem prądu stałego, dzięki czemu możliwe bvło utrzvmanie stałej mocy cieplnej. Badaniu poddano trzy radiatory: najprostszy aluminiowy żebrowy, dwa o rozbudowanej konstrukcji z aluminium i miedzi.
EN
The paper presents measurements of the thermal resistance of heat sink cooling processors. Thermal resistance is the basic quantity that characterizes the usefulness of the heat sink for cooling electronic components. To determine the heat resistance test rig was constructed consisting of a thermal resistor simulating computer processor, connected to a DC power source, making it possible to maintain a constant output. The study involved four radiators: the simplest aluminum rib, two of the extensive construction of aluminum and copper.
PL
W artykule opisano nową generację wysokiej jakości, zdalnie sterowanych kamer CCD przeznaczonych do zastosowań astronomicznych. Kamerę zbudowano wykorzystując niskoszumny, 4 megapikselowy układ CCD firmy STA. System elektroniczny kamery jest w dużym stopniu parametryzowany i rekonfigurowalny oraz modułowy, w porównaniu z zamkniętym rozwiązaniem pierwszej generacji, wskutek zastosowania otwartego oprogramowania i układu FPGA, Altera Cyclone EP1C6. Do budowy kamery wykorzystano ponadto następujące zaawansowane układy elektroniczne: mikrokontroler CY7C68013a (rdzeń 8051) firmy Cypress, procesor obrazu AD9826 firmy Analog Devices, interfejs GigEth RTL8169s firmy Realtec, pamięć SDRAM AT45DB642 firmy Atmel, procesor typu CPU ARM926EJ-S AT91SAM9260 firmy ARM i Atmel. Rozwiązania programistyczne dla kamery i jej zdalnego sterowania oraz akwizycji danych obrazowych oparto wyłącznie na zasadach open source. Wykorzystano interfejsy obrazowe ISI i API V4L2, magistralę AMBA, AHB, protokół INDI. Kamera będzie powielona w kilkunastu egzemplarzach i zastosowana do ciągłej, szerokokątnej obserwacji nieba w programie badawczym Pi-of-the-Sky.
EN
The paper describes a new generation of high performance, remote control, CCD cameras designed for astronomical applications. The camera was built using a low-noise, 4Mpixel CCD circuit by STA. The electronic circuit of the camera is highly parameterized and reconfigurable, and modular in comparison with the closed solution of first generation, due to application of open software and FPGA circuit, Altera Cyclone EP1C6. There were used the following advanced electronic circuit in the camera system: microcontroller CY7C68013a (core 8051) by Cypress, image processor AD9826 by Analog Devices, GigEth interface RTL8169s by Realtec, memory SDRAM AT45DB642 by Atmel, CPU typr microprocessor ARM926EJ-S AT91SAM9260 by ARM and Atmel. Software solutions for the camera and its remote control, as well as image data acquisition are based only on the open source platform. There were used the following image interfaces ISI and API V4L2, data bus AMBA, AHB, INDI protocol. The camera will be replicated in 20 pieces and is designed for continuous on-line, wide angle observations of the sky in the research program Pi-of-the-Sky.
PL
Celem niniejszego artykułu jest prezentacja podprzestrzennej metody estymacji sygnałów MUSIC na przykładzie detektora DTMF. Detektor został zaimplementowany w systemie uruchomieniowym z procesorem ADSP21061. Opis algorytmu w artykule wsparty został symulacjami w środowisku MATLABŽ. Zawarte wyniki doświadczeń laboratoryjnych skupiają się na wysokiej odporności detektora na obecność szumu białego w kanale transmisyjnym.
EN
The article id devoted to a subspace method of signal estimation called MUSIC. The method have been used to implement DTMF tones detector. The detector is based on ADSP21061 evaluation kit from Analog Devices. The algorithm description taken in the article are supported by simulations made in the MATLABŽ environment. The detector is very resistant to the influence of the white Gaussian noise added to DTMF sinusoids.
7
PL
W pracy przedstawiono konstrukcję elektronicznego psychrometru pracującego w oparciu o metodę Augusta - Assmanna. Urządzenie zapewnia bezpośredni odczyt wilgotności i temperatury oraz pomiary zmian wilgotności/temperatury w czasie (istnieje możliwość akwizycji wyników pomiaru poprzez interfejs RS-232).
EN
Construction of electronic psychrometer basing on August - Assmann method is presented in the paper. A direct reading of humidity and temperature and also measurements of temperature/humidity changes in time are possible with this measuring instrument (it's a possibility of the acquisition of measurements results using of the RS-232 interface).
8
Content available remote Współczesne architektury komputerowe
PL
W artykule przedstawiono istotne problemy w wykorzystaniu współczesnych superkomputerów i wieloprocesorowych klastrów do rozwiązywania złożonych problemów w obliczeniach naukowo-technicznych, przemysłowych i komercyjnych. Do istotnych problemów należy zaliczyć: parametry techniczne i funkcjonalność oprogramowania, rozwiązania podnoszące niezawodność oferowanych usług i ich bezpieczeństwo, ciągłość pracy, wybór sprzętu i koszt obliczeń.
EN
We describe crucial problems ralated to application of modern supercomputers and multiprocessor clusters to solving complex problems in scientific, industrial and comercial computations. These problems include: technical parameters, functionality of software, security and quality of services, continuity of operation, choice of hardware and computational costs.
PL
Przedstawiono aktualną sytuację na rynku półprzewodników. Najbardziej dynamicznie rozwijającym się segmentem tego rynku jest rynek procesorów sygnałowych. Producenci procesorów DSP już wkrótce mogą dołączyć do grupy firm najbardziej zaawansowanych technologicznie. Omówiono algorytm Viterbiego. Przedstawione zostały także architektury trzech nowych procesorów sygnałowych TMS320C55x, TigerSHARC oraz Carmel. Szczególny nacisk w opisie położono na wyeksponowanie tych cech procesorów, które ułatwiają realizację algorytmu Viterbiego.
EN
In the article economic situation in semiconductor industry is presented. The most promising niche of the semiconductor market is market of digital signal processors. It is because of exponential growth in telecommunications. DSP manufacturers can will be the most technology advanced firms in semiconductor industry in the near future. An example of application on modern DSP is discussed. It is Viterbi algorithm used for convolutional codes decoding. Three new architectures of DSP are discussed too. It is TMS320C55x, TigerSHARC and Carmel. Special features built into DSP processors for fast Viterbi decoding are presented.
PL
W artykule przedstawiono architekturę oraz sposób aplikowania zintegrowanej jednostki sterującej napędów pozycjonujących, umożliwiającej niezależne pozycjonowanie 6 napędów z silnikami skokowymi oraz obsługę pomocniczych wejść i wyjść dwustanowych. Jednostka sterująca tego typu nadzorowana i synchronizowana przez komputer PC stanowić może rozwiązanie bazowe dla pewnej grupy urządzeń technologicznych lub zautomatyzowanych stanowisk badawczych.
EN
The article presents the structure and the method of application of the compact multi-axis control unit for positioning systems. The unit can control up to 6 stepping motor drivers and 8 common binary inputs and outputs. The movement parameters (such as the move speed, acceleration, ramp type etc.) can be programmed independently for each axis. The unit is supervised, programmed and synchronised via the RS-232C interface of the PC Master unit.
PL
Omówiono architekturę typowego procesora sygnałowego, jego zastosowanie w telekomunikacji i perspektywy dalszego rozwoju DSP. W szczególności przedstawiono funkcje realizowane przez procesor sygnałowy w modemie telefonicznym oraz aparacie telefonicznym GSM. W charakterze ilustracji przytoczono architekturę procesora TMS320C50 oraz architekturę procesora TMS320C6201. Wspomniano także o rozkazach MMX zaimplementowanych w mikroprocesorach o architekturze IA-32.
EN
An article is about architecture of a digital signal processor and it's applications in communication hardware. Functions of DSP in digital modems and GSM phone are discussed. As example architecture of TMS320C50 and TMS320C6201 microprocessors have been used. Some words are about MMX instruction extension for IA-32 compliant microprocessors.
PL
Trend w kierunku miniaturyzacji sprzętu elektronicznego stał się siłą napędową wprowadzenia nowych, wysoko zaawansowanych technik montażu powierzchniowego. Największe szanse na szerokie ich wykorzystanie maja technologie oparte na CSP i struktury połprzewodnikowe typu "flip chip".
EN
The trend towerds miniaturization of electronic equipment has become the driving force of introduction of the highly advanced technology of surface mount assembly. The greatest change for wide implementation have the PBGA, CSP and "flip chip" technologies. In the article devices, assembly advantages and some problems crucial to these technologies have been discussed.
first rewind previous Strona / 1 next fast forward last
JavaScript jest wyłączony w Twojej przeglądarce internetowej. Włącz go, a następnie odśwież stronę, aby móc w pełni z niej korzystać.