期刊文献+
共找到482篇文章
< 1 2 25 >
每页显示 20 50 100
Design and implementation of code acquisition using sparse Fourier transform
1
作者 ZHANG Chen WANG Jian +1 位作者 FAN Guangteng TIAN Shiwei 《Journal of Systems Engineering and Electronics》 SCIE CSCD 2024年第5期1063-1072,共10页
Code acquisition is the kernel operation for signal synchronization in the spread-spectrum receiver.To reduce the computational complexity and latency of code acquisition,this paper proposes an efficient scheme employ... Code acquisition is the kernel operation for signal synchronization in the spread-spectrum receiver.To reduce the computational complexity and latency of code acquisition,this paper proposes an efficient scheme employing sparse Fourier transform(SFT)and the relevant hardware architecture for field programmable gate array(FPGA)and application-specific integrated circuit(ASIC)implementation.Efforts are made at both the algorithmic level and the implementation level to enable merged searching of code phase and Doppler frequency without incurring massive hardware expenditure.Compared with the existing code acquisition approaches,it is shown from theoretical analysis and experimental results that the proposed design can shorten processing latency and reduce hardware complexity without degrading the acquisition probability. 展开更多
关键词 code acquisition hardware structure sparse Fourier transform(SFT) code phase estimation Doppler frequency estimation
在线阅读 下载PDF
Improved direct P code acquisition technique 被引量:4
2
作者 Xu Ying Wang Ju Wu Siliang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2009年第5期948-953,共6页
P code direct acquisition is an important technology in satellite navigation system. As the P code has a long period, it is hard to directly acquire. The traditional average method can process multiple code phases in ... P code direct acquisition is an important technology in satellite navigation system. As the P code has a long period, it is hard to directly acquire. The traditional average method can process multiple code phases in a time to shorten the acquisition time. But with the increase of average phase error of the input signal and the local code, the correlation signal-to-noise ratio (SNR) loss increases. To reduce the SNR loss, an improved average method is introduced. A new sequence is generated with a summation of phase shifting sequences to decrease correlation peak loss. Simulation results show that compared with direct average method, the improved average method effectively increases correlation SNR. 展开更多
关键词 P code acquisition direct average algorithm improved average algorithm.
在线阅读 下载PDF
Fast acquisition of L2C CL codes based on combination of hyper codes and averaging correlation 被引量:1
3
作者 Qingxi Zeng Linlin Tang +1 位作者 Pengna Zhang Ling Pei 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2016年第2期308-318,共11页
This paper provides a direct and fast acquisition algorithm of civilian long length(CL) codes in the L2 civil(L2C) signal. The proposed algorithm simultaneously reduces the number of fast Fourier transformation(... This paper provides a direct and fast acquisition algorithm of civilian long length(CL) codes in the L2 civil(L2C) signal. The proposed algorithm simultaneously reduces the number of fast Fourier transformation(FFT) correlation through hyper code technique and the amount of points in every FFT correlation by using an averaging correlation method. To validate the proposed acquisition performance, the paper applies this algorithm to the real L2C signal collected by the global positioning system(GPS) L2C intermediate frequency(IF) signal sampler—SIS100L2C. The acquisition results show that the proposed modified algorithm can acquire the code phase accurately with less calculation and its acquisition performance is better than the single hyper code method. 展开更多
关键词 L2c civilian long length(cL) code fast acquisition hyper code averaging correlation
在线阅读 下载PDF
Code acquisition method based on wavelet transform filtering
4
作者 Chao Wu Luping Xu +1 位作者 Hua Zhang Wenbo Zhao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2015年第6期1169-1176,共8页
In order to improve the acquisition probability of satellite navigation signals, this paper proposes a novel code acquisition method based on wavelet transform filtering. Firstly, the signal vector based on the signal... In order to improve the acquisition probability of satellite navigation signals, this paper proposes a novel code acquisition method based on wavelet transform filtering. Firstly, the signal vector based on the signal passing through a set of partial matched filters (PMFs) is built. Then, wavelet domain filtering is performed on the signal vector value. Since the correlation signal is low in frequency and narrow in bandwidth, the noise out-of-band can be filtered out and the most of the useful signal energy is retained. Thus this process greatly improves the signal to noise ratio (SNR). Finally, the detection variable when the filtered signal goes through the combination process is constructed and the detection based on signal energy is made. Moreover, for the better retaining useful signal energy, the rule of selection of wavelet function has been made. Simulation results show the proposed method has a better detection performance than the normal code acquisition methods under the same false alarm probability. 展开更多
关键词 code acquisition wavelet transform FILTERING detection probability.
在线阅读 下载PDF
Direct P-code acquisition algorithm based on bidirectional overlap technique 被引量:1
5
作者 Ying Xu Lijuan Xu +1 位作者 Hong Yuan Ruidan Luo 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2014年第4期538-546,共9页
According to the signal-to-noise ratio (SNR) loss of average algorithms in direct P-code acquisition method, this paper analyzes the SNR performance of the overlap average algorithm quantitatively, and derives the r... According to the signal-to-noise ratio (SNR) loss of average algorithms in direct P-code acquisition method, this paper analyzes the SNR performance of the overlap average algorithm quantitatively, and derives the relationship of SNR loss with overlap shift value and initial average phase difference in the overlap average algorithm. On this basis, the bidirectional overlap average algorithm based on optimal correlation SNR is proposed. The algorithm maintains SNR consistent in the entire initial average phase difference space, and has a better SNR performance than the overlap average algorithm. The effectiveness of the algorithm is verified by both theoretical analysis and simulation results. The SNR performance of the bidirectional overlap average algorithm is 5 dB better than that of the direct average algorithm, and 2 dB better than that of the overlap average algorithm, which provides the support for direct P-code acquisition in low SNR. 展开更多
关键词 P-code direct acquisition direct average algorithm bidirectional overlap algorithm.
在线阅读 下载PDF
流敏感的C/C++程序编程风格检查方法
6
作者 胡梦泽 马旭桐 +1 位作者 张豪 张健 《计算机科学》 北大核心 2025年第6期35-43,共9页
C/C++编程语言应用于众多关键领域的软件系统中,在开发时对编程的规范性和语义的明确性有着极高的要求。为了避免不当使用C/C++语言带来潜在的安全问题,国内提出了面向C/C++语言的《C/C++语言编程安全子集》(后简称为GJB8114)。由于标... C/C++编程语言应用于众多关键领域的软件系统中,在开发时对编程的规范性和语义的明确性有着极高的要求。为了避免不当使用C/C++语言带来潜在的安全问题,国内提出了面向C/C++语言的《C/C++语言编程安全子集》(后简称为GJB8114)。由于标准中规则较多,程序员在开发过程中难免存在不规范的写法,因此实现用自动化的规则检测工具检测相应的编码规则是必要的。而现有的编程规范检查工具对标准的检查并不全面,在针对需要理解程序上下文的规则的检查时,误报率较高甚至不支持检查。对此,将GJB8114中的规则分类并对复杂规则进行定义。通过调研Testbed工具检查GJB8114中的复杂规则的支持程度,总结得到现有工具存在流敏感分析不完善和无法进行跨文件的全局分析这两个问题。采取了结合语法树匹配的流敏感分析方法和跨文件的全局分析方法来解决这些问题。在此基础上,开发得到了CruletFS工具。实验结果表明,与常见的编程规范检查工具Cppcheck,Testbed等相比,CruletFS在检查复杂规则时有更好的效果。在针对规模较大的项目分析时,CruletFS在开销上也优于Cppcheck。这说明相较于已有的方法和策略,所提方法可以在占用开销较低的基础上有效提高复杂规则检查的准确率。 展开更多
关键词 c/c++编码风格检查 流敏感静态分析 跨文件代码检查
在线阅读 下载PDF
An earthquake data acquisition system for mobile observation 被引量:4
7
作者 滕云田 张炼 +2 位作者 周鹤鸣 王彦 刘晓芹 《地震学报》 CSCD 北大核心 2001年第5期558-561,共4页
关键词 地震数据 流动观测 数据采集 硬件设计 软件设计 放大电路 模数转换电路
在线阅读 下载PDF
3D FIESTA-C序列与3D-Cube T2序列检测内耳结构的MRI伪影分析
8
作者 杨珂 王宇焘 +5 位作者 邢娟丽 员艳宁 全星璞 范妤欣 张明 王渊 《西安交通大学学报(医学版)》 北大核心 2025年第3期538-543,共6页
目的对稳态进动快速成像序列(3D FIESTA-C)和三维快速自旋回波序列(3D-Cube T2)采集外周性眩晕患者内耳结构的磁共振图像(MRI)伪影进行分析。方法筛选2023年10月至2024年6月于西安交通大学第一附属医院耳鼻咽喉头颈外科就诊的63例外周... 目的对稳态进动快速成像序列(3D FIESTA-C)和三维快速自旋回波序列(3D-Cube T2)采集外周性眩晕患者内耳结构的磁共振图像(MRI)伪影进行分析。方法筛选2023年10月至2024年6月于西安交通大学第一附属医院耳鼻咽喉头颈外科就诊的63例外周性眩晕患者的资料进行分析,其中男性16例,女性47例,年龄18~60岁。由两名资深影像科医师对两种MRI序列的扫描图像进行独立质量评价,采用Kappa检验对两名医师的主观判断进行一致性评价,并采用Wilcoxon符号秩和检验比较各序列的图像质量。计算3D FIESTA-C序列、3D-Cube T2序列以及二者联合应用对内耳结构显示的准确率。结果3D-Cube T2序列的整体图像质量优于3D FIESTA-C序列(Z=-11.670,P<0.001),3D FIESTA-C联合3D-Cube T2序列显示半规管的准确率优于单独应用3D FIESTA-C与3D-Cube T2序列,三者显示水平半规管的准确率具有统计学差异(P<0.001)。结论3D FIESTA-C序列检测水平半规管具有一定优势,3D-Cube T2序列显示上半规管图像质量更佳,两者联合应用与单独采用某一序列相比,可以有效避免对外周性眩晕患者半规管结构的误诊或漏诊。 展开更多
关键词 稳态进动快速成像序列(3D FIESTA-c) 三维快速自旋回波序列(3D-cube T2) 磁共振水成像(MRH) 外周性眩晕
在线阅读 下载PDF
Modeling of Non-Coherent Sequential Acquisition Process for DS/SS Signals
9
作者 李艳 马雨出 张中兆 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2003年第4期13-19,共7页
A modified non-coherent sequential detection decision logic based on continuous accumulation to achieve fast PN code acquisition is proposed. To simplify the design and analysis, the equivalent relationship between th... A modified non-coherent sequential detection decision logic based on continuous accumulation to achieve fast PN code acquisition is proposed. To simplify the design and analysis, the equivalent relationship between the likelihood ratio of the current sample and that of all the previous samples is deduced. The scheme is proved to be an optimum sequential detection under certain assumptions. Because the average sample number (ASN) can not be calculated through the methods applied to the conventional sequential detection, an algorithm is also provided, which can estimate both the probability density function (pdf) and the upper threshole of ASN. The desired probabilities of false alarm and detection, as well as faster PN code acquisition compared to the conventional sequential detection can be achieved by employing this structure . In addition, Rayeigh-faded reception case is also taken into consideration. Performances of the proposed schemes are obtained, which suggest that the proposed non-coherent sequential detection is more desirable. 展开更多
关键词 PN code acquisition spread spectrum sequential detection.
在线阅读 下载PDF
Generation method of GPS L1C codes based on quadratic reciprocity law 被引量:2
10
作者 Hui Lu Ruiyao Niu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2013年第2期189-195,共7页
A new code concept is used for the L1 civil(L1C) signal of the global positioning system(GPS).The generation of L1C codes is quite different from the generation of traditional ranging codes.Thus,it is necessary to... A new code concept is used for the L1 civil(L1C) signal of the global positioning system(GPS).The generation of L1C codes is quite different from the generation of traditional ranging codes.Thus,it is necessary to find a method for the correct generation to pave the way for future research.L1C codes are based on only one Legendre sequence which consists of Legendre symbols.To calculate these Legendre symbols,the Euler criterion is always used to evaluate quadratic residues.However,due to the great length of L1C codes,this procedure causes overflow problems.Therefore,the quadratic reciprocity law,some related theorems and properties are introduced to solve the problems.Moreover,if the quadratic reciprocity law,some related theorems and properties are used to calculate different Legendre symbols,the combination modes may vary,which causes a complex generation process.The proposed generation method deals with this complex generation process effectively.In addition,through simulations,it is found that the autocorrelation features of obtained Legendre sequences and L1C codes are in accordance with theoretical results,which proves the correctness of the proposed method. 展开更多
关键词 L1 civil (L1c signal Legendre sequence Weil code quadratic reciprocity law.
在线阅读 下载PDF
CCodeExtractor:一种针对C程序自动化的函数提取方法
11
作者 张其良 张昱 周坤 《计算机科学》 CSCD 北大核心 2017年第4期16-20,29,共6页
随着程序规模和复杂性的增加,代码重构在改善软件质量、性能以及提高软件的扩展性和维护性等方面至关重要。目前的Eclipse中,C源代码重构工具的函数提取只能处理一些简单的代码,且处理过程需要人工参与,不能自动化处理。为此,提出一种C... 随着程序规模和复杂性的增加,代码重构在改善软件质量、性能以及提高软件的扩展性和维护性等方面至关重要。目前的Eclipse中,C源代码重构工具的函数提取只能处理一些简单的代码,且处理过程需要人工参与,不能自动化处理。为此,提出一种C源代码级别自动化的函数提取方法(CCodeExtractor),它通过指定提取条件,在保证语义一致的前提下,将符合条件的代码片段自动分离成一个单独的函数,并将其放到新文件中,而原代码片段替换成了一个函数调用。为了验证CCodeExtractor的有效性,结合循环分析和优化在实际应用中的广泛应用,在LLVM上实现了一个提取循环的工具,将程序中满足条件的for循环封装成单独的函数。在实验中,使用该工具对6个不同规模的程序进行了测试并且对比了变换前后程序运行的结果。实验结果表明,CCodeExtractor代码提取方法在保证程序语义不变的前提下,适用于不同规模的程序。 展开更多
关键词 c程序重构 程序变换 程序理解 代码提取 循环分析 LLVM
在线阅读 下载PDF
ModiΡed pseudo-noise code regeneration method
12
作者 Xiaojun Jin Zhonghe Jin Chaojie Zhang Jianwen Jiang Yangming Zheng 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2010年第3期370-374,共5页
A modiΡed pseudo-noise(PN) code regeneration method is proposed to improve the clock tracking accuracy without impairing the code acquisition time performance.Thus,the method can meet the requirement of high accura... A modiΡed pseudo-noise(PN) code regeneration method is proposed to improve the clock tracking accuracy without impairing the code acquisition time performance.Thus,the method can meet the requirement of high accuracy ranging measurements in short time periods demanded by radio-science missions.The tracking error variance is derived by linear analysis.For some existing PN codes,which can be acquired rapidly,the tracking error variance performance of the proposed method is about 2.6 dB better than that of the JPL scheme(originally proposed by Jet Propulsion Laboratory),and about 1.5 dB better than that of the traditional double loop scheme. 展开更多
关键词 regenerative pseudo-noise (PN) ranging chip tracking loop tracking error variance code acquisition time.
在线阅读 下载PDF
c-Myc调控lncRNA KCTD13-DT对口腔鳞癌的影响
13
作者 李文丽 朱友明 何家才 《安徽医科大学学报》 CAS 北大核心 2024年第10期1759-1768,共10页
目的探讨长链非编码RNA(lncRNAs)lncRNA KCTD13-DT在口腔鳞癌(OSCC)中的作用机制及与转录因子c-Myc的潜在相互作用,为OSCC患者提供新的治疗靶点和途径。方法用qRT-PCR检测OSCC及癌旁组织中lncRNA KCTD13-DT的表达。检测敲低和过表达人... 目的探讨长链非编码RNA(lncRNAs)lncRNA KCTD13-DT在口腔鳞癌(OSCC)中的作用机制及与转录因子c-Myc的潜在相互作用,为OSCC患者提供新的治疗靶点和途径。方法用qRT-PCR检测OSCC及癌旁组织中lncRNA KCTD13-DT的表达。检测敲低和过表达人舌鳞癌细胞HN6、CAL27中c-Myc后lncRNA KCTD13-DT的表达。采用荧光原位杂交实验(FISH)检测lncRNA KCTD13-DT在细胞内的定位。采用双荧光素酶报告基因分析c-Myc与lncRNA KCTD13-DT启动子区域的靶向结合作用。通过慢病毒感染的方式在人OSCC细胞系HN6、CAL27中构建lncRNA KCTD13-DT敲低和过表达的稳转细胞系,通过qRT-PCR检测lncRNA KCTD13-DT的敲低和过表达效率;采用生长曲线实验、CCK-8法、克隆形成实验检测细胞增殖变化,采用划痕实验和Transwell检测细胞迁移情况。结果lncRNA KCTD13-DT在OSCC组织和OSCC细胞系(HN6、CAL27)中表达水平均降低,Western blot验证在HN6、CAL27中敲低和过表达c-Myc的效果,实验表明过表达c-Myc显著下调lncRNA KCTD13-DT水平,敲低c-Myc明显上调lncRNA KCTD13-DT水平。双荧光素酶报告基因显示c-Myc可靶向调控lncRNA KCTD13-DT,c-Myc可以参与调节并且抑制lncRNA KCTD13-DT的转录活性。FISH显示lncRNA KCTD13-DT主要存在于细胞核中。生长曲线实验、CCK-8法、细胞划痕实验、Transwell、克隆形成等实验显示,敲低lncRNA KCTD13-DT促进OSCC细胞的生长增殖,过表达lncRNA KCTD13-DT明显抑制OSCC细胞增殖与迁移能力。结论LncRNA KCTD13-DT受c-Myc负性调控,敲低lncRNA KCTD13-DT会促进细胞增殖与迁移,反之则抑制细胞增殖与迁移。 展开更多
关键词 长链非编码RNA c-MYc 口腔鳞癌 细胞增殖 细胞迁移
在线阅读 下载PDF
c-Myc通过lnc-TBL1XR1-5影响口腔鳞状细胞癌的发生发展
14
作者 符妙婷 朱友明 《安徽医科大学学报》 CAS 北大核心 2024年第9期1564-1572,1582,共10页
目的研究c-Myc调节的长链非编码RNA TBL1XR1-5(lnc-TBL1XR1-5)对口腔鳞状细胞癌(OSCC)进展的影响。方法根据c-Myc的表达对TCGA数据库中头颈部鳞状细胞癌(HNSCC)样本进行生物信息学分析,筛选出c-Myc表达密切相关的lnc-TBL1XR1-5。实时定... 目的研究c-Myc调节的长链非编码RNA TBL1XR1-5(lnc-TBL1XR1-5)对口腔鳞状细胞癌(OSCC)进展的影响。方法根据c-Myc的表达对TCGA数据库中头颈部鳞状细胞癌(HNSCC)样本进行生物信息学分析,筛选出c-Myc表达密切相关的lnc-TBL1XR1-5。实时定量聚合酶链式反应(qRT-PCR)检测c-Myc和lnc-TBL1XR1-5在OSCC癌组织和癌旁组织中的表达关系,分析其在HOK、HN6、CAL27细胞系中表达差异,c-Myc过表达和敲低对lnc-TBL1XR1-5的影响。双荧光素酶报告基因测定用于验证c-Myc与lnc-TBL1XR1-5启动子区的结合。RNA荧光原位杂交(RNA FISH)用于确定lnc-TBL1XR1-5在OSCC细胞系中的定位。通过qRT-PCR、细胞计数、CCK-8、集落形成等实验观察lnc-TBL1XR1-5的过表达或敲低对OSCC细胞增殖的影响,并通过划痕实验、Transwell实验等观察lnc-TBL1XR1-5的过表达或敲低对OSCC细胞迁移的影响,最后通过观察培养基颜色和pH变化观察lnc-TBL1XR1-5的过表达或敲低对OSCC细胞代谢的影响。结果c-Myc对lnc-TBL1XR1-5在OSCC细胞系和组织中的表达具有正调控作用。通过双荧光素酶报告基因测定验证了c-Myc与lnc-TBL1XR1-5启动子区的结合。RNA FISH显示lnc-TBL1XR1-5定位于OSCC细胞的细胞核。lnc-TBL1XR1-5的过表达促进了OSCC细胞系的迁移、代谢和增殖,而敲低则具有相反的作用。结论c-Myc在OSCC中正向调节lnc-TBL1XR1-5,lnc-TBL1XR1-5促进OSCC的迁移、增殖和代谢。 展开更多
关键词 长链非编码RNA c-MYc 口腔鳞状细胞癌 lnc-TBL1XR1-5 细胞增殖 细胞迁移
在线阅读 下载PDF
伪码调相-线性调频的低轨导航信号波形及捕获性能 被引量:1
15
作者 林红磊 耿敏嫣 +3 位作者 付栋 欧钢 肖伟 马明 《电子与信息学报》 北大核心 2025年第1期211-222,共12页
低轨导航星座卫星数量多,信号多普勒频偏大,接收机冷启动搜索空间巨大,捕获速度慢,该文提出一种伪码调相-线性调频(CSK-LFM)的导航信号波形,线性调频提高信号的多普勒容限,不同伪码相位实现不同卫星的多址播发,可以极大压缩卫星号、时... 低轨导航星座卫星数量多,信号多普勒频偏大,接收机冷启动搜索空间巨大,捕获速度慢,该文提出一种伪码调相-线性调频(CSK-LFM)的导航信号波形,线性调频提高信号的多普勒容限,不同伪码相位实现不同卫星的多址播发,可以极大压缩卫星号、时延、多普勒3维搜索空间,加快了捕获信号捕获速度。仿真和实验结果表明,当信号强度为40 dBHz时,采用CSK-LFM调制的导航信号,其捕获性能比同等条件下的传统直接扩频序列(DSSS)调制的导航信号高1 dB左右,且信号搜索空间可降低为直接扩频序列调制的1/10。 展开更多
关键词 低轨导航信号 线性调频 cSK调制 信号捕获
在线阅读 下载PDF
基于Walsh变换的GPS C/A码快速捕获算法 被引量:5
16
作者 李仰志 程剑 +2 位作者 吕晶 李广侠 李志强 《电子学报》 EI CAS CSCD 北大核心 2011年第6期1384-1388,共5页
根据m序列的相移组合多项式,给出Walsh序列与m序列行对应关系的计算方法.利用Walsh序列与Gold序列的映射关系,提出利用移位相加电路减小矩阵运算量的方法,解决Gold序列的快速相关运算问题.采用连续帧相关的方法,消除导航信号符号跳变对... 根据m序列的相移组合多项式,给出Walsh序列与m序列行对应关系的计算方法.利用Walsh序列与Gold序列的映射关系,提出利用移位相加电路减小矩阵运算量的方法,解决Gold序列的快速相关运算问题.采用连续帧相关的方法,消除导航信号符号跳变对相关运算的影响,同时,针对GPS卫星码字的特点,提出了一种多星捕获方法,利用第一颗卫星的捕获运算结果,减小后续卫星捕获的计算量. 展开更多
关键词 捕获 快速Walsh变换 GPSc/a
在线阅读 下载PDF
电子干扰下GPS接收机C/A码捕获性能的研究 被引量:5
17
作者 袁俊 韩力 《北京理工大学学报》 EI CAS CSCD 北大核心 2002年第5期626-629,共4页
研究电子干扰对卫星定位系统 (GPS)接收机 C/ A码捕获性能的影响 .分析了 C/ A码平均捕获时间和捕获时间方差 ,并且进行了基于连续波、宽带及部分频带 3种干扰模式的模拟分析 .分析结果表明 ,若针对 GPS接收机的干扰功率超过一定强度后 ... 研究电子干扰对卫星定位系统 (GPS)接收机 C/ A码捕获性能的影响 .分析了 C/ A码平均捕获时间和捕获时间方差 ,并且进行了基于连续波、宽带及部分频带 3种干扰模式的模拟分析 .分析结果表明 ,若针对 GPS接收机的干扰功率超过一定强度后 ,平均捕获时间和捕获时间方差指标将急剧恶化 .在相同的 GPS接收机中频输出信干比下 ,连续波干扰较宽带干扰效果更加明显 . 展开更多
关键词 电子干扰 GPS接收机 c/a 捕获性能 卫星定位系统 平均捕获时间 捕获时间方差 干扰模式
在线阅读 下载PDF
VC与MATLAB混合编程之DLL实现方法 被引量:32
18
作者 肖永韧 解习农 刘晓峰 《计算机工程与应用》 CSCD 北大核心 2001年第13期174-176,共3页
文章首先论述了VC和 MATLAB各自的优缺点,然后提出了 VC与 MATLAB混合编程的几种方法,并详细阐述。了如何通过动态链接库(DLL)实现二者的结合。重点突出了如何在 MATLAB生成动态链接库封装开发好的算法,... 文章首先论述了VC和 MATLAB各自的优缺点,然后提出了 VC与 MATLAB混合编程的几种方法,并详细阐述。了如何通过动态链接库(DLL)实现二者的结合。重点突出了如何在 MATLAB生成动态链接库封装开发好的算法,以及如何在VC的集成开发环境中调用DLL。该方法充分发挥了VC与MATLAB的优势,为科学研究和工程技术提供了更强的技术支持。 展开更多
关键词 混合编程 Vc MATLAB DLL 动态链接库
在线阅读 下载PDF
GPS软件接收机中C/A码信号捕获的圆周相关算法 被引量:6
19
作者 关止 赵凯 宋冬生 《吉林大学学报(理学版)》 CAS CSCD 北大核心 2006年第2期229-232,共4页
采用圆周相关算法实现全球卫星定位系统(GPS)C/A码信号的捕获.该算法用快速傅立叶变换将输入数据和本地产生的数据变换到频率域,在频率域进行二者的圆周相关处理,对相关结果反变换并找到其最大绝对值,将该值与预先设定的门限值比较,如... 采用圆周相关算法实现全球卫星定位系统(GPS)C/A码信号的捕获.该算法用快速傅立叶变换将输入数据和本地产生的数据变换到频率域,在频率域进行二者的圆周相关处理,对相关结果反变换并找到其最大绝对值,将该值与预先设定的门限值比较,如果大于门限值,则信号捕获成功.圆周相关算法可实现快速获取GPS C/A码信号,且灵敏度较高. 展开更多
关键词 c/a码信号捕获 快速傅立叶变换 圆周卷积
在线阅读 下载PDF
C源代码静态安全检查技术 被引量:9
20
作者 刘海燕 杨洪路 王崛 《计算机工程》 CAS CSCD 北大核心 2004年第2期28-30,共3页
对源代码进行安全检查就是在程序运行之前通过分析源程序发现潜在的安全缺陷。该文分析了C语言源程序中可能发现的安全问题,介绍了目前静态代码安全检查的技术和方法以及面临的困难,最后,给出了一些提高程序安全性的建议。
关键词 安全审查 安全缺陷 c源代码 静态代码分析
在线阅读 下载PDF
上一页 1 2 25 下一页 到第
使用帮助 返回顶部