首页 > 最新文献

Proceedings International Conference on Information Technology: Coding and Computing最新文献

英文 中文
StirMark benchmark: audio watermarking attacks StirMark基准:音频水印攻击
M. Steinebach, J. Dittmann, Christian Seibel, Lucilla Croce Ferri, F. Petitcolas, Nazim Fatès, C. Fontaine, F. Raynal
We briefly present the architecture of a public automated evaluation service we are developing for still images, sound and video. We also detail new tests that will be included in this platform. The set of tests is related to audio data and addresses the usual equalisation and normalisation but also time stretching, pitch shifting and specially designed audio attack algorithms. These attacks are discussed and results on watermark attacks and perceived quality after applying the attacks are provided.
我们简要介绍了我们正在开发的用于静态图像、声音和视频的公共自动评估服务的体系结构。我们还详细介绍了将包含在该平台中的新测试。这组测试与音频数据有关,并解决了通常的均衡和规范化问题,但也包括时间拉伸、音调移动和专门设计的音频攻击算法。对这些攻击进行了讨论,给出了攻击后水印攻击的结果和感知质量。
{"title":"StirMark benchmark: audio watermarking attacks","authors":"M. Steinebach, J. Dittmann, Christian Seibel, Lucilla Croce Ferri, F. Petitcolas, Nazim Fatès, C. Fontaine, F. Raynal","doi":"10.1109/ITCC.2001.918764","DOIUrl":"https://doi.org/10.1109/ITCC.2001.918764","url":null,"abstract":"We briefly present the architecture of a public automated evaluation service we are developing for still images, sound and video. We also detail new tests that will be included in this platform. The set of tests is related to audio data and addresses the usual equalisation and normalisation but also time stretching, pitch shifting and specially designed audio attack algorithms. These attacks are discussed and results on watermark attacks and perceived quality after applying the attacks are provided.","PeriodicalId":318295,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-04-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124619127","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}
引用次数: 137
A novel cellular search algorithm for block-matching motion estimation 一种新的块匹配运动估计的细胞搜索算法
Jeanson Hung, Hung-Shung Wong, Jung-Hua Wang
A novel cellular search (CS) algorithm for block-matching motion estimation is presented. Two different search patterns, namely the large CS pattern (LCSP) and the small CS pattern (SCSP), are employed to perform a search for the best-matching block. The LCSP assumes that the best-matching block can be located in any direction from the centre of the LCSP, and we show that the number of blocks via LCSP searching is less than via other algorithms. Following the LCSP search, the SCSP is used to search those blocks near the centre block. We show that the CS algorithm is computationally efficient; it requires less computation time than other algorithms, such as the three-step search of T. Koga et al. (1981), the new three-step search of R. Li et al. (1994) and the four-step search of L.M. Po et al. (1996).
提出了一种新的用于块匹配运动估计的元胞搜索算法。采用两种不同的搜索模式,即大CS模式(LCSP)和小CS模式(SCSP)来搜索最匹配块。LCSP假设最匹配的块可以位于从LCSP中心开始的任何方向,并且我们证明了通过LCSP搜索的块数量少于其他算法。在LCSP搜索之后,使用SCSP搜索靠近中心块的块。我们证明了CS算法的计算效率;与T. Koga等人(1981)的三步搜索、R. Li等人(1994)的新三步搜索和L.M. Po等人(1996)的四步搜索等算法相比,它所需的计算时间更少。
{"title":"A novel cellular search algorithm for block-matching motion estimation","authors":"Jeanson Hung, Hung-Shung Wong, Jung-Hua Wang","doi":"10.1109/ITCC.2001.918867","DOIUrl":"https://doi.org/10.1109/ITCC.2001.918867","url":null,"abstract":"A novel cellular search (CS) algorithm for block-matching motion estimation is presented. Two different search patterns, namely the large CS pattern (LCSP) and the small CS pattern (SCSP), are employed to perform a search for the best-matching block. The LCSP assumes that the best-matching block can be located in any direction from the centre of the LCSP, and we show that the number of blocks via LCSP searching is less than via other algorithms. Following the LCSP search, the SCSP is used to search those blocks near the centre block. We show that the CS algorithm is computationally efficient; it requires less computation time than other algorithms, such as the three-step search of T. Koga et al. (1981), the new three-step search of R. Li et al. (1994) and the four-step search of L.M. Po et al. (1996).","PeriodicalId":318295,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-04-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124637354","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}
引用次数: 3
Data mining for intelligent Web caching 智能Web缓存的数据挖掘
F. Bonchi, F. Giannotti, G. Manco, C. Renso, M. Nanni, D. Pedreschi, S. Ruggieri
Presents a vertical application of data warehousing and data mining technology: intelligent Web caching. We introduce several ways to construct intelligent Web caching algorithms that employ predictive models of Web requests; the general idea is to extend the LRU (least recently used) policy of Web and proxy servers by making it sensible to Web access models extracted from Web log data using data mining techniques. Two approaches have been studied, in particular one based on association rules and another based on decision trees. The experimental results of the new algorithms show substantial improvements over existing LRU-based caching techniques in terms of the hit rate, i.e. the fraction of Web documents directly retrieved in the cache. We designed and developed a prototypical system, which supports data warehousing of Web log data, extraction of data mining models and simulation of the Web caching algorithms, around an architecture that integrates the various phases in the knowledge discovery process. The system supports a systematic evaluation and benchmarking of the proposed algorithms with respect to existing caching strategies.
介绍了数据仓库和数据挖掘技术的一个垂直应用:智能Web缓存。我们介绍了几种使用Web请求预测模型构建智能Web缓存算法的方法;一般的想法是扩展Web和代理服务器的LRU(最近最少使用)策略,使其对使用数据挖掘技术从Web日志数据中提取的Web访问模型敏感。本文研究了两种方法,一种是基于关联规则的,另一种是基于决策树的。新算法的实验结果表明,在命中率(即直接在缓存中检索的Web文档的比例)方面,新算法比现有的基于lru的缓存技术有了实质性的改进。我们设计并开发了一个原型系统,它支持Web日志数据的数据仓库、数据挖掘模型的提取和Web缓存算法的模拟,围绕一个集成了知识发现过程中各个阶段的体系结构。该系统支持针对现有缓存策略对提出的算法进行系统评估和基准测试。
{"title":"Data mining for intelligent Web caching","authors":"F. Bonchi, F. Giannotti, G. Manco, C. Renso, M. Nanni, D. Pedreschi, S. Ruggieri","doi":"10.1109/ITCC.2001.918862","DOIUrl":"https://doi.org/10.1109/ITCC.2001.918862","url":null,"abstract":"Presents a vertical application of data warehousing and data mining technology: intelligent Web caching. We introduce several ways to construct intelligent Web caching algorithms that employ predictive models of Web requests; the general idea is to extend the LRU (least recently used) policy of Web and proxy servers by making it sensible to Web access models extracted from Web log data using data mining techniques. Two approaches have been studied, in particular one based on association rules and another based on decision trees. The experimental results of the new algorithms show substantial improvements over existing LRU-based caching techniques in terms of the hit rate, i.e. the fraction of Web documents directly retrieved in the cache. We designed and developed a prototypical system, which supports data warehousing of Web log data, extraction of data mining models and simulation of the Web caching algorithms, around an architecture that integrates the various phases in the knowledge discovery process. The system supports a systematic evaluation and benchmarking of the proposed algorithms with respect to existing caching strategies.","PeriodicalId":318295,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-04-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121245193","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}
引用次数: 17
Data management for exploring complex time-dependent flow datasets 数据管理,用于探索复杂的时间相关流数据集
D. Liu, W. Karplus
The ever increasing number of data-intensive scientific visualizations motivate the need for high-performance data management support. One such example is given from a simulation and visualization system that assists the physician in the planning and execution of a novel, non-invasive, and very effective treatment of brain aneurysm. The output dataset of this blood flow simulation is very large and information rich and demands an effective means to gaining insights into the nature of time-varying flow fields. For this purpose, we built a computing environment which exploits efficient data storage and management techniques to provide a sufficient performance for real time visualization. Our approach has substantial advantages for achieving higher access efficiency and storage utilization, yielding frame rates suitable for interactive visualization on common desktop workstations. Practical experiments indicate that the techniques developed in this environment can provide the basic building blocks for future efficient implementation of large complex data visualization systems.
越来越多的数据密集型科学可视化激发了对高性能数据管理支持的需求。一个这样的例子来自一个模拟和可视化系统,它帮助医生计划和执行一种新颖的、非侵入性的、非常有效的脑动脉瘤治疗方法。该血流模拟的输出数据集非常庞大且信息丰富,需要一种有效的手段来深入了解时变流场的本质。为此,我们构建了一个利用高效数据存储和管理技术的计算环境,为实时可视化提供足够的性能。我们的方法在实现更高的访问效率和存储利用率方面具有实质性的优势,产生的帧率适合在普通桌面工作站上进行交互式可视化。实际实验表明,在这种环境下开发的技术可以为未来高效实现大型复杂数据可视化系统提供基本的构建模块。
{"title":"Data management for exploring complex time-dependent flow datasets","authors":"D. Liu, W. Karplus","doi":"10.1109/ITCC.2001.918780","DOIUrl":"https://doi.org/10.1109/ITCC.2001.918780","url":null,"abstract":"The ever increasing number of data-intensive scientific visualizations motivate the need for high-performance data management support. One such example is given from a simulation and visualization system that assists the physician in the planning and execution of a novel, non-invasive, and very effective treatment of brain aneurysm. The output dataset of this blood flow simulation is very large and information rich and demands an effective means to gaining insights into the nature of time-varying flow fields. For this purpose, we built a computing environment which exploits efficient data storage and management techniques to provide a sufficient performance for real time visualization. Our approach has substantial advantages for achieving higher access efficiency and storage utilization, yielding frame rates suitable for interactive visualization on common desktop workstations. Practical experiments indicate that the techniques developed in this environment can provide the basic building blocks for future efficient implementation of large complex data visualization systems.","PeriodicalId":318295,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing","volume":"255 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-04-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121294500","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}
引用次数: 1
Reactive and proactive approaches to media streaming: from scalable coding to content delivery networks 媒体流的被动和主动方法:从可扩展编码到内容交付网络
Jian Lu
For an end-to-end media streaming system, the Internet can be considered a back box in the middle that connects a client at one end to the server at the other end. We present both ends' views of the streaming problems and review two approaches to these problems. The first approach, which is represented by scalable coding, is reactive in nature because it seeks to best adapt to changing network conditions such as bandwidth fluctuation and packet loss. The reactive approach is helpful in keeping a steam uninterrupted and proving a graceful degradation, but offers no guarantee on quality of the streamed content and does not help solve server-side problems such as scalability. The other approach is proactive and has motivated recent development in content delivery network. We show that a content delivery network helps improve quality and scalability of streaming, and can be complemented with a reactive approach like scalable coding.
对于端到端媒体流系统,Internet可以看作是中间的后台,它将一端的客户机连接到另一端的服务器。我们提出了双方对流问题的看法,并回顾了解决这些问题的两种方法。第一种方法由可扩展编码表示,本质上是反应性的,因为它寻求最好地适应不断变化的网络条件,如带宽波动和数据包丢失。响应式方法有助于保持蒸汽不间断并证明优雅的降级,但不能保证流内容的质量,也不能帮助解决可伸缩性等服务器端问题。另一种方法是主动的,并推动了最近内容交付网络的发展。我们表明,内容交付网络有助于提高流媒体的质量和可扩展性,并且可以与可扩展编码等反应性方法相辅相成。
{"title":"Reactive and proactive approaches to media streaming: from scalable coding to content delivery networks","authors":"Jian Lu","doi":"10.1109/ITCC.2001.918756","DOIUrl":"https://doi.org/10.1109/ITCC.2001.918756","url":null,"abstract":"For an end-to-end media streaming system, the Internet can be considered a back box in the middle that connects a client at one end to the server at the other end. We present both ends' views of the streaming problems and review two approaches to these problems. The first approach, which is represented by scalable coding, is reactive in nature because it seeks to best adapt to changing network conditions such as bandwidth fluctuation and packet loss. The reactive approach is helpful in keeping a steam uninterrupted and proving a graceful degradation, but offers no guarantee on quality of the streamed content and does not help solve server-side problems such as scalability. The other approach is proactive and has motivated recent development in content delivery network. We show that a content delivery network helps improve quality and scalability of streaming, and can be complemented with a reactive approach like scalable coding.","PeriodicalId":318295,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-04-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122157411","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}
引用次数: 11
Multiple description image coding using pre- and post-processing 多描述图像编码采用预处理和后处理
S. Shirani, M. Gallant, F. Kossentini
We address the problem of robust transmission of compressed visual information over unreliable networks. Our approach employs the principle of multiple descriptions, through pre- and post-processing of the image data, without modification to the source or channel codecs. We employ oversampling to add redundancy to the original image data followed by a partitioning of the oversampled image into "equal" sub-images which can be coded and transmitted over separate channels. Simulations using two descriptors show that this approach yields exceptional performance when only one descriptor is received and outperforms other popular multiple description approaches.
我们解决了压缩视觉信息在不可靠网络上的鲁棒传输问题。我们的方法采用多重描述的原则,通过图像数据的预处理和后处理,而不修改源或通道编解码器。我们使用过采样来增加原始图像数据的冗余,然后将过采样图像划分为“相等”的子图像,这些子图像可以通过单独的通道编码和传输。使用两个描述符的仿真表明,当只接收一个描述符时,该方法产生了出色的性能,并且优于其他流行的多个描述符方法。
{"title":"Multiple description image coding using pre- and post-processing","authors":"S. Shirani, M. Gallant, F. Kossentini","doi":"10.1109/ITCC.2001.918761","DOIUrl":"https://doi.org/10.1109/ITCC.2001.918761","url":null,"abstract":"We address the problem of robust transmission of compressed visual information over unreliable networks. Our approach employs the principle of multiple descriptions, through pre- and post-processing of the image data, without modification to the source or channel codecs. We employ oversampling to add redundancy to the original image data followed by a partitioning of the oversampled image into \"equal\" sub-images which can be coded and transmitted over separate channels. Simulations using two descriptors show that this approach yields exceptional performance when only one descriptor is received and outperforms other popular multiple description approaches.","PeriodicalId":318295,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-04-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126129694","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}
引用次数: 58
Development of a digital video system for remote sensing of coasts 海岸遥感数字视频系统的研制
Scott Wilson, C. Chu
The proliferation of low-cost multispectral CCD video technology in combination with the Global Positioning System (GPS) has progressed to the point where quantifiable and meaningful results can be derived from low-altitude aerial digital video systems. This low-cost technology will provide meaningful and sometimes critical data that will be required for regional and site-specific land and emergency management. Historically, video has not had the resolution or repeatability to be used for spatial processing, but newer digital systems have expanded the capabilities. Potential applications include the areas of precision farming, oil-spill clean-up, fire remediation and corridor mapping. In this article, we explain how we developed a low-altitude digital video system and compared it to a number of commercially available remote sensing platforms. Salient information such as color, texture, shape and orientation can be extracted from the images and used in a geographic information system for landscape and site-specific analysis.
低成本的多光谱CCD视频技术与全球定位系统(GPS)相结合,已经发展到可以从低空航空数字视频系统中获得可量化和有意义的结果。这种低成本技术将为区域和特定地点的土地和应急管理提供有意义的、有时是关键的数据。从历史上看,视频没有用于空间处理的分辨率或可重复性,但较新的数字系统已经扩展了功能。潜在的应用领域包括精准农业、溢油清理、火灾修复和走廊测绘。在本文中,我们将解释我们如何开发低空数字视频系统,并将其与许多商用遥感平台进行比较。突出的信息,如颜色、纹理、形状和方向,可以从图像中提取出来,并用于地理信息系统,用于景观和特定地点的分析。
{"title":"Development of a digital video system for remote sensing of coasts","authors":"Scott Wilson, C. Chu","doi":"10.1109/ITCC.2001.918820","DOIUrl":"https://doi.org/10.1109/ITCC.2001.918820","url":null,"abstract":"The proliferation of low-cost multispectral CCD video technology in combination with the Global Positioning System (GPS) has progressed to the point where quantifiable and meaningful results can be derived from low-altitude aerial digital video systems. This low-cost technology will provide meaningful and sometimes critical data that will be required for regional and site-specific land and emergency management. Historically, video has not had the resolution or repeatability to be used for spatial processing, but newer digital systems have expanded the capabilities. Potential applications include the areas of precision farming, oil-spill clean-up, fire remediation and corridor mapping. In this article, we explain how we developed a low-altitude digital video system and compared it to a number of commercially available remote sensing platforms. Salient information such as color, texture, shape and orientation can be extracted from the images and used in a geographic information system for landscape and site-specific analysis.","PeriodicalId":318295,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing","volume":"124 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-04-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128136039","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}
引用次数: 0
Technologies for 3G wireless communications 3G无线通信技术
J. Dholakia, V. Jain
Discusses and compares three prominent contenders for 3G wireless communication. These are: OFDM (orthogonal frequency division multiplexing), CDMA (code division multiple access) and MC-CDMA (multi-carrier CDMA) - a hybrid of the first two. OFDM has gained increasing acceptance as an alternative to single-carrier modulation for wireless systems. Potential exists for very high bit rates and for reaching the channel capacity even over frequency-selective fading channels. CDMA is the technique being most seriously considered for 3G wireless systems. It uses PN (pseudonoise) sequences to spread the signal spectrum to a wide band, thereby achieving greater robustness to deep fades than a narrowband signal, and the capability for multi-user access. The third technique, MC-CDMA, uses a combination of OFDM and CDMA, and has certain advantages that are pointed out. Finally, this paper touches upon an application, namely wireless video.
讨论并比较了3G无线通信的三个主要竞争者。它们是:OFDM(正交频分复用),CDMA(码分多址)和MC-CDMA(多载波CDMA) -前两者的混合。作为无线系统中单载波调制的替代方案,OFDM已获得越来越多的认可。存在非常高的比特率和甚至在频率选择性衰落信道上达到信道容量的潜力。CDMA是3G无线系统中最被认真考虑的技术。它使用PN(伪噪声)序列将信号频谱扩展到宽带,从而实现比窄带信号更强的深度衰减鲁棒性,并具有多用户访问的能力。第三种技术是MC-CDMA,采用OFDM和CDMA相结合的方式,具有一定的优势。最后,本文讨论了无线视频的应用。
{"title":"Technologies for 3G wireless communications","authors":"J. Dholakia, V. Jain","doi":"10.1109/ITCC.2001.918784","DOIUrl":"https://doi.org/10.1109/ITCC.2001.918784","url":null,"abstract":"Discusses and compares three prominent contenders for 3G wireless communication. These are: OFDM (orthogonal frequency division multiplexing), CDMA (code division multiple access) and MC-CDMA (multi-carrier CDMA) - a hybrid of the first two. OFDM has gained increasing acceptance as an alternative to single-carrier modulation for wireless systems. Potential exists for very high bit rates and for reaching the channel capacity even over frequency-selective fading channels. CDMA is the technique being most seriously considered for 3G wireless systems. It uses PN (pseudonoise) sequences to spread the signal spectrum to a wide band, thereby achieving greater robustness to deep fades than a narrowband signal, and the capability for multi-user access. The third technique, MC-CDMA, uses a combination of OFDM and CDMA, and has certain advantages that are pointed out. Finally, this paper touches upon an application, namely wireless video.","PeriodicalId":318295,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-04-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127444838","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}
引用次数: 1
Sensor system with wireless data communication 传感器系统具有无线数据通信功能
M. Husák, J. Jakovenko
The core of the project is the design, construction of and results obtained with a wireless measuring system using a passive integrated resonance circuit. The system is intended for measurement of small pressure variations and wireless information transmission. It is based on the principle of variation of the resonance frequency of a single-chip integrated timed circuit with measuring capacitance. The one-chip resonant circuit has been realised as a monolith integrated sensor in CMOS technology. The dimension is approximately 10 mm/sup 2/. The active part has the form of an absorption resonance frequency meter. Measurement, control, approximation, computation and result processing are performed on a PC. The paper deals with the theory of system design, electronic circuit connections, parasitic capacitances effects calculation, fabrication technology of the integrated passive resonant circuit, result evaluation and techniques of the PC-controlled absorption meter.
本课题的核心是采用无源集成谐振电路的无线测量系统的设计、构建及取得的成果。该系统适用于小压力变化的测量和无线信息传输。它是基于测量电容的单片机集成定时电路的谐振频率变化原理。采用CMOS技术实现了单片谐振电路的单片集成传感器。尺寸约为10毫米/sup 2/。有源部分采用吸收共振频率计的形式。测量、控制、逼近、计算和结果处理在PC机上完成。本文介绍了系统设计原理、电子电路连接、寄生电容效应计算、集成无源谐振电路的制作工艺、结果评价和pc控制吸收计的技术。
{"title":"Sensor system with wireless data communication","authors":"M. Husák, J. Jakovenko","doi":"10.1109/ITCC.2001.918775","DOIUrl":"https://doi.org/10.1109/ITCC.2001.918775","url":null,"abstract":"The core of the project is the design, construction of and results obtained with a wireless measuring system using a passive integrated resonance circuit. The system is intended for measurement of small pressure variations and wireless information transmission. It is based on the principle of variation of the resonance frequency of a single-chip integrated timed circuit with measuring capacitance. The one-chip resonant circuit has been realised as a monolith integrated sensor in CMOS technology. The dimension is approximately 10 mm/sup 2/. The active part has the form of an absorption resonance frequency meter. Measurement, control, approximation, computation and result processing are performed on a PC. The paper deals with the theory of system design, electronic circuit connections, parasitic capacitances effects calculation, fabrication technology of the integrated passive resonant circuit, result evaluation and techniques of the PC-controlled absorption meter.","PeriodicalId":318295,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-04-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123714958","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}
引用次数: 0
Content-based retrieval and data mining of a skin cancer image database 基于内容的皮肤癌图像数据库检索与数据挖掘
S. M. Chung, Qing Wang
Skin cancer is the most common type of cancer in the USA. A large, shared skin cancer image database on the Internet would be quite valuable to both medical professionals and consumers. In this paper, such a database is created using a three-tier system: a client application implemented in Java applets, a Web server and a back-end database server. JDBC-ODBC is used for the Web server to communicate with the database server. Various browsing and content-based retrieval methods are supported for the skin cancer image database through Web-based graphical user interfaces. A data mining algorithm for finding association rules between different features of the skin cancer images is also implemented.
皮肤癌是美国最常见的癌症类型。在互联网上建立一个大型的、共享的皮肤癌图像数据库,对医疗专业人员和消费者来说都是非常有价值的。在本文中,这样一个数据库是使用三层系统创建的:一个用Java applet实现的客户端应用程序,一个Web服务器和一个后端数据库服务器。JDBC-ODBC用于Web服务器与数据库服务器通信。皮肤癌图像数据库通过基于web的图形用户界面支持多种浏览和基于内容的检索方法。本文还实现了一种用于发现皮肤癌图像不同特征之间关联规则的数据挖掘算法。
{"title":"Content-based retrieval and data mining of a skin cancer image database","authors":"S. M. Chung, Qing Wang","doi":"10.1109/ITCC.2001.918864","DOIUrl":"https://doi.org/10.1109/ITCC.2001.918864","url":null,"abstract":"Skin cancer is the most common type of cancer in the USA. A large, shared skin cancer image database on the Internet would be quite valuable to both medical professionals and consumers. In this paper, such a database is created using a three-tier system: a client application implemented in Java applets, a Web server and a back-end database server. JDBC-ODBC is used for the Web server to communicate with the database server. Various browsing and content-based retrieval methods are supported for the skin cancer image database through Web-based graphical user interfaces. A data mining algorithm for finding association rules between different features of the skin cancer images is also implemented.","PeriodicalId":318295,"journal":{"name":"Proceedings International Conference on Information Technology: Coding and Computing","volume":"119 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-04-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115086213","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}
引用次数: 24
期刊
Proceedings International Conference on Information Technology: Coding and Computing
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1