Pub Date : 2019-05-01DOI: 10.1109/RTEICT46194.2019.9016386
Ajey Amtange, Aditya Hegde, B. Sahana
This paper proposes implementation of adaptive West-First and North-Last routing algorithms for torus topology of Network on Chip. A comparative study has been done between Torus and Mesh topology after implementing these algorithms. These live lock and dead lock free turn model algorithms prove to be more efficient in terms of average packet latency for a given injection rate. These turn model algorithms are adaptive in nature as they check for the availability of the free virtual channel in the next router before sending packet to it. If the free channel is not available then the packet is re-routed to another router. They are minimal routing algorithms. The simulation is carried for a 4×4 Torus as well as Mesh topology under similar traffic conditions or injection ratio. It is observed that average hop count for torus got reduced to 3.076 when North-Last or West-First routing algorithm was used, as compared to 3.493 in mesh topology. Saturation injection rate increased by 19.101% in torus when compared with mesh for the same algorithm.
{"title":"Implementation and Performance Analysis of Adaptive Routing Algorithms for Mesh and Torus Topology in Network on Chip","authors":"Ajey Amtange, Aditya Hegde, B. Sahana","doi":"10.1109/RTEICT46194.2019.9016386","DOIUrl":"https://doi.org/10.1109/RTEICT46194.2019.9016386","url":null,"abstract":"This paper proposes implementation of adaptive West-First and North-Last routing algorithms for torus topology of Network on Chip. A comparative study has been done between Torus and Mesh topology after implementing these algorithms. These live lock and dead lock free turn model algorithms prove to be more efficient in terms of average packet latency for a given injection rate. These turn model algorithms are adaptive in nature as they check for the availability of the free virtual channel in the next router before sending packet to it. If the free channel is not available then the packet is re-routed to another router. They are minimal routing algorithms. The simulation is carried for a 4×4 Torus as well as Mesh topology under similar traffic conditions or injection ratio. It is observed that average hop count for torus got reduced to 3.076 when North-Last or West-First routing algorithm was used, as compared to 3.493 in mesh topology. Saturation injection rate increased by 19.101% in torus when compared with mesh for the same algorithm.","PeriodicalId":269385,"journal":{"name":"2019 4th International Conference on Recent Trends on Electronics, Information, Communication & Technology (RTEICT)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131255175","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2019-05-01DOI: 10.1109/RTEICT46194.2019.9016945
Tushar R. Mahore, Kshitija Wankhade, Sayali Walekar, M. Kokare
Aiming towards the problem of traditional weld distortion measurement method that they are less efficient and can cause errors in measurement. Study of the non-contact measurement system for weld distortion is mentioned in this paper. The hardware part of non-contact dimension system consists of a camera, lens and welded object. Processing is done on the images of the welded object. In order to improve detection, various algorithms are mentioned. Advantages of the mentioned method are that it avoids human mistakes, decreases the cost, higher the speed of control line and coincidence with new production standards. It improves the efficiency of distortion measurement system and gives better results. This paper describes the study of various methods of weld distortion measurement.
{"title":"Weld Distortion Detection by Non-contact Dimension Measurement Based on Image Processing","authors":"Tushar R. Mahore, Kshitija Wankhade, Sayali Walekar, M. Kokare","doi":"10.1109/RTEICT46194.2019.9016945","DOIUrl":"https://doi.org/10.1109/RTEICT46194.2019.9016945","url":null,"abstract":"Aiming towards the problem of traditional weld distortion measurement method that they are less efficient and can cause errors in measurement. Study of the non-contact measurement system for weld distortion is mentioned in this paper. The hardware part of non-contact dimension system consists of a camera, lens and welded object. Processing is done on the images of the welded object. In order to improve detection, various algorithms are mentioned. Advantages of the mentioned method are that it avoids human mistakes, decreases the cost, higher the speed of control line and coincidence with new production standards. It improves the efficiency of distortion measurement system and gives better results. This paper describes the study of various methods of weld distortion measurement.","PeriodicalId":269385,"journal":{"name":"2019 4th International Conference on Recent Trends on Electronics, Information, Communication & Technology (RTEICT)","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132262770","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2019-05-01DOI: 10.1109/RTEICT46194.2019.9016862
Unnati Koppikar, Akshata Rajur, G. Jayalaxmi
Computer needs an efficient mechanism to store, retrieve, manage and process huge amount of data. When the data is organized efficiently on the storage device and on the main memory then it can be accessed quickly for processing. It will reduce the access time and will provide better working environment to the users. Data structure provides a scheme to organize the data which will lead to systematic organization of the data in such a way that data will be quickly available for the processor to process. Word processing is a powerful feature that allows the user to create, insert, modify and search the text in a file. The authors of this paper propose usage of radix trie datastructure for efficiently handling word processing applications. This datastructure can be used for storing and retrieving information for various applications such as Prefix Matching (Auto complete), Information Retrieval, Dictionary Implementation. In this paper authors discuss their experience in design, implementation of Radix Tree for word processing applications. The experimental result shows that radix tries performs better compared to other word processing datastructure such as hash tables.
{"title":"Efficient Word Processing Applications Using Radix Tree","authors":"Unnati Koppikar, Akshata Rajur, G. Jayalaxmi","doi":"10.1109/RTEICT46194.2019.9016862","DOIUrl":"https://doi.org/10.1109/RTEICT46194.2019.9016862","url":null,"abstract":"Computer needs an efficient mechanism to store, retrieve, manage and process huge amount of data. When the data is organized efficiently on the storage device and on the main memory then it can be accessed quickly for processing. It will reduce the access time and will provide better working environment to the users. Data structure provides a scheme to organize the data which will lead to systematic organization of the data in such a way that data will be quickly available for the processor to process. Word processing is a powerful feature that allows the user to create, insert, modify and search the text in a file. The authors of this paper propose usage of radix trie datastructure for efficiently handling word processing applications. This datastructure can be used for storing and retrieving information for various applications such as Prefix Matching (Auto complete), Information Retrieval, Dictionary Implementation. In this paper authors discuss their experience in design, implementation of Radix Tree for word processing applications. The experimental result shows that radix tries performs better compared to other word processing datastructure such as hash tables.","PeriodicalId":269385,"journal":{"name":"2019 4th International Conference on Recent Trends on Electronics, Information, Communication & Technology (RTEICT)","volume":"505 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133467103","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2019-05-01DOI: 10.1109/RTEICT46194.2019.9016799
Anupama Gupta, A. A. Bazil Rai
LPI radar is a class of radar systems that has the ability ‘to see and not to be seen’ i.e. because of certain characteristics that make them nearly invisible to intercept radars. LPI signal, in addition to undetected ability by an unintended receiver, even if intercepted, an intercepted transmission provides no transmitter bearing information to the interceptor. Therefore, LPI waveforms make it tough to be intercepted by means of passive receivers such as radar warning receivers, electronic support (ES) and electronic intelligence receivers, and also help in increasing the detection range of target compared to adversary receiver. So it's needed to intercept the LPI signals embedded within noise so that necessary Electronic Counter Measures (ECM) can be applied. Thus, the primary objective of this paper is to investigate method to counter LPI radar threats because of the specially designed LPI waveforms for that we propose an algorithm to detect and identify the parameters of the LPI signals like frequency, pulse width, PRI, and modulations, using Short time Fourier transform (STFT), even when the signal-to-noise ratio (SNR) is −20dB.
{"title":"Feature Extraction of Intra-Pulse Modulated LPI Waveforms Using STFT","authors":"Anupama Gupta, A. A. Bazil Rai","doi":"10.1109/RTEICT46194.2019.9016799","DOIUrl":"https://doi.org/10.1109/RTEICT46194.2019.9016799","url":null,"abstract":"LPI radar is a class of radar systems that has the ability ‘to see and not to be seen’ i.e. because of certain characteristics that make them nearly invisible to intercept radars. LPI signal, in addition to undetected ability by an unintended receiver, even if intercepted, an intercepted transmission provides no transmitter bearing information to the interceptor. Therefore, LPI waveforms make it tough to be intercepted by means of passive receivers such as radar warning receivers, electronic support (ES) and electronic intelligence receivers, and also help in increasing the detection range of target compared to adversary receiver. So it's needed to intercept the LPI signals embedded within noise so that necessary Electronic Counter Measures (ECM) can be applied. Thus, the primary objective of this paper is to investigate method to counter LPI radar threats because of the specially designed LPI waveforms for that we propose an algorithm to detect and identify the parameters of the LPI signals like frequency, pulse width, PRI, and modulations, using Short time Fourier transform (STFT), even when the signal-to-noise ratio (SNR) is −20dB.","PeriodicalId":269385,"journal":{"name":"2019 4th International Conference on Recent Trends on Electronics, Information, Communication & Technology (RTEICT)","volume":"63 8","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114121058","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2019-05-01DOI: 10.1109/RTEICT46194.2019.9016385
Amoghraj, A. Chavan
Ternary content addressable memory (TCAM) are widely used for their high speed search operation. However, TCAMs have larger area and power consumption. The use of advanced technology nodes and emerging non-volatile devices can improve the same. In this paper, magnetic tunnel junction (MTJ), which is a non-volatile device is used to reduces the overall power consumption of TCAM by realizing zero standby power. A novel Verilog-A model of MTJ which is suitable for SOI technology was developed. The conventional NOR and NAND type TCAM cells, and two MTJ based hybrid TCAM cells are constructed using 45 nm RF-SOI technology node. The proposed cells use only one transistor for precharge. The simulation results show that the NOR and NAND type TCAM cells consumes 29.11 μW and 19.33 μW of power respectively. The MTJ based TCAM cells consume 7.33 μW and 8.58 μW of power which is about 70% and 63% lower compared to the NAND and NOR TCAM cells.
{"title":"Design of Magnetic Tunnel Junction based Low Power Non-Volatile Ternary Content Addressable Memory","authors":"Amoghraj, A. Chavan","doi":"10.1109/RTEICT46194.2019.9016385","DOIUrl":"https://doi.org/10.1109/RTEICT46194.2019.9016385","url":null,"abstract":"Ternary content addressable memory (TCAM) are widely used for their high speed search operation. However, TCAMs have larger area and power consumption. The use of advanced technology nodes and emerging non-volatile devices can improve the same. In this paper, magnetic tunnel junction (MTJ), which is a non-volatile device is used to reduces the overall power consumption of TCAM by realizing zero standby power. A novel Verilog-A model of MTJ which is suitable for SOI technology was developed. The conventional NOR and NAND type TCAM cells, and two MTJ based hybrid TCAM cells are constructed using 45 nm RF-SOI technology node. The proposed cells use only one transistor for precharge. The simulation results show that the NOR and NAND type TCAM cells consumes 29.11 μW and 19.33 μW of power respectively. The MTJ based TCAM cells consume 7.33 μW and 8.58 μW of power which is about 70% and 63% lower compared to the NAND and NOR TCAM cells.","PeriodicalId":269385,"journal":{"name":"2019 4th International Conference on Recent Trends on Electronics, Information, Communication & Technology (RTEICT)","volume":"174 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116299168","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2019-05-01DOI: 10.1109/RTEICT46194.2019.9016913
R. Rao, R. Ramkumar, V. R. Vandana, P. Prabhavathi
The natural analog signals available have to be converted into digital form to avoid losses during transmission, so that it can be processed by the devices easily. This process of conversion is called sampling. For accurate sampling and reconstruction of a signal it must be sampled at a rate at least equal to or greater than twice the highest frequency of the input signal, which is termed as the Shannon-Nyquist criteria. The main hardware component, the Analog-to-Digital converter (ADC) for sampling is quite challenging to build. Compressive sensing which does compression and sampling at the same time helps to overcome this hardware limitation. It samples the signal by enabling the sub Nyquist under sampling technique. The main idea is to obtain the specific signal by just a few samples, as a result reducing the power consumed and the cost involved for the same as compared to conventional Shannon-Nyquist Sampling process.
{"title":"Compressive Sensing Using 180 nm Technology","authors":"R. Rao, R. Ramkumar, V. R. Vandana, P. Prabhavathi","doi":"10.1109/RTEICT46194.2019.9016913","DOIUrl":"https://doi.org/10.1109/RTEICT46194.2019.9016913","url":null,"abstract":"The natural analog signals available have to be converted into digital form to avoid losses during transmission, so that it can be processed by the devices easily. This process of conversion is called sampling. For accurate sampling and reconstruction of a signal it must be sampled at a rate at least equal to or greater than twice the highest frequency of the input signal, which is termed as the Shannon-Nyquist criteria. The main hardware component, the Analog-to-Digital converter (ADC) for sampling is quite challenging to build. Compressive sensing which does compression and sampling at the same time helps to overcome this hardware limitation. It samples the signal by enabling the sub Nyquist under sampling technique. The main idea is to obtain the specific signal by just a few samples, as a result reducing the power consumed and the cost involved for the same as compared to conventional Shannon-Nyquist Sampling process.","PeriodicalId":269385,"journal":{"name":"2019 4th International Conference on Recent Trends on Electronics, Information, Communication & Technology (RTEICT)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133655537","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2019-05-01DOI: 10.1109/RTEICT46194.2019.9016933
S. Sreejith, Philip V. Noel, B. Jacob, T. Latha, S. Athuladevi, B. Valsa
Design and analysis of a direct-digitization scheme for four-wire connected resistive sensors is detailed in this work. The basic principle involves computing the time-interval taken to store charge in a capacitor and the time taken to discharge it. The time interval is shown to be proportional to the value of unknown sensor resistance. The output of the scheme is a digital representation of the sensor analog value and is insensitive to circuit parameters like resistance of connecting wires, analog switch impedance or controller port resistance. The resistive sensor is directly connected to the controller through analog switches and hence has lesser number of components. Simulation of the proposed scheme indicates an overall error within 0.0022%. Emulation indicates an overall error within 0.031%. The paper also details the error analysis of the proposed scheme.
{"title":"Design and Analysis of a parametric insensitive Direct Digitization scheme for Four-Wire Resistive Sensor","authors":"S. Sreejith, Philip V. Noel, B. Jacob, T. Latha, S. Athuladevi, B. Valsa","doi":"10.1109/RTEICT46194.2019.9016933","DOIUrl":"https://doi.org/10.1109/RTEICT46194.2019.9016933","url":null,"abstract":"Design and analysis of a direct-digitization scheme for four-wire connected resistive sensors is detailed in this work. The basic principle involves computing the time-interval taken to store charge in a capacitor and the time taken to discharge it. The time interval is shown to be proportional to the value of unknown sensor resistance. The output of the scheme is a digital representation of the sensor analog value and is insensitive to circuit parameters like resistance of connecting wires, analog switch impedance or controller port resistance. The resistive sensor is directly connected to the controller through analog switches and hence has lesser number of components. Simulation of the proposed scheme indicates an overall error within 0.0022%. Emulation indicates an overall error within 0.031%. The paper also details the error analysis of the proposed scheme.","PeriodicalId":269385,"journal":{"name":"2019 4th International Conference on Recent Trends on Electronics, Information, Communication & Technology (RTEICT)","volume":"620 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116077983","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2019-05-01DOI: 10.1109/RTEICT46194.2019.9016849
Ashitosh D. Chavan, Aniket D. Gundecha, Kaliprasad A. Mahapatro, Prasheel V. Suryawanshi
The paper proposes a combination of sliding mode control (SMC) strategy with state and disturbance observer (SDO) technique. In most of the applications all the states of the plant are not available for measurement. In that case SDO is used to estimate the plant states along with matched as well as mismatched uncertainties. The estimates of SDO is used in proposed control law to improve the output tracking. The proposed control can effectively regulate the motor speed, even in the presence of uncertainties and disturbances. Disturbance observer (DO) can estimate the matched as well as mismatched uncertainties in the plant. The proposed control is validated experimentally on DC Motor setup with MATLAB-Simulink.
{"title":"State and Disturbance Observer for Robust Motion Control","authors":"Ashitosh D. Chavan, Aniket D. Gundecha, Kaliprasad A. Mahapatro, Prasheel V. Suryawanshi","doi":"10.1109/RTEICT46194.2019.9016849","DOIUrl":"https://doi.org/10.1109/RTEICT46194.2019.9016849","url":null,"abstract":"The paper proposes a combination of sliding mode control (SMC) strategy with state and disturbance observer (SDO) technique. In most of the applications all the states of the plant are not available for measurement. In that case SDO is used to estimate the plant states along with matched as well as mismatched uncertainties. The estimates of SDO is used in proposed control law to improve the output tracking. The proposed control can effectively regulate the motor speed, even in the presence of uncertainties and disturbances. Disturbance observer (DO) can estimate the matched as well as mismatched uncertainties in the plant. The proposed control is validated experimentally on DC Motor setup with MATLAB-Simulink.","PeriodicalId":269385,"journal":{"name":"2019 4th International Conference on Recent Trends on Electronics, Information, Communication & Technology (RTEICT)","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116624306","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2019-05-01DOI: 10.1109/RTEICT46194.2019.9016813
K. Vivek Raj, S. Ranjitha, V. Meghana, H. Preethi
Satellite communications positively impact everything we do. A large number of the more up to date satellites will be little and heavenly bodies will fly in Low Earth Orbit (LEO) and a significant number of these constellations will have vast amounts of satellites flying, adding noteworthy unpredictability to the communication applications. Placement of a steerable antenna array exhibiting higher directivity and increased gain in Low Earth Orbit adds to decreased ground station complexity, cost, and a reasonable budget still kept up. Beam steering antennas like phased array antennas are the ideal solution for the tracking of the satellite over full hemisphere coverage. Antennas deployed in ground station must continuously steer the beam towards satellite for continuous tracking till the signal from satellite falls below the threshold level. Antennas must have all its gain in a specific direction in order to achieve efficient tracking. This paper presents satellite tracking using phased array antenna. The proposed system comprises of hexagonal shaped 7x7 antenna array containing 37 elements having a triangular lattice structure is configured. Phased array antennas comprise of inbuilt phase shifters to get the constructive beam in the desired direction. Back lobe suppression method is used to nullify the beams in the undesired direction for efficient tracking of the satellite. A Scenario of satellite tracking is created with the required configurations and has been tested in terms of efficient tracking performance and the number of access from facility to satellite has been recorded.
{"title":"Satellite Tracking Using 7X7Hexagonal Phased Array Antenna","authors":"K. Vivek Raj, S. Ranjitha, V. Meghana, H. Preethi","doi":"10.1109/RTEICT46194.2019.9016813","DOIUrl":"https://doi.org/10.1109/RTEICT46194.2019.9016813","url":null,"abstract":"Satellite communications positively impact everything we do. A large number of the more up to date satellites will be little and heavenly bodies will fly in Low Earth Orbit (LEO) and a significant number of these constellations will have vast amounts of satellites flying, adding noteworthy unpredictability to the communication applications. Placement of a steerable antenna array exhibiting higher directivity and increased gain in Low Earth Orbit adds to decreased ground station complexity, cost, and a reasonable budget still kept up. Beam steering antennas like phased array antennas are the ideal solution for the tracking of the satellite over full hemisphere coverage. Antennas deployed in ground station must continuously steer the beam towards satellite for continuous tracking till the signal from satellite falls below the threshold level. Antennas must have all its gain in a specific direction in order to achieve efficient tracking. This paper presents satellite tracking using phased array antenna. The proposed system comprises of hexagonal shaped 7x7 antenna array containing 37 elements having a triangular lattice structure is configured. Phased array antennas comprise of inbuilt phase shifters to get the constructive beam in the desired direction. Back lobe suppression method is used to nullify the beams in the undesired direction for efficient tracking of the satellite. A Scenario of satellite tracking is created with the required configurations and has been tested in terms of efficient tracking performance and the number of access from facility to satellite has been recorded.","PeriodicalId":269385,"journal":{"name":"2019 4th International Conference on Recent Trends on Electronics, Information, Communication & Technology (RTEICT)","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116644361","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2019-05-01DOI: 10.1109/RTEICT46194.2019.9016725
Shruti B. Deshmukh, A. Bhole, P. Kokil
Microwave Power Transfer (MPT) is the most encouraging technology in Wireless Power Transfer (WPT) for high-power long-range transmission and most importantly for the Space Solar Power Satellite (SSPS). In the future, SSPS will serve as a key renewable energy source. The review paper addresses brief history and the demonstration of MPT on the ground and in the space. Various features of MPT are also discussed in detail.
{"title":"Comparative Analysis of Wireless Power Transmission using Microwave","authors":"Shruti B. Deshmukh, A. Bhole, P. Kokil","doi":"10.1109/RTEICT46194.2019.9016725","DOIUrl":"https://doi.org/10.1109/RTEICT46194.2019.9016725","url":null,"abstract":"Microwave Power Transfer (MPT) is the most encouraging technology in Wireless Power Transfer (WPT) for high-power long-range transmission and most importantly for the Space Solar Power Satellite (SSPS). In the future, SSPS will serve as a key renewable energy source. The review paper addresses brief history and the demonstration of MPT on the ground and in the space. Various features of MPT are also discussed in detail.","PeriodicalId":269385,"journal":{"name":"2019 4th International Conference on Recent Trends on Electronics, Information, Communication & Technology (RTEICT)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116793237","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}