Wyniki wyszukiwania dla: OVERLAPPING COMMUNICATION AND COMPUTATIONS - MOST Wiedzy

Wyszukiwarka

Wyniki wyszukiwania dla: OVERLAPPING COMMUNICATION AND COMPUTATIONS

Wyniki wyszukiwania dla: OVERLAPPING COMMUNICATION AND COMPUTATIONS

  • Benchmarking overlapping communication and computations with multiple streams for modern GPUs

    The paper presents benchmarking a multi-stream application processing a set of input data arrays. Tests have been performed and execution times measured for various numbers of streams and various compute intensities measured as the ratio of kernel compute time and data transfer time. As such, the application and benchmarking is representative of frequently used operations such as vector weighted sum, matrix multiplication etc....

    Pełny tekst do pobrania w portalu

  • Investigation of Parallel Data Processing Using Hybrid High Performance CPU + GPU Systems and CUDA Streams

    Publikacja

    The paper investigates parallel data processing in a hybrid CPU+GPU(s) system using multiple CUDA streams for overlapping communication and computations. This is crucial for efficient processing of data, in particular incoming data stream processing that would naturally be forwarded using multiple CUDA streams to GPUs. Performance is evaluated for various compute time to host-device communication time ratios, numbers of CUDA streams,...

    Pełny tekst do pobrania w portalu

  • Parallelization of large vector similarity computations in a hybrid CPU+GPU environment

    Publikacja

    The paper presents design, implementation and tuning of a hybrid parallel OpenMP+CUDA code for computation of similarity between pairs of a large number of multidimensional vectors. The problem has a wide range of applications, and consequently its optimization is of high importance, especially on currently widespread hybrid CPU+GPU systems targeted in the paper. The following are presented and tested for computation of all vector...

    Pełny tekst do pobrania w portalu

  • Benchmarking Performance of a Hybrid Intel Xeon/Xeon Phi System for Parallel Computation of Similarity Measures Between Large Vectors

    The paper deals with parallelization of computing similarity measures between large vectors. Such computations are important components within many applications and consequently are of high importance. Rather than focusing on optimization of the algorithm itself, assuming specific measures, the paper assumes a general scheme for finding similarity measures for all pairs of vectors and investigates optimizations for scalability...

    Pełny tekst do pobrania w portalu

  • A multithreaded CUDA and OpenMP based power‐aware programming framework for multi‐node GPU systems

    In the paper, we have proposed a framework that allows programming a parallel application for a multi-node system, with one or more GPUs per node, using an OpenMP+extended CUDA API. OpenMP is used for launching threads responsible for management of particular GPUs and extended CUDA calls allow to manage CUDA objects, data and launch kernels. The framework hides inter-node MPI communication from the programmer who can benefit from...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Parallel Programming for Modern High Performance Computing Systems

    Publikacja

    - Rok 2018

    In view of the growing presence and popularity of multicore and manycore processors, accelerators, and coprocessors, as well as clusters using such computing devices, the development of efficient parallel applications has become a key challenge to be able to exploit the performance of such systems. This book covers the scope of parallel programming for modern high performance computing systems. It first discusses selected and...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Performance and Power-Aware Modeling of MPI Applications for Cluster Computing

    Publikacja

    - Rok 2016

    The paper presents modeling of performance and power consumption when running parallel applications on modern cluster-based systems. The model includes basic so-called blocks representing either computations or communication. The latter includes both point-to-point and collective communication. Real measurements were performed using MPI applications and routines run on three different clusters with both Infiniband and Gigabit Ethernet...

    Pełny tekst do pobrania w portalu

  • Optimization of Data Assignment for Parallel Processing in a Hybrid Heterogeneous Environment Using Integer Linear Programming

    Publikacja

    In the paper we investigate a practical approach to application of integer linear programming for optimization of data assignment to compute units in a multi-level heterogeneous environment with various compute devices, including CPUs, GPUs and Intel Xeon Phis. The model considers an application that processes a large number of data chunks in parallel on various compute units and takes into account computations, communication including...

    Pełny tekst do pobrania w portalu

  • ENGINEERING COMPUTATIONS

    Czasopisma

    ISSN: 0264-4401 , eISSN: 1758-7077

  • Modeling SPMD Application Execution Time

    Publikacja

    - Rok 2016

    Parallel applications in a Single Process Multiple Data paradigm assume splitting huge amounts of data to multiple processors working in parallel at small data packets. As the individual data packets are not independent, the processors must interact with each other to exchange results of the calculations with their adjacent partners and take these results into account in their own computations. An example of SPMD is geometric parallelism...

  • MERPSYS: An environment for simulation of parallel application execution on large scale HPC systems

    In this paper we present a new environment called MERPSYS that allows simulation of parallel application execution time on cluster-based systems. The environment offers a modeling application using the Java language extended with methods representing message passing type communication routines. It also offers a graphical interface for building a system model that incorporates various hardware components such as CPUs, GPUs, interconnects...

    Pełny tekst do pobrania w portalu

  • Optimization of parallel implementation of UNRES package for coarse‐grained simulations to treat large proteins

    Publikacja

    - JOURNAL OF COMPUTATIONAL CHEMISTRY - Rok 2023

    We report major algorithmic improvements of the UNRES package for physics-based coarse-grained simulations of proteins. These include (i) introduction of interaction lists to optimize computations, (ii) transforming the inertia matrix to a pentadiagonal form to reduce computing and memory requirements, (iii) removing explicit angles and dihedral angles from energy expressions and recoding the most time-consuming energy/force terms...

    Pełny tekst do pobrania w portalu

  • Accuracy of the discrete Green's function computations

    Publikacja

    - Rok 2012

    This paper discusses the accuracy of the discrete Green's function (DGF) computations. Recently closed-form expression of the DGF and its efficient numerical implementation were presented which facilitate the DGF applications in FDTD simulations of radiation and scattering problems. By carefully comparing the DGF results to those of the FDTD simulation, one can make conclusions about the range of the applicability of the DGF for...

  • Acceleration of the discrete Green's function computations

    Publikacja

    - Rok 2012

    Results of the acceleration of the 3-D discrete Green's function (DGF) computations on the multicore processor are presented. The code was developed in the multiple precision arithmetic with use of the OpenMP parallel programming interface. As a result, the speedup factor of three orders of magnitude compared to the previous implementation was obtained thus applicability of the DGF in FDTD simulations was significantly improved.

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Electromagnetic Problems Requiring High-Precision Computations

    An overview of the applications of multiple-precision arithmetic in CEM was presented in this paper for the first time. Although double-precision floating-point arithmetic is sufficient for most scientific computations, there is an expanding body of electromagnetic problems requiring multiple-precision arithmetic. Software libraries facilitating these computations were described, and investigations requiring multiple-precision...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • IP Core of Coprocessor for Multiple-Precision-Arithmetic Computations

    Publikacja

    - Rok 2018

    In this paper, we present an IP core of coprocessor supporting computations requiring integer multiple-precision arithmetic (MPA). Whilst standard 32/64-bit arithmetic is sufficient to solve many computing problems, there are still applications that require higher numerical precision. Hence, the purpose of the developed coprocessor is to support and offload central processing unit (CPU) in such computations. The developed digital...

    Pełny tekst do pobrania w portalu

  • Simulation of parallel similarity measure computations for large data sets

    The paper presents our approach to implementation of similarity measure for big data analysis in a parallel environment. We describe the algorithm for parallelisation of the computations. We provide results from a real MPI application for computations of similarity measures as well as results achieved with our simulation software. The simulation environment allows us to model parallel systems of various sizes with various components...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Parallel computations in the volunteer based Comcute system

    Publikacja

    The paper presents Comcute which is a novel multi-level implemen- tation of the volunteer based computing paradigm. Comcute was designed to let users donate the computing power of their PCs in a simplified manner, requiring only pointing their web browser at a specific web address and clicking a mouse. The server side appoints several servers to be in charge of execution of particular tasks. Thanks to that the system can survive...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Windowing of the Discrete Green's Function for Accurate FDTD Computations

    Publikacja

    - Rok 2013

    The paper presents systematic evaluation of the applicability of parametric and nonparametric window functions for truncation of the discrete Green's function (DGF). This function is directly derived from the FDTD update equations, thus the FDTD method and its integral discrete formulation can be perfectly coupled using DGF. Unfortunately, the DGF computations require processor time, hence DGF has to be truncated with appropriate...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Maritime Communication and Sea Safety of the Future - Machnine-type 5G Communication Concept

    The article presents the concept of a system based on 5G network and M2M communication increasing maritime safety. Generally, the focus was on presenting a proposal for a hierarchical, hybrid, cooperative system with M2M communication coordinated with BAN networks. The possi-ble applications of M2M communication at sea were also presented.

    Pełny tekst do pobrania w portalu

  • Vehicular Communication Environments

    Publikacja
    • E. G. Ström
    • L. Ekiz
    • T. Abbas
    • R. He
    • S. J. Ambroziak
    • V. Shivaldova
    • J. Nuckelt

    - Rok 2016

    Communication to and between road vehicles (cars, truck, buses, trains, etc.) are of growing interest. This is partly due to the attractive services that cooperative intelligent transport systems (C-ITSs) provides, mainly in the areas of traffic safety and traffic efficiency. An enabler for C-ITS is wireless vehicle-to-vehicle (V2V) and vehicle-to-infrastructure (V2I) communication, collectively referred to as vehicle-to-X (V2X)...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Intranet and internal communication in an organization

    Publikacja

    - Rok 2006

    One of the conditions of an organizational effectiveness is acommunication. However, communication meets some obstacles. Newtechnological opportunities, such as Intranet support enterprise communication process and bring some benefits. This paper includes: the description of communication process and its barriers, the analyze of relationships between communication and an organizational effectiveness, advantages from implementing...

  • Using GPUs for Parallel Stencil Computations in Relativistic Hydrodynamic Simulation

    Publikacja
    • S. Cygert
    • D. Kikoła
    • J. Porter-Sobieraj
    • J. Sikorski
    • M. Słodkowski

    - Rok 2014

    This paper explores the possibilities of using a GPU for complex 3D finite difference computation. We propose a new approach to this topic using surface memory and compare it with 3D stencil computations carried out via shared memory, which is currently considered to be the best approach. The case study was performed for the extensive computation of collisions between heavy nuclei in terms of relativistic hydrodynamics.

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Communication methods at selected private universities in Gdańsk, Sopot and Gdynia in 2010

    Dane Badawcze
    open access

    A university, including a private one, is an organization serving the environment. Therefore, a necessary condition (especially in today's market situation) is the development of cooperation between universities and the environment. Creating mutual relations between universities with the environment, belongs to an important area of activity of this...

  • Jerzy Konorski dr hab. inż.

    Jerzy Konorski otrzymał tytuł mgr inż. telekomunikacji na Poitechnice Gdańskiej, zaś stopień doktora n.t. w dyscyplinie informatyka w Instytucie Podstaw Informatyki PAN. W r. 2007 obronił rozprawę habilitacyjną na Wydziale Elektroniki, Telekomnikacji i Informatyki PG. Jest autorem ponad 150 publikacji naukowych, prowadził projekty naukowo-badawcze finansowane ze środków Komitetu Badań Naukowych, UE, US Air Force Office of Scientific...

  • Overview of cooperative communication methods

    The paper presents issues related to the cooperative communication in wireless networks. Cooperative com-munication involves the use of mobile terminals as relay stations to improve the transmission quality, improve network performance and reduce energy consumption. It is also possible to use several different data transmission standards. The paper presents the methods used to implement cooperative communication. The types of cooperative...

    Pełny tekst do pobrania w portalu

  • Niching mechanisms in evolutionary computations

    Dozorowanie nisz stanowi mechanizm, którego celem jest utrzymanie gorzej przystosowanych osobników tak, aby populacja była różnorodna, zawierała odpowiednią liczbę istniejących gatunków, zarówno tych bardziej licznych, jak i tych mniej licznych, a przez to nie powodowała przedwczesnej zbieżności algorytmów ewolucyjnych. Efekt taki uzyskuje się poprzez odpowiednią modyfikację stopnia przystosowania lub rang osobników (zwiększa się...

    Pełny tekst do pobrania w portalu

  • Meta-computations on the CLUSTERIX Grid

    Publikacja
    • R. Wyrzykowski
    • N. Meyer
    • T. Olas
    • L. Kuczynski
    • B. Ludwiczak
    • C. Czaplewski
    • S. Oldziej

    - Rok 2007

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Multichannel Human Body Communication

    Publikacja

    Human Body Communication is an attractive alternative for traditional wireless communication (Bluetooth, ZigBee) in case of Body Sensor Networks. Low power, high data rates and data security makes it ideal solution for medical applications. In this paper, signal attenuation for different frequencies, using FR4 electrodes, has been investigated. Performance of single and multichannel transmission with frequency modulation of analog...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Entanglement-swapping boxes and their communication properties

    Publikacja

    - PHYSICAL REVIEW A - Rok 2008

    We pose the fundamental question of communication properties of primitives irrespectively of their implementation. To illustrate the idea we introduce the concept of entanglement-swapping boxes, i.e., we consider any quantum operations which perform entanglement swapping, not necessarily via simple quantum teleportation. We ask a question about the properties of such boxes, i.e., what local operations and how much classical communication...

    Pełny tekst do pobrania w portalu

  • Transmission parameters of underwater communication channels

    Publikacja

    The underwater environment is tough and demanding as a communication channel for ultrasonic signals. The channel transmission characteristics in marine and inland waters depend much on local bathymetry and changing weather conditions. The architecture and performance of a reliable underwater acoustic communication (UAC) system should allow real-time adaptation of its transmission parameters to a large variety of possible channel...

    Pełny tekst do pobrania w portalu

  • Fashion communication research: A way ahead

    Publikacja
    • L. Cantoni
    • F. Cominelli
    • N. Kalbaska
    • M. Ornati
    • T. Sádaba
    • P. SanMiguel

    - Studies in Communication Sciences - Rok 2020

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Information and Communication Technologies for Economic Development

    Publikacja

    - Rok 2017

    This chapter is intended to explain why and how information and communication technologies may affect the process of socio-economic development, especially with regard to economically backward economies. It sheds light on why technological changes constitute prerequisites enabling advancements along the socio-economic development pattern. It is also designed to exhibit the special relevance of information and communication technologies...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • A fast algorithm for computing the flux around non-overlapping disks on the plane

    Publikacja
    • V. Mityushev
    • N. Rylko

    - MATHEMATICAL AND COMPUTER MODELLING - Rok 2013

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Resilient Routing in Communication Networks

    Publikacja

    - Rok 2015

    This important text/reference addresses the latest issues in end-to-end resilient routing in communication networks. The work highlights the main causes of failures of network nodes and links, and presents an overview of resilient routing mechanisms, covering issues related to the Future Internet (FI), wireless mesh networks (WMNs), and vehicular ad-hoc networks (VANETs). For each of these network architectures, a selection of...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • The Diffusion of Information and Communication Technologies

    Publikacja

    - Rok 2018

    This book provides extensive evidence on information and communication technologies development patterns and dynamics of this process across developed economies over the period 1980 to the present day. It adopts newly developed methodology to identification of the ‘critical mass’ and isolation of technological takeoff intervals, which are intimately related to the process of technology diffusion. The statistically robust analysis...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Decision making techniques for electronic communication: an example for Turkey

    Publikacja

    - Rok 2017

    Communication is the way for people exchanging information with each other by using various tools. Electronic communication or Ecommunication is the process of sending, receiving and processing information or messages electronically. Electronic communication that is closely related to the development levels of countries, has made considerable progress especially in terms technology, innovation and entrepreneur. In this study, it...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Measurements of transmission properties of Acoustic Communication Channels

    Publikacja

    Tough transmission properties of shallow water acoustic channels (SWAC) highly limit the use of underwater acoustic communication (UAC) systems. An adaptive matching of modulation and signaling schemes to instantaneous channel conditions is needed for reliabledata communications. This creates, however, unique challenges for designers when compared to radio transmission systems. When communication system elements are in move, the...

    Pełny tekst do pobrania w portalu

  • Computer controlled systems - 2022/2023

    Kursy Online
    • P. Raczyński

    materiały wspierające wykład na studiach II stopnia na kierunku ACR pod tytułem komputerowe systemy automatyki 1. Computer system – controlled plant interfacing technique; simple interfacing and with both side acknowledgement; ideas, algorithms, acknowledge passing. 2. Methods of acknowledgement passing: software checking and passing, using interrupt techniques, using readiness checking (ready – wait lines). The best solution...

  • CCS-lecture-2023-2024

    Kursy Online
    • P. Raczyński

    materiały wspierające wykład na studiach II stopnia na kierunku ACR pod tytułem komputerowe systemy automatyki 1. Computer system – controlled plant interfacing technique; simple interfacing and with both side acknowledgement; ideas, algorithms, acknowledge passing. 2. Methods of acknowledgement passing: software checking and passing, using interrupt techniques, using readiness checking (ready – wait lines). The best solution optimization...

  • The impact of brand communication on brand equity through Facebook

    Purpose The purpose of this study is to fill the gap in the discussion of the ways in which firm-created and user-generated social media brand communication impacts consumer-based brand equity metrics through Facebook. Design/methodology/approach We evaluated 302 data sets that were generated through a standardized online-survey to investigate the impact of firm-created and user-generated social media brand communication on brand...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • A Simulation Model of Construction Projects Executed in Random Conditions with the Overlapping Construction Works

    Publikacja

    - Sustainability - Rok 2021

    Pełny tekst do pobrania w serwisie zewnętrznym

  • The development of an underwater telephone for digital communication purposes

    Publikacja

    - HYDROACOUSTICS - Rok 2016

    The underwater telephone HTL-10 has been designed to provide voice and data communication between helicopter and submarines using acoustic waves. It works in a half-duplex mode and uses analogue power-efficient modulation in the form of a single side-band, suppressed carrier, in a wide range of frequencies. It generates the transmitted signal, and processes the received signals. It is implemented with the use of digital signal...

    Pełny tekst do pobrania w portalu

  • Radio Communication Antennas and MIMO Techniques (2023/24)

    Kursy Online
    • J. Magiera

    Course assigned to the following subject: - Radio Communication Antennas and MIMO Techniques (profile Radio Communication Systems and Networks [EN])

  • Communication Platform for Evaluation of Transmitted Speech Quality

    A voice communication system designed and implemented is described. The purpose of the presented platform was to enable a series of experiments related to the quality assessment of algorithms used in the coding and transmitting of speech. The system is equipped with tools for recording signals at each stage of processing, making it possible to subject them to subjective assessments by listening tests or, objective evaluation employing...

    Pełny tekst do pobrania w portalu

  • Parallel Computations of Text Similarities for Categorization Task

    Publikacja

    - Rok 2013

    In this chapter we describe the approach to parallel implementation of similarities in high dimensional spaces. The similarities computation have been used for textual data categorization. A test datasets we create from Wikipedia articles that with their hyper references formed a graph used in our experiments. The similarities based on Euclidean distance and Cosine measure have been used to process the data using k-means algorithm....

  • The effect of social media communication on consumer perceptions of brands

    Researchers and brand managers have limited understanding of the effects social media communication has on how consumers perceive brands. We investigated 504 Facebook users in order to observe the impact of firm-created and user-generated (UG) social media communication on brand equity (BE), brand attitude (BA) and purchase intention (PI) by using a standardized online survey throughout Poland. To test the conceptual model, we...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Communication and Visualisation in Building Automation - 2023/24

    Kursy Online
    • P. Fiertek

    Lecture "Communication and Visualisation in Building Automation", Wydział ETI, katedra KSiS, II stopień studiów 

  • Communication Networks in the Service of the Environmental Monitoring

    In the paper selected issues relating to communication networks in the services of the environmental monitoring (EM) have been described. It is divided into three main parts: introduction, wire and wireless networks. At the beginning of the basic definitions were explained. The wire part focuses on a plain old telephone service (POTS), an integrated services digital network (ISDN), a digital subscriber line (DSL) and a fiber-optic...

  • Communication as a Factor Limiting University-Business Cooperation

    Objective - Despite the broad extent of the scientific activity dealing with university-business cooperation, Poland has yet to develop a satisfactory cooperation strategy that takes business needs into account. This issue is still relevant due to the need for continuous improvement and resulting benefits aimed at improving enterprise competitiveness. Methodology/Technique - Authors of this article attempt to select an overriding...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Disaster-resilient communication networks: Principles and best practices

    Publikacja
    • A. Mauthe
    • D. Hutchison
    • E. Cetinkaya
    • I. Ganchev
    • J. Rak
    • J. P. Sterbenz
    • M. Gunkelk
    • P. Smith
    • T. Gomes

    - Rok 2016

    Communication network failures that are caused by disasters, such as hurricanes, arthquakes and cyber-attacks, can have significant economic and societal impact. To address this problem, the research community has been investigating approaches to network resilience for several years. However, aside from well-established techniques, many of these solutions have not found their way into operational...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Quantum communication complexity advantage implies violation of a Bell inequality

    Publikacja

    - PROCEEDINGS OF THE NATIONAL ACADEMY OF SCIENCES OF THE UNITED STATES OF AMERICA - Rok 2016

    We obtain a general connection between a quantum advantage in communication complexity and non-locality. We show that given any protocol offering a (sufficiently large) quantum advantage in communication complexity, there exists a way of obtaining measurement statistics which violate some Bell inequality. Our main tool is port-based teleportation. If the gap between quantum and classical communication complexity can grow arbitrarily...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Reliable underwater communication system for shallow coastal waters

    Publikacja

    - HYDROACOUSTICS - Rok 2014

    This paper presents a reliable and robust low data rate spread spectrum approach which is implemented in the acoustic underwater communication system for shallow coastal waters. It shows operation assumptions of spread spectrum techniques based on the wellknown Shannon equation. It describes two methods of spread spectrum: frequency hopping spread spectrum and direct sequence spread spectrum; their block diagram and their characteristics...

    Pełny tekst do pobrania w portalu

  • Future research directions in design of reliable communication systems

    Publikacja
    • J. Rak
    • M. Pickavet
    • K. S. Trivedi
    • J. A. Lopez
    • A. M. C. A. Koster
    • J. P. Sterbenz
    • E. Çetinkaya
    • T. Gomes
    • M. Gunkel
    • K. Walkowiak
    • D. Staessens

    - TELECOMMUNICATION SYSTEMS - Rok 2015

    In this position paper on reliable networks, we discuss new trends in the design of reliable communication systems. We focus on a wide range of research directions including protection against software failures as well as failures of communication systems equipment. In particular, we outline future research trends in software failure mitigation, reliability of wireless communications, robust optimization and network design, multilevel...

    Pełny tekst do pobrania w portalu

  • Fundamentals of Communication Networks Resilience to Disasters and Massive Disruptions

    Publikacja
    • J. Rak
    • D. Hutchison
    • J. Tapolcai
    • R. Bruzgiene
    • M. Tornatore
    • C. Mas-Machuca
    • M. Furdek
    • P. Smith

    - Rok 2020

    Communication networks are exposed to a variety of massive failure events following from activities of nature, weather-induced disruptions, technology-implied problems, and malicious human activities. In this chapter, we first highlight the characteristics of these scenarios and discuss example failure events reported during the last three decades. Next, we explain the concept of network resilience and present an overview of major...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • The Use of Information and Communication Technologies in Cluster Organizations

    Publikacja

    - Rok 2019

    The purpose of the paper is to explore how cluster organizations (COs) take advantage of Information and Communication Technologies (ICT). The paper addresses the research question: “How do cluster organizations take advantage of ICT in fulfilling their main roles?”. The research was carried out in the first half of 2016 in four purposefully selected cluster organizations. The main research strategy involved Grounded Theory; the...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • BPL-PLC Voice Communication System for the Oil and Mining Industry

    Publikacja
    • G. Debita
    • P. Falkowski-Gilski
    • M. Habrych
    • G. Wiśniewski
    • B. Miedziński
    • P. Jedlikowski
    • A. Waniewska
    • J. Wandzio
    • B. Polnik

    - ENERGIES - Rok 2020

    Application of a high-efficiency voice communication systems based on broadband over power line-power line communication (BPL-PLC) technology in medium voltage networks, including hazardous areas (like the oil and mining industry), as a redundant mean of wired communication (apart from traditional fiber optics and electrical wires) can be beneficial. Due to the possibility of utilizing existing electrical infrastructure, it can...

    Pełny tekst do pobrania w portalu

  • Quality of Satellite Communication in Selected Mobile Android Smartphones

    Today, thanks to mobile devices, satellite communication is available to anyone and everywhere. Gaining information on one’s position using GNSS (Global Navigation Satellite Systems), particularly in unknown urban environments, had become an everyday activity. With the widespread of mobile devices, particularly smartphones, each person can obtain information considering his or her location anytime and everywhere. This paper is...

    Pełny tekst do pobrania w portalu

  • Efficient bounds on quantum-communication rates via their reduced variants

    Publikacja

    - PHYSICAL REVIEW A - Rok 2010

    We investigate one-way communication scenarios where Bob operating on his component can transfer some subsystem to the environment. We define reduced versions of quantum-communication rates and, further, prove upper bounds on a one-way quantum secret key, distillable entanglement, and quantum-channel capacity by means of their reduced versions. It is shown that in some cases they drastically improve their estimation.

    Pełny tekst do pobrania w portalu

  • Effects of social media communication on brand equity and brand purchase intention

    Publikacja

    - Rok 2013

    The author studied the effect of two different social media communication on brand equity and brand purchase intention. A total of 504 data sets were generated through a standardized online-survey and analysed with structural equation modeling. The results of the empirical study showed that both firm-created and user-generated social media communication influenced brand equity, consequently impacting brand purchase intention. This...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Standard Compliance Framework for effective requirements communication

    Standard Compliance Framework (SCF) is a framework, which supports application of standards at the stages of achieving, assessing and maintaining the compliance. It uses Trust Case language to develop argument structures demonstrating compliance with standards. The paper presents how SCF is applied to increase effectiveness of requirements communication. Relevant mechanisms of the framework are thoroughly described referring to...

  • Application of Barycentric Coordinates in Space Vector PWM Computations

    Publikacja

    This paper proposes the use of barycentric coordinates in the development and implementationof space-vector pulse-width modulation (SVPWM) methods, especially for inverters with deformed space-vector diagrams. The proposed approach is capable of explicit calculation of vector duty cycles, independentof whether they assume ideal positions or are displaced due to the DC-link voltage imbalance. The use ofbarycentric coordinates also...

    Pełny tekst do pobrania w portalu

  • Can Communication Power of Separable Correlations Exceed That of Entanglement Resource?

    Publikacja

    - PHYSICAL REVIEW LETTERS - Rok 2014

    The scenario of remote state preparation with a shared correlated quantum state and one bit of forward communication [B. Dakić et al., Nat. Phys. 8, 666 (2012)] is considered. Optimization of the transmission efficiency is extended to include general encoding and decoding strategies. The importance of the use of linear fidelity is recognized. It is shown that separable states cannot exceed the efficiency of entangled states by...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Design of radio communication systems for unmanned transport applications

    In the paper the principle of OFDMA-based radio communication systems design for unmanned transport applications is presented. The concept of system radio interface is analysed and its basic parameters proposal are considered. In the last part of the paper some air interface characteristics useful for optimization of throughput and system capacity are considered.

  • Interdependence between Power Grids and Communication Networks: A Resilience Perspective

    Publikacja
    • L. Martins
    • R. Girao-Silva
    • L. Jorge
    • A. Gomes
    • F. Musumeci
    • J. Rak

    - Rok 2017

    Power network resilience is increasingly dependent on communication networks. Besides traditional generation, power networks need to accommodate increasingly high penetration levels of dispersed micro generation, mostly based on renewable sources, and increasing and challenging demand, such as electric vehicles. At the same time the deployment of enabling technologies throughout the power grid makes available new demand resources...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Review of Diameter protocol implementations for realization of communication in NGN networks

    In the paper Diameter protocol as well as its applications in the context of Next Generation Network (NGN) are described. Diameter message content and Attribute-Value Pairs (AVPs) concept are presented. Critical review of open source Diameter implementations is carried out. The performed analysis takes into consideration programming language, availability, support and documentation aspects. Basing on the review project fulfilling...

  • Communication and Visualisation in Building Automation - 2022/23 - Nowy

    Kursy Online
    • P. Fiertek

    Lecture "Communication and Visualisation in Building Automation", Wydział ETI, katedra KSA, II stopień studiów 

  • The Crisis of Marketing Communication in the Era of Social Media

    The articles examines the widely discussed in literature the problem of marketing communication crisis resulting from the changes of the environment. These changes generate both new problems and also new solutions, e.g. social media. The practicioners are pursuing both effective and efficient solutions, in relation to the difficulties encountered while achieving market objectives via traditional methods and channels. In accordance...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Wireless Local Area Network Technologies as Communication Solutions for Unmanned Surface Vehicles

    Publikacja

    As the number of research activities and practical deployments of unmanned vehicles has shown a rapid growth, topics related to their communication with operator and external infrastructure became of high importance. As a result a trend of employing IP communication for this purpose is emerging and can be expected to bring significant advantages. However, its employment can be expected to be most effective using broadband communication...

    Pełny tekst do pobrania w portalu

  • Probe signal processing for channel estimation in underwater acoustic communication system

    Publikacja

    Underwater acoustic communication channels are characterized by a large variety of propagation conditions. Designing a reliable communication system requires knowledge of the transmission parameters of the channel, namely multipath delay spread, Doppler spread, coherence time, and coherence bandwidth. However, the possibilities of its estimation in a realtime underwater communication system are limited, mainly due to the computational...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • [ITiT] Transmission Channel in Radio Communication Systems

    Kursy Online
    • S. J. Ambroziak

    {mlang pl} Dyscyplina: informatyka techniczna i telekomunikacja Zajęcia fakultatywne dla doktorantów II roku Prowadzący:  dr hab. inż. Sławomir Ambroziak, prof. PG Liczba godzin: 15 Forma zajęć: wykład {mlang} {mlang en} Discipline: technical informatics and telecommunications Elective course for 2nd-year PhD students Academic teachers: dr hab. inż. Sławomir Ambroziak, prof. PG Total hours of training: 15 teaching hours Course...

  • Composites-Mechanics Computations Applications

    Czasopisma

    ISSN: 2152-2057 , eISSN: 2152-2073

  • Open standards-based communication system for distributed intelligent surveillance solution

    The paper presents an open standards-based communication system being a part of a distributed surveillance solution. The paradigm of “intelligent” surveillance approach is introduced, and employed video processing is discussed briefly. Requirements analysis toward the design of communication subsystem architecture is presented. Special attention is paid to the multimedia streaming functionality of presented solution, which is based...

  • Analytical method of modelling the geometric system of communication route

    The paper presents a new analytical approach to modelling the curvature of a communication route by making use of differential equations. The method makes it possible to identify both linear and nonlinear curvature. It enables us to join curves of the same or opposite signs of curvature. Solutions of problems for linear change of curvature and selected variants of nonlinear curvature in polynomial and trigonometric form were analyzed....

    Pełny tekst do pobrania w portalu

  • Implementation Of The Innovative Radiolocalization System VCS-MLAT (Voice Communication System Multilateration)

    In the article the concept of the radiolocalization subsystem of the VHF communication for aviation VCS-MLAT (Voice Communication System – Multilateration) is presented. The distributed localization system can estimate the position of the aircraft using the audio signals from aircraft transmitters in the VHF band (118-136 MHz). This paper shows initial verification of the possibility to use voice airband communication to estimate...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Decoherence-free communication over multiaccess quantum channels

    In this paper we consider decoherence-free communication over multiple access and k-user quantum channels. First, we concentrate on a hermitian unitary noise model U for a two-access bi-unitary channel and show that in this case a decoherence-free code exists if the space of Schmidt matrices of an eigensubspace of U exhibits certain properties of decomposability. Then, we show that our technique is also applicable for generic random unitary...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Inclusive Communication Model Supporting the Employment Cycle of Individuals with Autism Spectrum Disorders

    Difficulties with interpersonal communication experienced by individuals with autism spectrum disorders (ASD) significantly contribute to their underrepresentation in the workforce as well as problems experienced while in employment. Consistently, it is vital to understand how communication within the employment cycle of this group can be improved. This study aims to identify and analyze the possibilities of modifying the communication...

    Pełny tekst do pobrania w portalu

  • Application of wireless communication to small WECS with induction generator

    Publikacja

    - Rok 2010

    Wind energy conversion systems (WECS) seem to be self-evident elements of the future smart grids. Among many generator types the squirrel cage induction generator (SCIG) characterizes robustness and low cost. A full-scale power converter can perform smooth grid connection over wide speed range of multiple-stage geared SCIG. Increasing number of sensors can improve the WECS control and diagnostics but increasing number of thin wires...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • A Bayesian regularization-backpropagation neural network model for peeling computations

    Publikacja
    • S. Gouravaraju
    • J. Narayan
    • R. Sauer
    • S. S. Gautam

    - JOURNAL OF ADHESION - Rok 2023

    A Bayesian regularization-backpropagation neural network (BRBPNN) model is employed to predict some aspects of the gecko spatula peeling, viz. the variation of the maximum normal and tangential pull-off forces and the resultant force angle at detachment with the peeling angle. K-fold cross validation is used to improve the effectiveness of the model. The input data is taken from finite element (FE) peeling results. The neural network...

    Pełny tekst do pobrania w portalu

  • Cross-cultural Communication

    Publikacja

  • Cross-cultural Communication

    Publikacja

    Pełny tekst do pobrania w portalu

  • Performance of Coherent Modulation Scheme Used in Acoustic Underwater Communication System

    The development of an acoustic underwater communication system for shallow waters is still a big scientificand construction challenge. Currently, non-coherent modulations in combination with strong channel coding are used to achieve reliable communication with low rate in such a channel. To obtain transmission with a higher transmission rate, it is required to use coherent modulation. This paper presents the assumptions of such...

    Pełny tekst do pobrania w portalu

  • Applying the Lombard Effect to Speech-in-Noise Communication

    Publikacja

    - Electronics - Rok 2023

    This study explored how the Lombard effect, a natural or artificial increase in speech loudness in noisy environments, can improve speech-in-noise communication. This study consisted of several experiments that measured the impact of different types of noise on synthesizing the Lombard effect. The main steps were as follows: first, a dataset of speech samples with and without the Lombard effect was collected in a controlled setting;...

    Pełny tekst do pobrania w portalu

  • Fundamentals of Interpersonal Communication Group Work, PG_00041985

    Kursy Online
    • I. Dziwisz-Olszak

    The main objective of this coure is to search information on a given topic. On this course students have to present their opinions on a specific topic in the form of a multimedia presentation. Classes are designed to improve the skills of public speaking and to acquire basic knowledge about verbal and nonverbal communication, speeches principles (rhetoric), statement ethics, the rules of disscusion, the basics of good manners....

  • Communication and Documentation Practices in Agile Requirements Engineering: A Survey in Polish Software Industry

    Requirements engineering, system analysis and other analytical activities form the basis of every IT project. Such activities are not clearly defined in Agile development methods, but it does not mean that they are absent in an agile project. The aim of our work was to determine which practices related to requirements-related communication and which requirements documenting techniques are used in agile software projects. For this...

    Pełny tekst do pobrania w portalu

  • Is Easy Access Related to Better Life? Walkability and Overlapping of Personal and Communal Identity as Predictors of Quality of Life

    Publikacja

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Validation of a virtual test environment for C2X communication under radio jamming conditions

    Publikacja

    - Rok 2019

    In this paper, we propose a novel car-2-x communication security testing methodology in the physical layer of wireless systems. The approach is dedicated to automated testing of autonomous vehicles and it is essential for such complex systems operation, especially with regard to safety and security issues. It is based on scenario-driven testing in virtual and real test environments created from collected or simulated data. The...

    Pełny tekst do pobrania w portalu

  • Measurement of Impulse Response of Shallow Water Communication Channel by Correlation Method

    Performances of underwater acoustic communication (UAC) systems are strongly related to specific propagation conditions of the underwater channel; conditions that can additionally change in time due to the movement of the acoustic system transmitter and receiver or to reflection by underwater objects of the transmitted signal. The time-varying impulse response is a comprehensive description of dynamically changing transmission...

    Pełny tekst do pobrania w portalu

  • Wireless Link Selection Methods for Maritime Communication Access Networks—A Deep Learning Approach

    Publikacja

    In recent years, we have been witnessing a growing interest in the subject of communication at sea. One of the promising solutions to enable widespread access to data transmission capabilities in coastal waters is the possibility of employing an on-shore wireless access infrastructure. However, such an infrastructure is a heterogeneous one, managed by many independent operators and utilizing a number of different communication...

    Pełny tekst do pobrania w portalu

  • Using Fast Frequency Hopping Technique to Improve Reliability of Underwater Communication System

    Publikacja

    Acoustic underwater communication systems designed to work reliably in shallow coastal waters must overcome major limitations such as multipath propagation and the Doppler effect. These restrictions are the reason for the complexity of receivers being built, whose task is to decode a symbol on the basis of the received signal. Additional complications are caused by the low propagation speed of the acoustic wave in the water and...

    Pełny tekst do pobrania w portalu

  • Underwater acoustic communication system using broadband signal with hyperbolically modulated frequency

    The implementation of reliable acoustic underwater communication in shallow waters is a scientific and engineering challenge, mainly due to the permanent occurrence of the multipath phenomenon. The article presents the concept of a transmission system using a broadband signal with hyperbolically modulated frequency (HFM) to transmit data symbols and synchronize data frames. The simulation tests were carried out in channels with...

    Pełny tekst do pobrania w portalu

  • Karhunen-Loeve-based approach to tracking of rapidly fading wireless communication channels

    Publikacja

    When parameters of wireless communication channels vary at a fast rate, simple estimation algorithms, such as weighted least squares (WLS) or least mean squares (LMS) algorithms, cannot estimate them with the accuracy needed to secure the reliable operation of the underlying communication systems. In cases like this, the local basis function (LBF) estimation technique can be used instead, significantly increasing the achievable...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Computations of critical load value of composite shell with random geometric imperfections

    Publikacja

    - Rok 2014

    The work presents the numerical analysis of composite shell with geometric imperfections subjected to compression along its generatrix. The imperfections are described as single indentations and random fields with random parameters of shape and correlation. The fields are generated with the use of the authors made program. Using the authors’ FEM software as well as commercial package Femap with NX Nastran, the critical load values...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Network-aware Data Prefetching Optimization of Computations in a Heterogeneous HPC Framework

    Rapid development of diverse computer architectures and hardware accelerators caused that designing parallel systems faces new problems resulting from their heterogeneity. Our implementation of a parallel system called KernelHive allows to efficiently run applications in a heterogeneous environment consisting of multiple collections of nodes with different types of computing devices. The execution engine of the system is open for...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • A study of rigorous ODE integrators for multi-scale set-oriented computations

    Publikacja

    - APPLIED NUMERICAL MATHEMATICS - Rok 2016

    Pełny tekst do pobrania w serwisie zewnętrznym

  • How to render FDTD computations more effective using agraphics accelerator.

    Graphics processing units (GPUs) for years have been dedicated mostly to real time rendering. Recently leading GPU manufactures have extended their research area and decided to support also graphics computing. In this paper, we describe an impact of new GPU features on development process of an efficient finite difference time domain (FDTD) implementation.

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Estimation of Coherence Bandwidth for Underwater Acoustic Communication Channel

    Publikacja

    A shallow underwater acoustic communication channel is characterized by strong multipath propagation. The signal reaching the receiver consists of a direct waveform and a number of its delayed and suppressed replica. A significant time dispersion of the transmitted signal and selective fading of its spectrum are observed. Coherence bandwidth defines maximal bandwidth, wherein the channel amplitude characteristic remains constant...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Toward Fast Calculation of Communication Paths for Resilient Routing

    Publikacja

    - NETWORKS - Rok 2017

    Utilization of alternate communication paths is a common technique to provide protection of transmission against failures of network nodes/links. However, a noticeable delay is encountered when calculating the relevant sets of disjoint paths using the available algorithms (e.g., using Bhandari’s approach). This, in turn, may have a serious impact on the ability of a network to serve dynamic demands...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Broadband communication solutions for maritime ITSs: Wider and faster deployment of new e-navigation services

    Publikacja

    n its initial part, the paper presents an overview of popular technologies and systems currently developed or employed in maritime communication. These solutions are used to provide both ship-to-ship and ship-to-shore communication for the purpose of supporting specific services, often dedicated to maritime safety and e-navigation. Utility of such communication systems have been thoroughly verified over the years and their strengths...

    Pełny tekst do pobrania w serwisie zewnętrznym

  • Validation of a virtual test environment for C2X communication under radio jamming conditions

    Publikacja

    - Rok 2020

    In this paper, we propose a novel car-2-x communication security testing methodology in the physical layer of wireless systems. The approach is dedicated to automated testing of autonomous vehicles and it is essential for such complex systems operation, especially with regard to safety and security issues. It is based on scenario-driven testing in virtual and real test environments created from collected or simulated data. The...

    Pełny tekst do pobrania w portalu