Informacja

Drogi użytkowniku, aplikacja do prawidłowego działania wymaga obsługi JavaScript. Proszę włącz obsługę JavaScript w Twojej przeglądarce.

Wyszukujesz frazę "Napieralski, A." wg kryterium: Autor


Tytuł:
Prototype of an Integrating Current Transformer for Beam Intensity Measurements in the Large Hadron Collider
Autorzy:
Krupa, M
Napieralski, A
Tematy:
diagnostyka wiązki
pomiar natężenia wiązki
transformator
ICT
FBCT
beam diagnostics
beam intensity measurements
Integrating Current Transformer
Fast Beam Current Transformer
Pokaż więcej
Wydawca:
Politechnika Łódzka. Wydział Mikroelektroniki i Informatyki
Powiązania:
https://bibliotekanauki.pl/articles/398102.pdf  Link otwiera się w nowym oknie
Opis:
The beam intensity (number of particles forming the beam) in the Large Hadron Collider (LHC) is measured by eight current transformers. The average beam current is monitored by the four DC Current Transformers (DCCTs) and the range from a few hundred hertz to over a gigahertz is covered by the four Fast Beam Current Transformers (FBCTs). During the early run of the LHC the beam intensity measured by the FBCTs was observed to be correlated to the beam position and charge distribution. To address the consequential limitations a prototype of an Integrating Current Transformer (ICT) has been developed at CERN as a possible future replacement of the FBCTs. In this article, its design, principle of operation along with results of first beam tests are presented. The measured beam-position-dependency of the ICT has been improved, compared to the FBCT, by a factor of 35 and 50 in the vertical and horizontal planes, respectively.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Current-controlled slew-rate adjustable trapezoidal waveform generators for low- and high-voltage applications
Autorzy:
Jankowski, M.
Napieralski, A.
Tematy:
generator fail trapezowej
tryb prądowy
wysokonapięciowy układ scalony
szybkość narastania napięcia wyjściowego
trapezoidal waveform generation
current-mode operation
high-voltage IC
slew-rate conrol
Pokaż więcej
Wydawca:
Politechnika Łódzka. Wydział Mikroelektroniki i Informatyki
Powiązania:
https://bibliotekanauki.pl/articles/398114.pdf  Link otwiera się w nowym oknie
Opis:
An approach to design of a current-controlled slew-rate adjustable trapezoidal waveform generators is presented. The paper presents circuit abilities of control over shape of output waveform, as well as possibility of a generator adaptation for operation in high-voltage applications, without any profound structure modifications.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
New approach to power semiconductor devices modeling
Autorzy:
Napieralski, A.
Napieralska, M.
Tematy:
power device modeling
SPICE
circuit simulation
VDMOS
PIN diode
IGBT
web-based simulation
Pokaż więcej
Wydawca:
Instytut Łączności - Państwowy Instytut Badawczy
Powiązania:
https://bibliotekanauki.pl/articles/308039.pdf  Link otwiera się w nowym oknie
Opis:
The main problems occurring during high power device modeling are discussed in this paper. Unipolar and bipolar device properties are compared and the problems concerning high time-constant values related to the diffusion phenomena in the large base are explained. Traditional and novel concepts of power device simulation are presented. In order to make accurate and modern semiconductor device models widely accessible, a website has been designed and made available to Internet users, allowing them to perform simulations of electronic circuits containing high power semiconductor devices. In this software, a new distributed model of power diode has been included. Together with the existing VDMOS macromodel library, the presented approach can facilitate the design process of power circuits. In the future, distributed models of IGBT, BJT and thyristor will be added.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
High-voltage SoI Unity-gain Voltage Buffers with Function-enable and Power-down Functionality
Autorzy:
Jankowski, M
Napieralski, A
Tematy:
wysokonapięciowy układ scalony
proces SoI
stan wysokiej impedancji
high-voltage integrated circuits
SoI process
high impedance state
enable functionality
Pokaż więcej
Wydawca:
Politechnika Łódzka. Wydział Mikroelektroniki i Informatyki
Powiązania:
https://bibliotekanauki.pl/articles/397893.pdf  Link otwiera się w nowym oknie
Opis:
This paper discusses possibilities of enable and power-down functionality implementation in HV SoI unity-gain buffers. Modifications of selected HV buffer structures are analyzed. Approaches of power-down, high input and output impedance functionality implementation are introduced and discussed.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Artificial intelligence in medical diagnosis of some brain dysfunctions
Autorzy:
Ciota, Z.
Napieralski, A.
Tematy:
speech analysis
formant analysis
artificial neural networks
brain dysfunction
stroke
olfactory system
analiza mowy
analiza formantowa
sztuczne sieci neuronowe
zaburzenie czynności mózgu
udar mózgu
układ węchowy
Pokaż więcej
Wydawca:
Politechnika Łódzka. Wydział Mikroelektroniki i Informatyki
Powiązania:
https://bibliotekanauki.pl/articles/397907.pdf  Link otwiera się w nowym oknie
Opis:
The paper presents an analysis of objective evaluation of speech quality. As an example, the recovering process after stroke for patients with vascular lesion of a central nervous system has been taken into account. Application of neural networks gives possibility for objective evaluation of speech quality of patient suffering from disorder of speech motor.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
A C++ shared-memory IPC framework for High-Throughput Data Acquisition systems
Autorzy:
Ingles, R.
Orlikowski, M.
Napieralski, A.
Tematy:
inter-process communication
ring buffer
data acquisition system
high-throughput
condition variables
futex
atomic variables
komunikacja międzyprocesowa
bufor pierścieniowy
system akwizycji danych
wysoka wydajność
zmienne warunku
zmienne atomowe
Pokaż więcej
Wydawca:
Politechnika Łódzka. Wydział Mikroelektroniki i Informatyki
Powiązania:
https://bibliotekanauki.pl/articles/397736.pdf  Link otwiera się w nowym oknie
Opis:
High-Throughput Data Acquisition Systems are an essential part in many scientific experiments, and the processing of the large amount of data, represents a challenge in designing systems capable of managing such volume of data. Owing to the nature of this type of experiments, the processes responsible for gathering the data from devices that measure real-world phenomena, and those processes in charge of distributing the data to monitoring and/or controlling systems, shall communicate with accuracy and reliability. By running those processes concurrently in a multi-processor computer system, such requirements of accuracy and reliability can be achieved. In this paper, we present the design of a C++ framework, which implements a ring-buffer by using shared-memory as a fast mechanism of data communication among processes. Likewise, the framework controls the access to data in the shared ring-buffer by implementing inter-process synchronization objects in shared-memory. The effectiveness of the proposed solution has been evaluated by evaluating the latency time from when a new data is written into the shared ring-buffer and the longest instant when such a data is gathered. After the experimental test, the results show that it is possible to develop a C++ framework for helping programmers to create data acquisition system when a high-throughput data-stream is involved, getting suitable performance by using shared-memory.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Distributed radiation monitoring system for linear accelerators based on CAN bus
Autorzy:
Kozak, T.
Makowski, D.
Napieralski, A.
Tematy:
obszar pod kontrolą sieci
dozymetria promieniowania gamma
dozymetria promieniowania neutronowego
akcelerator liniowy
controller area network
gamma radiation dosimetry
neutron radiation dosimetry
radiation sensing Field Effect Transistor
linear accelerator
X-ray free electron laser
Pokaż więcej
Wydawca:
Politechnika Łódzka. Wydział Mikroelektroniki i Informatyki
Powiązania:
https://bibliotekanauki.pl/articles/397933.pdf  Link otwiera się w nowym oknie
Opis:
Gamma and neutron radiation is produced during the normal operation of linear accelerators like Free-Electron Laser in Hamburg (FLASH) or X-ray Free Electron Laser (X-FEL). Gamma radiation cause general degeneration of electronics devices and neutron fluence can be a reason of soft error in memories and microcontrollers. X-FEL accelerator will be built only in one tunnel, therefore most of electronic control systems will be placed in radiation environment. Exposing control systems to radiation may lead to many errors and unexpected failure of the whole accelerator system. Thus, the radiation monitoring system able to monitor radiation doses produced near controlling systems is crucial. Knowledge of produced radiation doses allows to detect errors caused by radiation, schedule essential replacement of control systems and prevent accelerator from serious damages. The paper presents the project of radiation monitoring system able to monitor radiation environment in real time.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
IEEE 802.15.4 wireless network application in real-time PLC-based control systems
Autorzy:
Krasiński, P.
Pękosławski, B.
Napieralski, A.
Tematy:
wireless sensor network
Modbus
ZigBee
IEEE 802.15.4
PLC
real-time
industrial automation
sieć czujników bezprzewodowych
czas rzeczywisty
automatyka przemysłowa
Pokaż więcej
Wydawca:
Politechnika Łódzka. Wydział Mikroelektroniki i Informatyki
Powiązania:
https://bibliotekanauki.pl/articles/398098.pdf  Link otwiera się w nowym oknie
Opis:
Most of the modern industrial automation systems are based on Programmable Logic Controllers (PLC). Vast selection of communication networks are available for automation system designers. Nevertheless, contemporary standards were not designed with real-time wireless sensor networks in mind. Based on our experience in IEEE 802.15.4 networks and automation fields we discuss possible means which can make it possible to take most advantage of real-time wireless networks in traditional automation control systems.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Heat dissipation and temperature distribution in long interconnect lines
Autorzy:
Gnidzińska, K.
Mey, G.
Napieralski, A.
Tematy:
interconnect lines
heat dissipation
delay
temperature distribution
Pokaż więcej
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Powiązania:
https://bibliotekanauki.pl/articles/199909.pdf  Link otwiera się w nowym oknie
Opis:
Thermal and time delay aspects of long interconnect lines have been investigated. To design a modern integrated circuit we need to focus on very long global interconnects in order to achieve the desired frequency and signal synchronization. The long interconnection lines introduce significant time delays and heat generation in the driver transistors. Introducing buffers helps to spread the heat production more homogenously along the line but consumes extra power and chip area. To ensure the functionality of the circuit, it is compulsory to give priority to the time delay aspect and then the optimized solution is found by making the power dissipation as homogenous as possible and consequently the temperature distribution T (relative to ambient) as low as possible. The technology used for simulations is 65 nm node. The occurring phenomena have been described in a quantitative and qualitative way.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Neck injury diagnostic device
Autorzy:
Mielczarek, A.
Ritter, R.
Napieralski, A.
Tematy:
uraz szyi
kręgosłup szyjny
diagnostyka medyczna
leczenie
rehabilitacja
MEMS
mikrosystemy
żyroskop
czujnik wewnętrzny
pomiar kąta
wskaźnik laserowy
neck injury
cervical spine
diagnosis
treatment
rehabilitation
gyroscope
accelerometer
inertial sensor
angle measurement
laser pointer
Pokaż więcej
Wydawca:
Politechnika Łódzka. Wydział Mikroelektroniki i Informatyki
Powiązania:
https://bibliotekanauki.pl/articles/398051.pdf  Link otwiera się w nowym oknie
Opis:
The paper describes a method of automating a medical study of cervical spine condition with use of MEMS inertial sensors and a magnetometer. The examination procedure aims to detect and assess the dysfunction of the cervical spine. The same exercise may be also used for rehabilitation.
Dostawca treści:
Biblioteka Nauki
Artykuł

Ta witryna wykorzystuje pliki cookies do przechowywania informacji na Twoim komputerze. Pliki cookies stosujemy w celu świadczenia usług na najwyższym poziomie, w tym w sposób dostosowany do indywidualnych potrzeb. Korzystanie z witryny bez zmiany ustawień dotyczących cookies oznacza, że będą one zamieszczane w Twoim komputerze. W każdym momencie możesz dokonać zmiany ustawień dotyczących cookies