-
Capacity-Optimized Pre-Equalizer Design for Visible Light Communication Systems
Authors:
Runxin Zhang,
Yulin Shao,
Jian Xiong,
Lu Lu,
Murat Uysal
Abstract:
Since commercial LEDs are primarily designed for illumination rather than data transmission, their modulation bandwidth is inherently limited to a few MHz. This becomes a major bottleneck in the implementation of visible light communication (VLC) systems necessiating the design of pre-equalizers. While state-of-the-art equalizer designs primarily focus on the data rate increasing through bandwidth…
▽ More
Since commercial LEDs are primarily designed for illumination rather than data transmission, their modulation bandwidth is inherently limited to a few MHz. This becomes a major bottleneck in the implementation of visible light communication (VLC) systems necessiating the design of pre-equalizers. While state-of-the-art equalizer designs primarily focus on the data rate increasing through bandwidth expansion, they often overlook the accompanying degradation in signal-to-noise ratio (SNR). Achieving effective bandwidth extension without introducing excessive SNR penalties remains a significant challenge, since the channel capacity is a non-linear function of both parameters. In this paper, we present a fundamental analysis of how the parameters of the LED and pre-equalization circuits influence the channel capacity in intensity modulation and direct detection (IMDD)-based VLC systems. We derive a closed-form expression for channel capacity model that is an explicitly function of analog pre-equalizer circuit parameters. Building upon the derived capacity expression, we propose a systematic design methodology for analog pre-equalizers that effectively balances bandwidth and SNR, thereby maximizing the overall channel capacity across a wide range of channel attenuations. We present extensive numerical results to validate the effectiveness of the proposed design and demonstrate the improvements over conventional bandwidth-optimized pre-equalizer designs.
△ Less
Submitted 26 May, 2025;
originally announced May 2025.
-
A Bring-Your-Own-Model Approach for ML-Driven Storage Placement in Warehouse-Scale Computers
Authors:
Chenxi Yang,
Yan Li,
Martin Maas,
Mustafa Uysal,
Ubaid Ullah Hafeez,
Arif Merchant,
Richard McDougall
Abstract:
Storage systems account for a major portion of the total cost of ownership (TCO) of warehouse-scale computers, and thus have a major impact on the overall system's efficiency. Machine learning (ML)-based methods for solving key problems in storage system efficiency, such as data placement, have shown significant promise. However, there are few known practical deployments of such methods. Studying…
▽ More
Storage systems account for a major portion of the total cost of ownership (TCO) of warehouse-scale computers, and thus have a major impact on the overall system's efficiency. Machine learning (ML)-based methods for solving key problems in storage system efficiency, such as data placement, have shown significant promise. However, there are few known practical deployments of such methods. Studying this problem in the context of real-world hyperscale data centers at Google, we identify a number of challenges that we believe cause this lack of practical adoption. Specifically, prior work assumes a monolithic model that resides entirely within the storage layer, an unrealistic assumption in real-world deployments with frequently changing workloads. To address this problem, we introduce a cross-layer approach where workloads instead ''bring their own model''. This strategy moves ML out of the storage system and instead allows each workload to train its own lightweight model at the application layer, capturing the workload's specific characteristics. These small, interpretable models generate predictions that guide a co-designed scheduling heuristic at the storage layer, enabling adaptation to diverse online environments. We build a proof-of-concept of this approach in a production distributed computation framework at Google. Evaluations in a test deployment and large-scale simulation studies using production traces show improvements of as much as 3.47$\times$ in TCO savings compared to state-of-the-art baselines.
△ Less
Submitted 19 April, 2025; v1 submitted 9 January, 2025;
originally announced January 2025.
-
Migrating Birds Optimization-Based Feature Selection for Text Classification
Authors:
Cem Kaya,
Zeynep Hilal Kilimci,
Mitat Uysal,
Murat Kaya
Abstract:
This research introduces a novel approach, MBO-NB, that leverages Migrating Birds Optimization (MBO) coupled with Naive Bayes as an internal classifier to address feature selection challenges in text classification having large number of features. Focusing on computational efficiency, we preprocess raw data using the Information Gain algorithm, strategically reducing the feature count from an aver…
▽ More
This research introduces a novel approach, MBO-NB, that leverages Migrating Birds Optimization (MBO) coupled with Naive Bayes as an internal classifier to address feature selection challenges in text classification having large number of features. Focusing on computational efficiency, we preprocess raw data using the Information Gain algorithm, strategically reducing the feature count from an average of 62221 to 2089. Our experiments demonstrate MBO-NB's superior effectiveness in feature reduction compared to other existing techniques, emphasizing an increased classification accuracy. The successful integration of Naive Bayes within MBO presents a well-rounded solution. In individual comparisons with Particle Swarm Optimization (PSO), MBO-NB consistently outperforms by an average of 6.9% across four setups. This research offers valuable insights into enhancing feature selection methods, providing a scalable and effective solution for text classification
△ Less
Submitted 4 January, 2024;
originally announced January 2024.
-
Discovering High-Quality Process Models Despite Data Scarcity
Authors:
Jan Niklas Adams,
Jari Peeperkorn,
Tobias Brockhoff,
Isabelle Terrier,
Heiko Göhner,
Merih Seran Uysal,
Seppe vanden Broucke,
Jochen De Weerdt,
Wil M. P. van der Aalst
Abstract:
Process discovery algorithms learn process models from executed activity sequences, describing concurrency, causality, and conflict. Concurrent activities require observing multiple permutations, increasing data requirements, especially for processes with concurrent subprocesses such as hierarchical, composite, or distributed processes. While process discovery algorithms traditionally use sequence…
▽ More
Process discovery algorithms learn process models from executed activity sequences, describing concurrency, causality, and conflict. Concurrent activities require observing multiple permutations, increasing data requirements, especially for processes with concurrent subprocesses such as hierarchical, composite, or distributed processes. While process discovery algorithms traditionally use sequences of activities as input, recently introduced object-centric process discovery algorithms can use graphs of activities as input, encoding partial orders between activities. As such, they contain the concurrency information of many sequences in a single graph. In this paper, we address the research question of reducing process discovery data requirements when using object-centric event logs for process discovery. We classify different real-life processes according to the control-flow complexity within and between subprocesses and introduce an evaluation framework to assess process discovery algorithm quality of traditional and object-centric process discovery based on the sample size. We complement this with a large-scale production process case study. Our results show reduced data requirements, enabling the discovery of large, concurrent processes such as manufacturing with little data, previously infeasible with traditional process discovery. Our findings suggest that object-centric process mining could revolutionize process discovery in various sectors, including manufacturing and supply chains.
△ Less
Submitted 17 October, 2023;
originally announced October 2023.
-
Resolving Uncertain Case Identifiers in Interaction Logs: A User Study
Authors:
Marco Pegoraro,
Merih Seran Uysal,
Tom-Hendrik Hülsmann,
Wil M. P. van der Aalst
Abstract:
Modern software systems are able to record vast amounts of user actions, stored for later analysis. One of the main types of such user interaction data is click data: the digital trace of the actions of a user through the graphical elements of an application, website or software. While readily available, click data is often missing a case notion: an attribute linking events from user interactions…
▽ More
Modern software systems are able to record vast amounts of user actions, stored for later analysis. One of the main types of such user interaction data is click data: the digital trace of the actions of a user through the graphical elements of an application, website or software. While readily available, click data is often missing a case notion: an attribute linking events from user interactions to a specific process instance in the software. In this paper, we propose a neural network-based technique to determine a case notion for click data, thus enabling process mining and other process analysis techniques on user interaction data. We describe our method, show its scalability to datasets of large dimensions, and we validate its efficacy through a user study based on the segmented event log resulting from interaction data of a mobility sharing company. Interviews with domain experts in the company demonstrate that the case notion obtained by our method can lead to actionable process insights.
△ Less
Submitted 21 November, 2022;
originally announced December 2022.
-
Rethinking Storage Management for Data Processing Pipelines in Cloud Data Centers
Authors:
Ubaid Ullah Hafeez,
Martin Maas,
Mustafa Uysal,
Richard McDougall
Abstract:
Data processing frameworks such as Apache Beam and Apache Spark are used for a wide range of applications, from logs analysis to data preparation for DNN training. It is thus unsurprising that there has been a large amount of work on optimizing these frameworks, including their storage management. The shift to cloud computing requires optimization across all pipelines concurrently running across a…
▽ More
Data processing frameworks such as Apache Beam and Apache Spark are used for a wide range of applications, from logs analysis to data preparation for DNN training. It is thus unsurprising that there has been a large amount of work on optimizing these frameworks, including their storage management. The shift to cloud computing requires optimization across all pipelines concurrently running across a cluster. In this paper, we look at one specific instance of this problem: placement of I/O-intensive temporary intermediate data on SSD and HDD. Efficient data placement is challenging since I/O density is usually unknown at the time data needs to be placed. Additionally, external factors such as load variability, job preemption, or job priorities can impact job completion times, which ultimately affect the I/O density of the temporary files in the workload. In this paper, we envision that machine learning can be used to solve this problem. We analyze production logs from Google's data centers for a range of data processing pipelines. Our analysis shows that I/O density may be predictable. This suggests that learning-based strategies, if crafted carefully, could extract predictive features for I/O density of temporary files involved in various transformations, which could be used to improve the efficiency of storage management in data processing pipelines.
△ Less
Submitted 4 November, 2022;
originally announced November 2022.
-
EU cost action on future generation optical wireless communication technologies -- newfocus ca19111, a white paper
Authors:
M A Khalighi,
Z Ghassemlooy,
S Zvanovec,
N Stevens,
L N Alves,
A Shrestha,
M Uysal,
A M Vegni,
P D Diamantoulakis,
V K Papanikolaou,
G K Karagiannidis,
B Ortega,
V Almenar,
O Bouchet,
L Ladid
Abstract:
The EU COST Action NEWFOCUS is focused on investigating radical solutions with the potential to impact the design of future wireless networks. It aims to address some of the challenges in OWC and establish it as an efficient technology that can satisfy the demanding requirements of backhaul and access network levels in 5G networks. This also includes the use of hybrid links that associate OWC with…
▽ More
The EU COST Action NEWFOCUS is focused on investigating radical solutions with the potential to impact the design of future wireless networks. It aims to address some of the challenges in OWC and establish it as an efficient technology that can satisfy the demanding requirements of backhaul and access network levels in 5G networks. This also includes the use of hybrid links that associate OWC with radiofrequency or wired/fiber-based technologies. The focus of this White Paper is on the use of optical wireless communication (OWC) as enabling technology in a range of areas outlined in HE's Pillar II including Health, Manufacturing, Intelligent Transportation Systems (ITS), Unmanned Aerial Vehicles and Network and Protocol.
△ Less
Submitted 18 July, 2022;
originally announced October 2022.
-
Uncertain Case Identifiers in Process Mining: A User Study of the Event-Case Correlation Problem on Click Data
Authors:
Marco Pegoraro,
Merih Seran Uysal,
Tom-Hendrik Hülsmann,
Wil M. P. van der Aalst
Abstract:
Among the many sources of event data available today, a prominent one is user interaction data. User activity may be recorded during the use of an application or website, resulting in a type of user interaction data often called click data. An obstacle to the analysis of click data using process mining is the lack of a case identifier in the data. In this paper, we show a case and user study for e…
▽ More
Among the many sources of event data available today, a prominent one is user interaction data. User activity may be recorded during the use of an application or website, resulting in a type of user interaction data often called click data. An obstacle to the analysis of click data using process mining is the lack of a case identifier in the data. In this paper, we show a case and user study for event-case correlation on click data, in the context of user interaction events from a mobility sharing company. To reconstruct the case notion of the process, we apply a novel method to aggregate user interaction data in separate user sessions-interpreted as cases-based on neural networks. To validate our findings, we qualitatively discuss the impact of process mining analyses on the resulting well-formed event log through interviews with process experts.
△ Less
Submitted 8 April, 2022;
originally announced April 2022.
-
An XES Extension for Uncertain Event Data
Authors:
Marco Pegoraro,
Merih Seran Uysal,
Wil M. P. van der Aalst
Abstract:
Event data, often stored in the form of event logs, serve as the starting point for process mining and other evidence-based process improvements. However, event data in logs are often tainted by noise, errors, and missing data. Recently, a novel body of research has emerged, with the aim to address and analyze a class of anomalies known as uncertainty-imprecisions quantified with meta-information…
▽ More
Event data, often stored in the form of event logs, serve as the starting point for process mining and other evidence-based process improvements. However, event data in logs are often tainted by noise, errors, and missing data. Recently, a novel body of research has emerged, with the aim to address and analyze a class of anomalies known as uncertainty-imprecisions quantified with meta-information in the event log. This paper illustrates an extension of the XES data standard capable of representing uncertain event data. Such an extension enables input, output, and manipulation of uncertain data, as well as analysis through the process discovery and conformance checking approaches available in literature.
△ Less
Submitted 8 April, 2022;
originally announced April 2022.
-
Space-Time Block Coded Spatial Modulation for Indoor Visible Light Communications
Authors:
Shimaa Naser,
Lina Bariah,
Sami Muhaidat,
Mahmoud Al-Qutayri,
Murat Uysal,
Paschalis C. Sofotasios
Abstract:
Visible light communication (VLC) has been recognized as a promising technology for handling the continuously increasing quality of service and connectivity requirements in modern wireless communications, particularly in indoor scenarios. In this context, the present work considers the integration of two distinct modulation schemes, namely spatial modulation (SM) with space time block codes (STBCs…
▽ More
Visible light communication (VLC) has been recognized as a promising technology for handling the continuously increasing quality of service and connectivity requirements in modern wireless communications, particularly in indoor scenarios. In this context, the present work considers the integration of two distinct modulation schemes, namely spatial modulation (SM) with space time block codes (STBCs), aiming at improving the overall VLC system reliability. Based on this and in order to further enhance the achievable transmission data rate, we integrate quasi-orthogonal STBC (QOSTBC) with SM, since relaxing the orthogonality condition of OSTBC ultimately provides a higher coding rate. Then, we generalize the developed results to any number of active light-emitting diodes (LEDs) and any M-ary pulse amplitude modulation size. Furthermore, we derive a tight and tractable upper bound for the corresponding bit error rate (BER) by considering a simple two-step decoding procedure to detect the indices of the transmitting LEDs and then decode the signal domain symbols. Notably, the obtained results demonstrate that QOSTBC with SM enhances the achievable BER compared to SM with repetition coding (RC-SM). Finally, we compare STBC-SM with both multiple active SM (MASM) and RC-SM in terms of the achievable BER and overall data rate, which further justifies the usefulness of the proposed scheme.
△ Less
Submitted 6 November, 2021;
originally announced November 2021.
-
Probability Estimation of Uncertain Process Trace Realizations
Authors:
Marco Pegoraro,
Bianka Bakullari,
Merih Seran Uysal,
Wil M. P. van der Aalst
Abstract:
Process mining is a scientific discipline that analyzes event data, often collected in databases called event logs. Recently, uncertain event logs have become of interest, which contain non-deterministic and stochastic event attributes that may represent many possible real-life scenarios. In this paper, we present a method to reliably estimate the probability of each of such scenarios, allowing th…
▽ More
Process mining is a scientific discipline that analyzes event data, often collected in databases called event logs. Recently, uncertain event logs have become of interest, which contain non-deterministic and stochastic event attributes that may represent many possible real-life scenarios. In this paper, we present a method to reliably estimate the probability of each of such scenarios, allowing their analysis. Experiments show that the probabilities calculated with our method closely match the true chances of occurrence of specific outcomes, enabling more trustworthy analyses on uncertain data.
△ Less
Submitted 24 September, 2021; v1 submitted 19 August, 2021;
originally announced August 2021.
-
Removing Operational Friction Using Process Mining: Challenges Provided by the Internet of Production (IoP)
Authors:
Wil van der Aalst,
Tobias Brockhoff,
Anahita Farhang Ghahfarokhi,
Mahsa Pourbafrani,
Merih Seran Uysal,
Sebastiaan van Zelst
Abstract:
Operational processes in production, logistics, material handling, maintenance, etc., are supported by cyber-physical systems combining hardware and software components. As a result, the digital and the physical world are closely aligned, and it is possible to track operational processes in detail (e.g., using sensors). The abundance of event data generated by today's operational processes provide…
▽ More
Operational processes in production, logistics, material handling, maintenance, etc., are supported by cyber-physical systems combining hardware and software components. As a result, the digital and the physical world are closely aligned, and it is possible to track operational processes in detail (e.g., using sensors). The abundance of event data generated by today's operational processes provides opportunities and challenges for process mining techniques supporting process discovery, performance analysis, and conformance checking. Using existing process mining tools, it is already possible to automatically discover process models and uncover performance and compliance problems. In the DFG-funded Cluster of Excellence "Internet of Production" (IoP), process mining is used to create "digital shadows" to improve a wide variety of operational processes. However, operational processes are dynamic, distributed, and complex. Driven by the challenges identified in the IoP cluster, we work on novel techniques for comparative process mining (comparing process variants for different products at different locations at different times), object-centric process mining (to handle processes involving different types of objects that interact), and forward-looking process mining (to explore "What if?" questions). By addressing these challenges, we aim to develop valuable "digital shadows" that can be used to remove operational friction.
△ Less
Submitted 27 July, 2021;
originally announced July 2021.
-
Text-Aware Predictive Monitoring of Business Processes
Authors:
Marco Pegoraro,
Merih Seran Uysal,
David Benedikt Georgi,
Wil M. P. van der Aalst
Abstract:
The real-time prediction of business processes using historical event data is an important capability of modern business process monitoring systems. Existing process prediction methods are able to also exploit the data perspective of recorded events, in addition to the control-flow perspective. However, while well-structured numerical or categorical attributes are considered in many prediction tec…
▽ More
The real-time prediction of business processes using historical event data is an important capability of modern business process monitoring systems. Existing process prediction methods are able to also exploit the data perspective of recorded events, in addition to the control-flow perspective. However, while well-structured numerical or categorical attributes are considered in many prediction techniques, almost no technique is able to utilize text documents written in natural language, which can hold information critical to the prediction task. In this paper, we illustrate the design, implementation, and evaluation of a novel text-aware process prediction model based on Long Short-Term Memory (LSTM) neural networks and natural language models. The proposed model can take categorical, numerical and textual attributes in event data into account to predict the activity and timestamp of the next event, the outcome, and the cycle time of a running process instance. Experiments show that the text-aware model is able to outperform state-of-the-art process prediction methods on simulated and real-world event logs containing textual data.
△ Less
Submitted 10 May, 2022; v1 submitted 20 April, 2021;
originally announced April 2021.
-
PROVED: A Tool for Graph Representation and Analysis of Uncertain Event Data
Authors:
Marco Pegoraro,
Merih Seran Uysal,
Wil M. P. van der Aalst
Abstract:
The discipline of process mining aims to study processes in a data-driven manner by analyzing historical process executions, often employing Petri nets. Event data, extracted from information systems (e.g. SAP), serve as the starting point for process mining. Recently, novel types of event data have gathered interest among the process mining community, including uncertain event data. Uncertain eve…
▽ More
The discipline of process mining aims to study processes in a data-driven manner by analyzing historical process executions, often employing Petri nets. Event data, extracted from information systems (e.g. SAP), serve as the starting point for process mining. Recently, novel types of event data have gathered interest among the process mining community, including uncertain event data. Uncertain events, process traces and logs contain attributes that are characterized by quantified imprecisions, e.g., a set of possible attribute values. The PROVED tool helps to explore, navigate and analyze such uncertain event data by abstracting the uncertain information using behavior graphs and nets, which have Petri nets semantics. Based on these constructs, the tool enables discovery and conformance checking.
△ Less
Submitted 8 April, 2022; v1 submitted 9 March, 2021;
originally announced March 2021.
-
Efficient Time and Space Representation of Uncertain Event Data
Authors:
Marco Pegoraro,
Merih Seran Uysal,
Wil M. P. van der Aalst
Abstract:
Process mining is a discipline which concerns the analysis of execution data of operational processes, the extraction of models from event data, the measurement of the conformance between event data and normative models, and the enhancement of all aspects of processes. Most approaches assume that event data is accurately capture behavior. However, this is not realistic in many applications: data c…
▽ More
Process mining is a discipline which concerns the analysis of execution data of operational processes, the extraction of models from event data, the measurement of the conformance between event data and normative models, and the enhancement of all aspects of processes. Most approaches assume that event data is accurately capture behavior. However, this is not realistic in many applications: data can contain uncertainty, generated from errors in recording, imprecise measurements, and other factors. Recently, new methods have been developed to analyze event data containing uncertainty; these techniques prominently rely on representing uncertain event data by means of graph-based models explicitly capturing uncertainty. In this paper, we introduce a new approach to efficiently calculate a graph representation of the behavior contained in an uncertain process trace. We present our novel algorithm, prove its asymptotic time complexity, and show experimental results that highlight order-of-magnitude performance improvements for the behavior graph construction.
△ Less
Submitted 8 November, 2020; v1 submitted 30 September, 2020;
originally announced October 2020.
-
Conformance Checking over Uncertain Event Data
Authors:
Marco Pegoraro,
Merih Seran Uysal,
Wil M. P. van der Aalst
Abstract:
The strong impulse to digitize processes and operations in companies and enterprises have resulted in the creation and automatic recording of an increasingly large amount of process data in information systems. These are made available in the form of event logs. Process mining techniques enable the process-centric analysis of data, including automatically discovering process models and checking if…
▽ More
The strong impulse to digitize processes and operations in companies and enterprises have resulted in the creation and automatic recording of an increasingly large amount of process data in information systems. These are made available in the form of event logs. Process mining techniques enable the process-centric analysis of data, including automatically discovering process models and checking if event data conform to a given model. In this paper, we analyze the previously unexplored setting of uncertain event logs. In such event logs uncertainty is recorded explicitly, i.e., the time, activity and case of an event may be unclear or imprecise. In this work, we define a taxonomy of uncertain event logs and models, and we examine the challenges that uncertainty poses on process discovery and conformance checking. Finally, we show how upper and lower bounds for conformance can be obtained by aligning an uncertain trace onto a regular process model.
△ Less
Submitted 8 April, 2022; v1 submitted 29 September, 2020;
originally announced September 2020.
-
Efficient Construction of Behavior Graphs for Uncertain Event Data
Authors:
Marco Pegoraro,
Merih Seran Uysal,
Wil M. P. van der Aalst
Abstract:
The discipline of process mining deals with analyzing execution data of operational processes, extracting models from event data, checking the conformance between event data and normative models, and enhancing all aspects of processes. Recently, new techniques have been developed to analyze event data containing uncertainty; these techniques strongly rely on representing uncertain event data throu…
▽ More
The discipline of process mining deals with analyzing execution data of operational processes, extracting models from event data, checking the conformance between event data and normative models, and enhancing all aspects of processes. Recently, new techniques have been developed to analyze event data containing uncertainty; these techniques strongly rely on representing uncertain event data through graph-based models capturing uncertainty. In this paper we present a novel approach to efficiently compute a graph representation of the behavior contained in an uncertain process trace. We present our new algorithm, analyze its time complexity, and report experimental results showing order-of-magnitude performance improvements for behavior graph construction.
△ Less
Submitted 8 April, 2022; v1 submitted 19 February, 2020;
originally announced February 2020.
-
Discovering Process Models from Uncertain Event Data
Authors:
Marco Pegoraro,
Merih Seran Uysal,
Wil M. P. van der Aalst
Abstract:
Modern information systems are able to collect event data in the form of event logs. Process mining techniques allow to discover a model from event data, to check the conformance of an event log against a reference model, and to perform further process-centric analyses. In this paper, we consider uncertain event logs, where data is recorded together with explicit uncertainty information. We descri…
▽ More
Modern information systems are able to collect event data in the form of event logs. Process mining techniques allow to discover a model from event data, to check the conformance of an event log against a reference model, and to perform further process-centric analyses. In this paper, we consider uncertain event logs, where data is recorded together with explicit uncertainty information. We describe a technique to discover a directly-follows graph from such event data which retains information about the uncertainty in the process. We then present experimental results of performing inductive mining over the directly-follows graph to obtain models representing the certain and uncertain part of the process.
△ Less
Submitted 8 April, 2022; v1 submitted 20 September, 2019;
originally announced September 2019.
-
A Formal Method for Mapping Software Engineering Practices to Essence
Authors:
Murat Pasa Uysal
Abstract:
Essence Framework EF aims at addressing the core problems of software engineering SE and its practices
Essence Framework EF aims at addressing the core problems of software engineering SE and its practices
△ Less
Submitted 4 December, 2018;
originally announced December 2018.
-
Statistical Modeling of Propagation Channels for Terahertz Band
Authors:
Ali Rıza Ekti,
Ali Boyacı,
Altan Alparslan,
Ilhami Unal,
Serhan Yarkan,
Ali Gorcin,
Huseyin Arslan,
Murat Uysal
Abstract:
Digital revolution and recent advances in telecommunications technology enable to design communication systems which operate within the regions close to the theoretical capacity limits. Ever-increasing demand for wireless communications and emerging numerous high-capacity services, data rates and applications mandate providers to employ more bandwidth-oriented solutions to meet the requirements. I…
▽ More
Digital revolution and recent advances in telecommunications technology enable to design communication systems which operate within the regions close to the theoretical capacity limits. Ever-increasing demand for wireless communications and emerging numerous high-capacity services, data rates and applications mandate providers to employ more bandwidth-oriented solutions to meet the requirements. It is clear that such rates could only be achieved by employing more bandwidth with the state-of-the- art technology. Considering the fact that bands in the range of 275GHz-3000GHz, which are known as Terahertz (THz) bands, are not allocated yet for specific active services around the globe, there is an enormous potential to achieve the desired data rates. Although THz bands look promising to achieve data rates on the order of several tens of Gbps, realization of fully operational THz communications systems obliges to carry out a multi- disciplinary effort including statistical propagation and channel characterizations, adaptive transceiver designs, reconfigurable platforms, advanced signal processing algorithms and techniques along with upper layer protocols equipped with various security and privacy levels. Therefore, in this study, several important statistical parameters for line-of-sight (LOS) channels are measured. High resolution frequency domain measurements are carried out at single-sweep within a span of 60GHz. Impact of antenna misalignment under LOS conditions is also investigated. By validating exponential decay of the received power in both time and frequency domain, path loss exponent is examined for different frequencies along with the frequency-dependent path loss phenomenon. Furthermore, impact of humidity is also tested under LOS scenario. Measurement results are presented along with relevant discussions and future directions are provided as well.
△ Less
Submitted 31 July, 2017;
originally announced July 2017.
-
Next Generation M2M Cellular Networks: Challenges and Practical Considerations
Authors:
Abdelmohsen Ali,
Walaa Hamouda,
Murat Uysal
Abstract:
In this article, we present the major challenges of future machine-to-machine (M2M) cellular networks such as spectrum scarcity problem, support for low-power, low-cost, and numerous number of devices. As being an integral part of the future Internet-of-Things (IoT), the true vision of M2M communications cannot be reached with conventional solutions that are typically cost inefficient. Cognitive r…
▽ More
In this article, we present the major challenges of future machine-to-machine (M2M) cellular networks such as spectrum scarcity problem, support for low-power, low-cost, and numerous number of devices. As being an integral part of the future Internet-of-Things (IoT), the true vision of M2M communications cannot be reached with conventional solutions that are typically cost inefficient. Cognitive radio concept has emerged to significantly tackle the spectrum under-utilization or scarcity problem. Heterogeneous network model is another alternative to relax the number of covered users. To this extent, we present a complete fundamental understanding and engineering knowledge of cognitive radios, heterogeneous network model, and power and cost challenges in the context of future M2M cellular networks.
△ Less
Submitted 20 June, 2015;
originally announced June 2015.
-
Resource Allocation for Mixed RF and Hybrid RF/FSO Relaying
Authors:
Vahid Jamali,
Diomidis S. Michalopoulos,
Murat Uysal,
Robert Schober
Abstract:
In this paper, we consider a mixed RF and hybrid RF/FSO system where several mobile users transmit their data over an RF link to a relay node (e.g. a small cell base station) and the relay forwards the information to a destination (e.g. a macro cell base station) over a hybrid RF/FSO backhaul link. The relay and the destination employ multiple antennas for transmission and reception over the RF li…
▽ More
In this paper, we consider a mixed RF and hybrid RF/FSO system where several mobile users transmit their data over an RF link to a relay node (e.g. a small cell base station) and the relay forwards the information to a destination (e.g. a macro cell base station) over a hybrid RF/FSO backhaul link. The relay and the destination employ multiple antennas for transmission and reception over the RF links while each mobile user has a single antenna. The RF links are full-duplex with respect to the FSO link and half-duplex with respect to each other, i.e., either the user-relay RF link or the relay-destination RF link is active. For this communication setup, we derive the optimal resource allocation policy for sharing the RF bandwidth resource between the RF links. Our numerical results show the effectiveness of the proposed communication architecture and resource allocation policy, and their superiority compared to existing schemes which employ only one type of backhaul link.
△ Less
Submitted 16 June, 2015;
originally announced June 2015.
-
On the Performance of MIMO FSO Communications over Double Generalized Gamma Fading Channels
Authors:
Mohmmadreza Aminikashani,
Murat Uysal,
Mohsen Kavehrad
Abstract:
A major performance degrading factor in free space optical communication (FSO) systems is atmospheric turbulence. Spatial diversity techniques provide a promising approach to mitigate turbulence-induced fading. In this paper, we study the error rate performance of FSO links with spatial diversity over atmospheric turbulence channels described by the Double Generalized Gamma distribution which is a…
▽ More
A major performance degrading factor in free space optical communication (FSO) systems is atmospheric turbulence. Spatial diversity techniques provide a promising approach to mitigate turbulence-induced fading. In this paper, we study the error rate performance of FSO links with spatial diversity over atmospheric turbulence channels described by the Double Generalized Gamma distribution which is a new generic statistical model covering all turbulence conditions. We assume intensity modulation/direct detection with on-off keying and present the BER performance of single-input multiple-output (SIMO), multiple-input single-output (MISO) and multiple-input multiple-output (MIMO) FSO systems over this new channel model.
△ Less
Submitted 2 February, 2015;
originally announced February 2015.
-
A Novel Statistical Channel Model for Turbulence-Induced Fading in Free-Space Optical Systems
Authors:
Mohammadreza Aminikashani,
Murat Uysal,
Mohsen Kavehrad
Abstract:
In this paper, we propose a new probability distribution function which accurately describes turbulence-induced fading under a wide range of turbulence conditions. The proposed model, termed Double Generalized Gamma (Double GG), is based on a doubly stochastic theory of scintillation and developed via the product of two Generalized Gamma (GG) distributions. The proposed Double GG distribution gene…
▽ More
In this paper, we propose a new probability distribution function which accurately describes turbulence-induced fading under a wide range of turbulence conditions. The proposed model, termed Double Generalized Gamma (Double GG), is based on a doubly stochastic theory of scintillation and developed via the product of two Generalized Gamma (GG) distributions. The proposed Double GG distribution generalizes many existing turbulence channel models and provides an excellent fit to the published plane and spherical waves simulation data. Using this new statistical channel model, we derive closed form expressions for the outage probability and the average bit error as well as corresponding asymptotic expressions of free-space optical communication systems over turbulence channels. We demonstrate that our derived expressions cover many existing results in the literature earlier reported for Gamma-Gamma, Double-Weibull and K channels as special cases.
△ Less
Submitted 1 February, 2015;
originally announced February 2015.