论文部分内容阅读
摘要:Wi-Fi、蓝牙、IC卡等近距离通信手段需要额外的硬件支持,随着通信技术的发展,智能手机成为人们随身携带的必备通信工具。本文设计并实现一种基于Android手机的声波通信系统,该系统利用声波作为传输媒介,安全性好、可靠性高。实验结果表明该系统可靠性高,数据传输出错率低。
关键词:安卓开发;近距离通信;声波提取;快速傅里叶变换,;RS码
中图分类号:TP311 文献标识码:A 文章编号:1009-3044(2017)05-0043-03
Abstract:The means of close communication such as Wi-Fi, Bluetooth, IC card etc. need extra hardware support. With the development of communication technology, smart mobile phones have become indispensable communication tools which are carried with themselves in people’s everyday life. This paper designs and realizes an acoustic communication system based on Android mobile phone. Acoustic waves are used as transmission media, which has good security and high reliability. The experimental results indicate that our system holds high reliability and low error rate during the process of data transmission.
Key words:Android development; close communication; sonic extraction; Fast Fourier Transform; Reed-solomon codes
1 概述
隨着通信技术的快速发展和智能手机的普及,近距离无线通信已广泛应用于日常生活中。目前,近距离无线通信的主要技术有蓝牙(Bluetooth)[4]、无线局域网(Wireless Fidelity,Wi-Fi)[5]、IC卡等。蓝牙、Wi-Fi、IC卡都需要额外的硬件支持,且无线电波的开放性与共享性,存在着安全隐患。蓝牙、Wi-Fi通信时必须事先建立连接,传输存在时间延迟。
声波通信利用声音信号短距离传输数据,具有安全性好、可靠性高、成本低等优点。声波通信广泛应用于声纹防盗系统[1]、手机声波支付、智能小区认证[2]、石油的勘探[3]等领域,成为手机应用的研究热点之一。
本文基于Android手机平台,设计并实现了一种手机声波通信系统。该系统由发送端和接收端组成。发送端对数据进行编码,并查找对应频率,产生该频率的椭球波声波信号,并通过扬声器输出。接收端接收声波信号后,通过快速傅里叶变换(FFT)提取声波信号中的基频,根据基频查找编码表,译码后获取数据。该系统可以传输数字、英文和中文等数据。
2 系统组成及通信过程
2.1 系统组成
系统主要由发送端和接收端组成。
发送端对数据进行数据编码、CRC
关键词:安卓开发;近距离通信;声波提取;快速傅里叶变换,;RS码
中图分类号:TP311 文献标识码:A 文章编号:1009-3044(2017)05-0043-03
Abstract:The means of close communication such as Wi-Fi, Bluetooth, IC card etc. need extra hardware support. With the development of communication technology, smart mobile phones have become indispensable communication tools which are carried with themselves in people’s everyday life. This paper designs and realizes an acoustic communication system based on Android mobile phone. Acoustic waves are used as transmission media, which has good security and high reliability. The experimental results indicate that our system holds high reliability and low error rate during the process of data transmission.
Key words:Android development; close communication; sonic extraction; Fast Fourier Transform; Reed-solomon codes
1 概述
隨着通信技术的快速发展和智能手机的普及,近距离无线通信已广泛应用于日常生活中。目前,近距离无线通信的主要技术有蓝牙(Bluetooth)[4]、无线局域网(Wireless Fidelity,Wi-Fi)[5]、IC卡等。蓝牙、Wi-Fi、IC卡都需要额外的硬件支持,且无线电波的开放性与共享性,存在着安全隐患。蓝牙、Wi-Fi通信时必须事先建立连接,传输存在时间延迟。
声波通信利用声音信号短距离传输数据,具有安全性好、可靠性高、成本低等优点。声波通信广泛应用于声纹防盗系统[1]、手机声波支付、智能小区认证[2]、石油的勘探[3]等领域,成为手机应用的研究热点之一。
本文基于Android手机平台,设计并实现了一种手机声波通信系统。该系统由发送端和接收端组成。发送端对数据进行编码,并查找对应频率,产生该频率的椭球波声波信号,并通过扬声器输出。接收端接收声波信号后,通过快速傅里叶变换(FFT)提取声波信号中的基频,根据基频查找编码表,译码后获取数据。该系统可以传输数字、英文和中文等数据。
2 系统组成及通信过程
2.1 系统组成
系统主要由发送端和接收端组成。
发送端对数据进行数据编码、CRC