EMITTER - International Journal of Engineering Technology
Not a member yet
261 research outputs found
Sort by
Performance Analysis of CP-Based and CAZAC Training Sequence-Based Synchronization in OFDM System
Orthogonal Frequency Division Multiplexing (OFDM) is a popular wireless data transmission scheme. However, its synchronization is still being a major problem when it is applied in real hardware. Cyclic Prefix (CP) based synchronization is one of the solutions in this problem, but CP has high crest factor. In the other hand, CAZAC sequence is another solution with lower crest factor but the higher complexity and also CAZAC has potential in security and channel estimation implementation. The performance between CP and CAZAC sequence based synchronization in OFDM system is analyzed in this paper. The real hardware, Universal Software Rado Peripheral (USRP), is used to prove the analysis. The CAZAC sequence has 10% performance increased in frequency offset than CP based synchronization
A Prediction System of Dengue Fever Using Monte Carlo Method
Dengue fever is an acute disease that clinically can cause death because there is no prediction system to estimate dengue fever cases so it resulted in the growing of dengue fever cases every year. Original data gathering in Jember area that uses technique of partial data gathering has caused data missing. To make this secondary data can be processed in prediction stage there is need to conduct missing imputation by using Monte Carlo method with four different randomization method, followed by data normality test with chi-square, then continued to regression stage. We use MSE (Mean Square Error) to measure prediction error. The smallest MSE result of regression is the best regression model for prediction
Fuzzy Gain Scheduling of PID (FGS-PID) for Speed Control Three Phase Induction Motor Based on Indirect Field Oriented Control (IFOC)
This paper propose about using PID control system based on Kp, Ki, and Kd parameter determination with scheduling process from fuzzy logic. Control system is used to arrange speed of three phase induction motor using IFOC method. This method can be minimized the main problem from speed control of induction motor which is a transient condition. The robustness validation from this system use testing process of dynamic speed which is compared with the other control system to know the system performance in transient condition such as (rise time, overshoot, undershoot and settling time). The result shows using the proposed system has better performance responses which is requiring 0.001 seconds time in transient condition up to steady state condition without overshoot and undershoot problem
Performance Analysis of Video Transmission Using Sequential Distortion Minimization Method for Digital Video Broadcasting Terrestrial
This paper presents about the transmission of Digital Video Broadcasting system with streaming video resolution 640x480 on different IQ rate and modulation. In the video transmission, distortion often occurs, so the received video has bad quality. Key frames selection algorithm is flexibel on a change of video, but on these methods, the temporal information of a video sequence is omitted. To minimize distortion between the original video and received video, we aimed at adding methodology using sequential distortion minimization algorithm. Its aim was to create a new video, better than original video without significant loss of content between the original video and received video, fixed sequentially. The reliability of video transmission was observed based on a constellation diagram, with the best result on IQ rate 2 Mhz and modulation 8 QAM. The best video transmission was also investigated using SEDIM (Sequential Distortion Minimization Method) and without SEDIM. The experimental result showed that the PSNR (Peak Signal to Noise Ratio) average of video transmission using SEDIM was an increase from 19,855 dB to 48,386 dB and SSIM (Structural Similarity) average increase 10,49%. The experimental results and comparison of proposed method obtained a good performance. USRP board was used as RF front-end on 2,2 GHz
An Implementation of Error Minimization Data Transmission in OFDM using Modified Convolutional Code
This paper presents about error minimization in OFDM system. In conventional system, usually using channel coding such as BCH Code or Convolutional Code. But, performance BCH Code or Convolutional Code is not good in implementation of OFDM System. Error bits of OFDM system without channel coding is 5.77%. Then, we used convolutional code with code rate 1/2, it can reduce error bitsonly up to 3.85%. So, we proposed OFDM system with Modified Convolutional Code. In this implementation, we used Software Define Radio (SDR), namely Universal Software Radio Peripheral (USRP) NI 2920 as the transmitter and receiver. The result of OFDM system using Modified Convolutional Code with code rate is able recover all character received so can decrease until 0% error bit. Increasing performance of Modified Convolutional Code is about 1 dB in BER of 10-4 from BCH Code and Convolutional Code. So, performance of Modified Convolutional better than BCH Code or Convolutional Code.Keywords: OFDM, BCH Code, Convolutional Code, Modified Convolutional Code, SDR, USR
Ambient Noise Characterization of Shallow Water Environment
Understanding of environmental characteristic is a key factor in design of communication system. This paper describes an ambient noise characterization of measurement in the shallow water ofSurabaya bay. The result showed that probability density function (pdf) of ambient noise is close to a Gaussian distribution with the mean of -2.85x10-5 and deviation standard of 9.87x10-4. Validation has been done by using mean square error (MSE) and Bhattacharya distance. Fitting between cdf of measurement result and theory was done by using MSE with the value of and Kolmogorov Smirnov test with the value of 3.9x10-4 and 4.9x10-2 respectively. In the frequency domain analysis, it is showed that in the range of 0 ~ 9 kHz has a deceasing level from -100 until -140 dB. In the frequency of 9 ~ 13.5 kHz, the spectral is flat as like a white. It can be used as a reference in decision of range frequency of underwater acoustic communication systems that will be applied.Keywords: ambient noise, statistical characteristics, underwater acoustic
The rSPA Processes of River Water-quality Analysis System for Critical Contaminate Detection, Classification Multiple-water-quality-parameter Values and Real-time Notification
The water quality analysis is one of the most important aspects of designing environmental systems. It is necessary to realize detection and classification processes and systems for water quality analysis. The important direction is to lead to uncomplicated understanding for public utilization. This paper presents the river Sensing Processing Actuation processes (rSPA) for determination and classification of multiple-water- parameters in Chaophraya river. According to rSPA processes of multiple-water-quality-parameters, we find the pollutants of conductivity, salinity and total dissolved solid (TDS), which are accumulated from upstream to downstream. In several spots of the river, we have analyzed water quality in a maximum value of pollutants in term of oxidation-reduction potential (ORP). The first range effect of parameter is to express high to very high effects in term of dissolved oxygen, second is to express intermediate to very high effect in term of conductivity, third is to express low to very high effect in term of total dissolved solid, fourth is to express completely safe to very high effect in term of turbidity and the final is to express completely safe for effect in term of salinity
Feature Selection of Network Intrusion Data using Genetic Algorithm and Particle Swarm Optimization
This paper describes the advantages of using Evolutionary Algorithms (EA) for feature selection on network intrusion dataset. Most current Network Intrusion Detection Systems (NIDS) are unable to detect intrusions in real time because of high dimensional data produced during daily operation. Extracting knowledge from huge data such as intrusion data requires new approach. The more complex the datasets, the higher computation time and the harder they are to be interpreted and analyzed. This paper investigates the performance of feature selection algoritms in network intrusiona data. We used Genetic Algorithms (GA) and Particle Swarm Optimizations (PSO) as feature selection algorithms. When applied to network intrusion datasets, both GA and PSO have significantly reduces the number of features. Our experiments show that GA successfully reduces the number of attributes from 41 to 15 while PSO reduces the number of attributes from 41 to 9. Using k Nearest Neighbour (k-NN) as a classifier,the GA-reduced dataset which consists of 37% of original attributes, has accuracy improvement from 99.28% to 99.70% and its execution time is also 4.8 faster than the execution time of original dataset. Using the same classifier, PSO-reduced dataset which consists of 22% of original attributes, has the fastest execution time (7.2 times faster than the execution time of original datasets). However, its accuracy is slightly reduced 0.02% from 99.28% to 99.26%. Overall, both GA and PSO are good solution as feature selection techniques because theyhave shown very good performance in reducing the number of features significantly while still maintaining and sometimes improving the classification accuracy as well as reducing the computation time
Implementation of Energy Efficiency Based on Time Scheduling to Improve Network Lifetime in Wireless Body Area Network (WBAN)
ZigBee applications of IEEE 802.15.4 Wireless Sensor Network (WSN) with Low Rate Wireless Personal Area Network (LR-WPAN) can be integrated with e-health technology Wireless Body Area Network (WBAN). WBAN are small size and can communicate quickly making it easier for people to obtain information accurately.WBAN has a variety of functions that can help human life. It can be used in the e-health, military and sports. WBAN has the potential to be the future of wireless communication solutions. WBAN use battery as its primary power source. WBAN has limited energy and must be able to save energy consumption in order to operate for a long time. In this study, we propose a method of time scheduling called cycle sleep period (CSP) as WBAN solutions to save energy and improve energy efficiency. The CSP method is implemented in the real hardware testbed using sensor e-health includes temperature body and current sensor. We compared the performance of CSP method with duty cycle management (DCM) time scheduling-based and without using time scheduling.From the measurement results, our proposed idea has decreasingenergy consumption.Keywords: WSN, LR-WPAN, WBAN, e-health, Time Schedulin
Secure Communication and Information Exchange using Authenticated Ciphertext Policy Attribute-Based Encryption in Mobile Ad-hoc Network
MANETs are considered as suitable for commercial applications such as law enforcement, conference meeting, and sharing information in a student classroom and critical services such as military operations, disaster relief, and rescue operations. Meanwhile, in military operation especially in the battlefield in freely medium which naturally needs high mobility and flexibility. Thus, applying MANETs make these networks vulnerable to various types of attacks such aspacket eavesdropping, data disseminating, message replay, message modification, and especially privacy issue. In this paper, we propose a secure communication and information exchange in MANET with considering secure adhoc routing and secure information exchange. Regarding privacy issue or anonymity, we use a reliable asymmetric encryption which protecting user privacy by utilizing insensitive user attributes as user identity, CP-ABE (Ciphertext-Policy Attribute-Based Encryption) cryptographic scheme. We also design protocols to implement the proposed scheme for various battlefied scenarios in real evironment using embedded devices. Our experimental results showed that the additional of HMAC (Keyed-Hash Message Authentication Code) and AES (Advanced Encryption standard) schemes using processor 1.2GHz only take processing time about 4.452 ms, we can confirm that our approach by using CP-ABE with added HMAC and AES schemes make low overhead