期刊文献+
共找到26,988篇文章
< 1 2 250 >
每页显示 20 50 100
Efficient unequal error protection for online fountain codes 被引量:1
1
作者 SHI Pengcheng WANG Zhenyong +1 位作者 LI Dezhi LYU Haibo 《Journal of Systems Engineering and Electronics》 SCIE CSCD 2024年第2期286-293,共8页
In this paper,an efficient unequal error protection(UEP)scheme for online fountain codes is proposed.In the buildup phase,the traversing-selection strategy is proposed to select the most important symbols(MIS).Then,in... In this paper,an efficient unequal error protection(UEP)scheme for online fountain codes is proposed.In the buildup phase,the traversing-selection strategy is proposed to select the most important symbols(MIS).Then,in the completion phase,the weighted-selection strategy is applied to provide low overhead.The performance of the proposed scheme is analyzed and compared with the existing UEP online fountain scheme.Simulation results show that in terms of MIS and the least important symbols(LIS),when the bit error ratio is 10-4,the proposed scheme can achieve 85%and 31.58%overhead reduction,respectively. 展开更多
关键词 online fountain code random graph unequal error protection(UEP) rateless code
在线阅读 下载PDF
CodeScore-R:用于评估代码合成功能准确性的自动化鲁棒指标
2
作者 杨光 周宇 +1 位作者 陈翔 张翔宇 《计算机研究与发展》 EI CSCD 北大核心 2024年第2期291-306,共16页
评估指标在代码合成领域中至关重要.常用的代码评估指标可以分为3种类型:基于匹配、基于语义和基于执行.其中,基于执行的Pass@k指标通过执行测试用例,能够准确判断预测代码的功能准确性.然而,该指标的计算需要大量开销,因此亟需设计一... 评估指标在代码合成领域中至关重要.常用的代码评估指标可以分为3种类型:基于匹配、基于语义和基于执行.其中,基于执行的Pass@k指标通过执行测试用例,能够准确判断预测代码的功能准确性.然而,该指标的计算需要大量开销,因此亟需设计一种自动化评估指标,在无需测试用例时仍可评估预测代码的功能准确性.此外,好的评估指标应当具有鲁棒性,即预测代码发生微小改变时,评估指标仍能保持其准确性.为此,提出了一种基于UniXcoder和对比学习的自动化鲁棒指标CodeScore-R,用于评估代码合成的功能准确性. CodeScore-R采用草图化处理、语法等价转换和变异测试等技术手段,有效减轻了标识符、语法结构和运算符对评估结果的干扰.实验结果表明,在Java和Python语言上的代码生成和迁移任务中,CodeScore-R的表现优于其他无需测试用例的评估指标,且更接近Pass@k指标,并具有更强的鲁棒性. 展开更多
关键词 代码合成评估指标 功能准确性 鲁棒性 代码合成 神经网络
在线阅读 下载PDF
基于C^(3)连续PH曲线的五轴主从同步方法
3
作者 吴卓 张爱军 +1 位作者 魏旭东 郭源 《组合机床与自动化加工技术》 北大核心 2025年第6期159-164,171,共7页
针对五轴连续短线段加工过程中存在的机床各轴跃度不连续问题,提出了一种基于C^(3)连续PH曲线的五轴主从同步方法。首先,将工件坐标系下刀尖点的运动视作主运动,两条旋转轴的运动视作从运动,使用PH曲线对主运动的线性路径进行光顺;然后... 针对五轴连续短线段加工过程中存在的机床各轴跃度不连续问题,提出了一种基于C^(3)连续PH曲线的五轴主从同步方法。首先,将工件坐标系下刀尖点的运动视作主运动,两条旋转轴的运动视作从运动,使用PH曲线对主运动的线性路径进行光顺;然后,对主从运动的行程进行模块划分,进而对二者不同模块的行程进行归一化处理,最后创建主从协同空间,在相应模块执行对应的主从同步策略,实现五轴主从同步。实验结果表明,所提方法可以将各轴跃度限制在约束范围内,显著降低其波动,相比于G^(2)连续的参数同步和主从同步方法,加工效率分别提升10.16%和23.53%,有利于实现短线段高速高精加工。 展开更多
关键词 五轴机床 C^(3)连续 主从同步 主从协同空间
在线阅读 下载PDF
Figma2Code:面向Figma设计稿的自动代码生成方法
4
作者 朱琳 封颖超杰 +8 位作者 朱航 王斯加 朱闽峰 喻晨昊 张钰荟 许达兴 赵德明 冯玉君 陈为 《计算机辅助设计与图形学学报》 北大核心 2025年第2期321-329,共9页
设计类创作工具已被广泛用于提高用户界面的设计效率,然而,根据设计稿开发代码是一件耗时费力的工作.针对现有的设计稿自动转代码的方案面临的代码可用性和复现结果准确性等问题,基于Figma设计工具提出一种自动代码生成方法——Figma2Co... 设计类创作工具已被广泛用于提高用户界面的设计效率,然而,根据设计稿开发代码是一件耗时费力的工作.针对现有的设计稿自动转代码的方案面临的代码可用性和复现结果准确性等问题,基于Figma设计工具提出一种自动代码生成方法——Figma2Code.首先,通过节点和图层优化提高设计稿元数据质量;其次,采用元数据标注信息的语义理解和图像识别技术识别组件;然后构建一套通用型的中间态数据结构,表示优化后的元数据和识别后的组件属性,以支持多种代码语言的生成;最后,基于模板生成可用代码,并通过函数抽取和元素循环输出提高代码可用性.采用生成代码的复现样式准确度量化评估和基于专家经验的代码可用性定性评估,证明了所提方法的有效性. 展开更多
关键词 设计稿转代码 逆向工程 用户界面 深度学习
在线阅读 下载PDF
Blind recognition of polar code parameters based on log-likelihood ratio
5
作者 ZHONG Zhaogen XIE Cunxiang JIN Kun 《Journal of Systems Engineering and Electronics》 2025年第3期642-658,共17页
The syndrome a posteriori probability of the log-likelihood ratio of intercepted codewords is used to develop an algorithm that recognizes the polar code length and generator matrix of the underlying polar code.Based ... The syndrome a posteriori probability of the log-likelihood ratio of intercepted codewords is used to develop an algorithm that recognizes the polar code length and generator matrix of the underlying polar code.Based on the encoding structure,three theorems are proved,two related to the relationship between the length and rate of the polar code,and one related to the relationship between frozen-bit positions,information-bit positions,and codewords.With these three theorems,polar codes can be quickly reconstruced.In addition,to detect the dual vectors of codewords,the statistical characteristics of the log-likelihood ratio are analyzed,and then the information-and frozen-bit positions are distinguished based on the minimumerror decision criterion.The bit rate is obtained.The correctness of the theorems and effectiveness of the proposed algorithm are validated through simulations.The proposed algorithm exhibits robustness to noise and a reasonable computational complexity. 展开更多
关键词 code length frozen-bit position information-bit position log-likelihood ratio polar code
在线阅读 下载PDF
A methodology to simulate interior and intermediate ballistics with dynamic mesh technique and lumped parameter code
6
作者 G.Guermonprez T.Gaillard +2 位作者 J.Dupays J.Anthoine R.Demarthon 《Defence Technology(防务技术)》 2025年第7期447-464,共18页
The aim of this paper is to simulate and study the early moments of the reactive ballistics of a large caliber projectile fired from a gun,combining 0D and 2D axisymmetric Computational Fluid Dynamics(CFD)approaches.F... The aim of this paper is to simulate and study the early moments of the reactive ballistics of a large caliber projectile fired from a gun,combining 0D and 2D axisymmetric Computational Fluid Dynamics(CFD)approaches.First,the methodology is introduced with the development of an interior ballistics(IB)lumped parameter code(LPC),integrating an original image processing method for calculating the specific regression of propellant grains that compose the gun propellant.The ONERA CFD code CEDRE,equipped with a Dynamic Mesh Technique(DMT),is then used in conjunction with the developed LPC to build a dedicated methodology to calculate IB.First results obtained on the AGARD gun and 40 mm gun test cases are in a good agreement with the existing literature.CEDRE is also used to calculate inter-mediate ballistics(first milliseconds of free flight of the projectile)with a multispecies and reactive approach either starting from the gun muzzle plane or directly following IB.In the latter case,an inverse problem involving a Latin hypercube sampling method is used to find a gun propellant configuration that allows the projectile to reach a given exit velocity and base pressure when IB ends.The methodology developed in this work makes it possible to study the flame front of the intermediate flash and depressurization that occurs in a base bleed(BB)channel at the gun muzzle.Average pressure variations in the BB channel during depressurization are in good agreement with literature. 展开更多
关键词 Intermediate ballistics Interior ballistics(IB) Lumped parameter code(LPC) Form function Dynamic mesh
在线阅读 下载PDF
C^(3)N_(5)/NH_(2)-MIL-125(Ti)改性混凝土砂浆光催化和力学性能研究
7
作者 刘光明 《无机盐工业》 北大核心 2025年第1期120-128,共9页
为了解决有机染料和汽车尾气NO_(x)对环境造成的污染,通过溶剂热法制备了C^(3)N_(5)/NH_(2)-MIL-125(Ti)复合光催化材料。通过X射线衍射(XRD)、扫描电镜(SEM)、透射电镜(TEM)、X射线光电子能谱(XPS)、紫外可见漫反射光谱(UV-visDRS)、... 为了解决有机染料和汽车尾气NO_(x)对环境造成的污染,通过溶剂热法制备了C^(3)N_(5)/NH_(2)-MIL-125(Ti)复合光催化材料。通过X射线衍射(XRD)、扫描电镜(SEM)、透射电镜(TEM)、X射线光电子能谱(XPS)、紫外可见漫反射光谱(UV-visDRS)、稳态荧光光谱(PL)和电化学交流阻抗谱(EIS)等表征技术对复合材料的晶型形貌、元素组成、光谱吸收、光电子-空穴复合和电荷传质阻力等进行了表征。应用于染料罗丹明B(RhB)的光催化降解,通过C^(3)N_(5)/NH_(2)-MIL-125(Ti)实现对混凝土砂浆的内掺改性,应用于汽车尾气NO_(x)的光催化降解。结果表明:XPS表征证明了C3N5和NH_(2)-MIL-125(Ti)之间异质结的成功构建,实现了光电子-空穴的高效分离,光谱吸收范围拓宽,电荷传质阻力显著降低,表现出良好的光催化活性,明显优于单一的C3N5和NH_(2)-MIL-125(Ti),可见光照射60 min内RhB降解率达到了98.5%,且循环使用5次仍表现出良好的光催化活性。C^(3)N_(5)/NH_(2)-MIL-125(Ti)的少量掺杂使得普通混凝土砂浆表现出NO_(x)降解活性,且有利于砂浆混凝土抗压强度的提升。 展开更多
关键词 C^(3)N_(5) NH_(2)-MIL-125(Ti) 混凝土砂浆 光催化 NO_(x)降解 罗丹明B 力学性能
在线阅读 下载PDF
一种规则变量节点度LT Codes编码方案 被引量:6
8
作者 孙文珠 王洪玉 +2 位作者 祝开艳 王洁 唐震洲 《电子学报》 EI CAS CSCD 北大核心 2014年第10期1918-1924,共7页
LT Codes差错平台(Erasure Floor)由变量节点的最小度决定,规则变量节点度LT Codes能够最大化变量节点的最小度,从而降低LT Codes的差错平台.该文提出一种新的规则变量节点度LT Codes编码方法,该编码方法省去了现有方法中对变量节点度... LT Codes差错平台(Erasure Floor)由变量节点的最小度决定,规则变量节点度LT Codes能够最大化变量节点的最小度,从而降低LT Codes的差错平台.该文提出一种新的规则变量节点度LT Codes编码方法,该编码方法省去了现有方法中对变量节点度值查找表的排序操作,降低了现有方案的编码复杂度;通过对度分布的修正增加低度校验节点,使得规则变量节点度LT Codes解码瀑布区域(雪崩区域)提前.仿真结果表明该文方法与现有方法相比有效减少了编码时间,降低了成功解码所需的平均传输开销,加快了误符号率收敛速度. 展开更多
关键词 喷泉码 规则变量节点度LT codes 差错平台 度分布
在线阅读 下载PDF
基于SPIHT图象压缩编码的Turbo codes编码 被引量:7
9
作者 徐雯 郭立 刘昌进 《中国科学技术大学学报》 CAS CSCD 北大核心 2002年第2期202-209,共8页
针对信源与信道编码的特点 ,提出了结合SPIHT(setpartitioninginhierarchicaltrees)算法和改进的TurboCodes的信源与信道联合编码方案 .这一方案充分考虑了SPIHT算法和TurboCodes的特性 ,根据信源编码后数据在重建时的重要程度 ,进行不... 针对信源与信道编码的特点 ,提出了结合SPIHT(setpartitioninginhierarchicaltrees)算法和改进的TurboCodes的信源与信道联合编码方案 .这一方案充分考虑了SPIHT算法和TurboCodes的特性 ,根据信源编码后数据在重建时的重要程度 ,进行不同等纠错保护的信道编码 .实验表明 ,论文的方法能够使误码率与码长达到一个较好的平衡 。 展开更多
关键词 SPIHT 图象压缩编码 Turbo codes编码 TURBO码 联合编码 不同等差错保护 信源编码 信道编码 纠错编码
在线阅读 下载PDF
一种改进的Turbo codes译码方法 被引量:5
10
作者 郭立 徐雯 刘昌进 《计算机工程与应用》 CSCD 北大核心 2003年第5期108-109,113,共3页
Turbo码是一种目前研究比较多的纠错码,译码端采用了基于软判决信息输入/输出的反馈迭代结构,译码的迭代是其具有优越纠错性能的关键,也是造成其时延的问题所在,该文提出一种自适应选择迭代次数的方法,实验表明该方法能够在译码结果收... Turbo码是一种目前研究比较多的纠错码,译码端采用了基于软判决信息输入/输出的反馈迭代结构,译码的迭代是其具有优越纠错性能的关键,也是造成其时延的问题所在,该文提出一种自适应选择迭代次数的方法,实验表明该方法能够在译码结果收敛时自动停止迭代,避免大量无谓的计算,同时保证译码的准确性。 展开更多
关键词 TURBO codes译码方法 TURBO码 MAP算法 迭代译码 信息论 信道编码
在线阅读 下载PDF
.NET下基于PowerDesigner和CodeSmith的软件自动化开发技术 被引量:10
11
作者 朱晓辉 王杰华 +1 位作者 石振国 陈苏蓉 《计算机科学》 CSCD 北大核心 2010年第7期156-159,247,共5页
针对当前软件开发效率低下、难以快速适应需求变化等问题,提出一种新的软件自动化开发技术。在一定的约束条件下通过PowerDesigner完成数据库概念模型的设计和物理模型转换,在CodeSmith代码引擎的支持下,通过自定义的模板来实现软件代... 针对当前软件开发效率低下、难以快速适应需求变化等问题,提出一种新的软件自动化开发技术。在一定的约束条件下通过PowerDesigner完成数据库概念模型的设计和物理模型转换,在CodeSmith代码引擎的支持下,通过自定义的模板来实现软件代码的自动生成。有效解决了基于数据库的MIS系统的开发效率和软件质量问题。通过在实际项目中的应用表明,该技术能有效提升软件开发效率,降低开发成本。 展开更多
关键词 POWERDESIGNER codesMITH 代码模板 软件自动化开发
在线阅读 下载PDF
Make Full Use of Nonverbal Codes in Teaching ESP Students
12
作者 李淑玲 《陕西师范大学学报(哲学社会科学版)》 CSSCI 北大核心 2004年第S2期407-408,共2页
Based on Larry A. Samovar’s theory and combined with my own teaching practice, this essay mainly analyzes four nonverbal codes: body behavior, silence, seating and personal space in teaching ESP students. Meanwhile, ... Based on Larry A. Samovar’s theory and combined with my own teaching practice, this essay mainly analyzes four nonverbal codes: body behavior, silence, seating and personal space in teaching ESP students. Meanwhile, it also provides suggestions on how to make full use of them so as to direct, stimulate and encourage students in classroom activities. 展开更多
关键词 NONVERBAL codes BODY behavior English TEACHING
在线阅读 下载PDF
基于CODESYS的五轴点胶机控制系统设计 被引量:6
13
作者 徐建明 韩波 《高技术通讯》 CAS 2022年第1期13-21,共9页
针对曲面屏手机点胶的需求,使用CODESYS作为软件开发平台,采用工控机作为硬件平台设计了五轴点胶机控制系统。控制系统使用基于EtherCAT总线的一主多从控制模式,基于SM3_CNC库开发了G代码读取以及解析功能,使用DH参数法建立运动学模型... 针对曲面屏手机点胶的需求,使用CODESYS作为软件开发平台,采用工控机作为硬件平台设计了五轴点胶机控制系统。控制系统使用基于EtherCAT总线的一主多从控制模式,基于SM3_CNC库开发了G代码读取以及解析功能,使用DH参数法建立运动学模型并设计了正逆运动学功能块,基于分段3次Hermite插值和3次样条插值算法设计了PVT插补功能块,以Visualization模块为基础设计了可视化界面。以曲面屏手机模型为实验对象,以刀轴矢量始终重合于曲面法向量和点胶速度保持匀速为工艺要求,采用研制的控制系统进行曲面点胶实验,实验结果表明所设计的五轴点胶机控制系统具有工程应用价值。 展开更多
关键词 codesYS 五轴点胶机 G代码 运动学 PVT插补
在线阅读 下载PDF
Turbo Codes的抗远近效应性能分析 被引量:1
14
作者 吴灏 何翔 +1 位作者 宋文涛 罗汉文 《电讯技术》 北大核心 1998年第6期28-30,58,共4页
一种崭新的信道编码技术TurboCodes(TC)以其优越的纠错性能很快在通信领域得到实际应用。本文讨论了这一技术在CDMA系统中的应用。由于采用了这种前向差错控制(FEC)信道编码技术,使得CDMA系统具有了较好的... 一种崭新的信道编码技术TurboCodes(TC)以其优越的纠错性能很快在通信领域得到实际应用。本文讨论了这一技术在CDMA系统中的应用。由于采用了这种前向差错控制(FEC)信道编码技术,使得CDMA系统具有了较好的抗远近效应性能。 展开更多
关键词 TURBO codes FEC信道编码 远近效应 CDMA
在线阅读 下载PDF
基于Bloom过滤器改进的Growth Codes 被引量:2
15
作者 胡世文 华蓓 《计算机工程》 CAS CSCD 北大核心 2009年第11期65-67,共3页
Growth Codes是为提高灾难环境中传感器网络的持久性而设计的网络编码方案,但它完全随机的数据交换方式导致较多的传输冗余。针对此问题,通过在Growth Codes算法中引入Bloom过滤器减少冗余数据传输。仿真结果表明,改进的Growth Codes算... Growth Codes是为提高灾难环境中传感器网络的持久性而设计的网络编码方案,但它完全随机的数据交换方式导致较多的传输冗余。针对此问题,通过在Growth Codes算法中引入Bloom过滤器减少冗余数据传输。仿真结果表明,改进的Growth Codes算法在包交换数量和解码速度方面优于Growt Codes。 展开更多
关键词 无线传感器网络 网络持久性 GROWTH codes算法 BLOOM过滤器
在线阅读 下载PDF
Polar Codes多比特同时判定高输出SC算法研究
16
作者 李桂萍 支侃买 刘小航 《科学技术与工程》 北大核心 2015年第17期203-207,共5页
polar codes具有丰富的代数结构和优秀的分析特性,具有明确的编码方法和译码算法,但是其连续删除译码算法由于采用串行按位译码的方法,从而导致整体译码时间较长。利用改进的路径度量值计算方法减少了SC译码器判定的次数,从而使得整体... polar codes具有丰富的代数结构和优秀的分析特性,具有明确的编码方法和译码算法,但是其连续删除译码算法由于采用串行按位译码的方法,从而导致整体译码时间较长。利用改进的路径度量值计算方法减少了SC译码器判定的次数,从而使得整体的译码时间大大降低,提高了原SC算法测输出。实验数据表明该方法不仅拥有较低的译码时间,同时还能获得更好的性能。 展开更多
关键词 连续删除译码 低延迟 同时译码
在线阅读 下载PDF
Performance analysis and design of MIMO-OFDM system using concatenated forward error correction codes 被引量:3
17
作者 Arun Agarwal Saurabh N.Mehta 《Journal of Central South University》 SCIE EI CAS CSCD 2017年第6期1322-1343,共22页
This work investigates the performance of various forward error correction codes, by which the MIMO-OFDM system is deployed. To ensure fair investigation, the performance of four modulations, namely, binary phase shif... This work investigates the performance of various forward error correction codes, by which the MIMO-OFDM system is deployed. To ensure fair investigation, the performance of four modulations, namely, binary phase shift keying(BPSK), quadrature phase shift keying(QPSK), quadrature amplitude modulation(QAM)-16 and QAM-64 with four error correction codes(convolutional code(CC), Reed-Solomon code(RSC)+CC, low density parity check(LDPC)+CC, Turbo+CC) is studied under three channel models(additive white Guassian noise(AWGN), Rayleigh, Rician) and three different antenna configurations(2×2, 2×4, 4×4). The bit error rate(BER) and the peak signal to noise ratio(PSNR) are taken as the measures of performance. The binary data and the color image data are transmitted and the graphs are plotted for various modulations with different channels and error correction codes. Analysis on the performance measures confirm that the Turbo + CC code in 4×4 configurations exhibits better performance. 展开更多
关键词 bit ERROR rate (BER) convolutional code (CC) forward ERROR correction peak signal to noise ratio (PSNR) Turbo code
在线阅读 下载PDF
A simplified decoding algorithm for multi-CRC polar codes 被引量:7
18
作者 YANG Haifen YAN Suxin +3 位作者 ZHANG Hao REN Yan HU Xiangdong LIN Shuisheng 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2020年第1期12-18,共7页
Polar codes represent one of the major breakthroughs in 5G standard,and have been proven to be able to achieve the symmetric capacity of binary-input discrete memoryless channels using the successive cancellation list... Polar codes represent one of the major breakthroughs in 5G standard,and have been proven to be able to achieve the symmetric capacity of binary-input discrete memoryless channels using the successive cancellation list(SCL)decoding algorithm.However,the SCL algorithm suffers from a large amount of memory overhead.This paper proposes an adaptive simplified decoding algorithm for multiple cyclic redundancy check(CRC)polar codes.Simulation results show that the proposed method can reduce the decoding complexity and memory space.It can also acquire the performance gain in the low signal to noise ratio region. 展开更多
关键词 polar code successive cancellation list(SCL) cyclic redundancy check(CRC) adaptive decoding
在线阅读 下载PDF
Construction of time-frequency codes based on protograph LDPC codes in OFDM communication systems 被引量:2
19
作者 Kaiyao Wang Yang Xiao Kiseon Kim 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第3期335-341,共7页
This paper proposes a scheme to construct time- frequency codes based on protograph low density parity check (LDPC) codes in orthogonal frequency division multiplexing (OFDM) communication systems. This approach s... This paper proposes a scheme to construct time- frequency codes based on protograph low density parity check (LDPC) codes in orthogonal frequency division multiplexing (OFDM) communication systems. This approach synthesizes two techniques: protograph LDPC codes and OFDM. One symbol of encoded information by protograph LDPC codes corresponds to one sub-carrier, namely the length of encoded information equals to the number of sub-carriers. The design of good protograph LDPC codes with short lengths is given, and the proposed proto- graph LDPC codes can be of fast encoding, which can reduce the encoding complexity and simplify encoder hardware implementa- tion. The proposed approach provides a higher coding gain in the Rayleigh fading channel. The simulation results in the Rayleigh fading channel show that the bit error rate (BER) performance of the proposed time-frequency codes is as good as random LDPC- OFDM codes and is better than Tanner LDPC-OFDM codes under the condition of different fading coefficients. 展开更多
关键词 time-frequency code protograph low density parity check (LDPC) code orthogonal frequency division multiplexing (OFDM) fast encoding algorithm.
在线阅读 下载PDF
12C^(6+)辐射对菊苣根黄酮类物质及抗氧化活性的影响 被引量:1
20
作者 唐君蔚 曹天光 +4 位作者 秦垒 王慧 范云鹏 刘丽丽 耿金鹏 《核农学报》 CAS CSCD 北大核心 2024年第8期1434-1442,共9页
为探究12C^(6+)辐射对菊苣中黄酮类物质及抗氧化活性的影响,以菊苣根为试验材料,测定不同12C^(6+)辐射剂量下总黄酮含量及抗氧化活性。利用超高效液相色谱-电喷雾串联四级杆质谱仪(UPLC-ESI-MS/MS),对总黄酮含量显著增加的20、40 Gy辐... 为探究12C^(6+)辐射对菊苣中黄酮类物质及抗氧化活性的影响,以菊苣根为试验材料,测定不同12C^(6+)辐射剂量下总黄酮含量及抗氧化活性。利用超高效液相色谱-电喷雾串联四级杆质谱仪(UPLC-ESI-MS/MS),对总黄酮含量显著增加的20、40 Gy辐射组与对照组中黄酮类物质进行靶向代谢组学分析。结果表明,10~40 Gy12C^(6+)辐射均提高了菊苣根总黄酮含量,其中20、40 Gy辐射组含量提升最显著;鉴定出5类11种黄酮类代谢物,橙皮素、氯化矢车菊素-3-O-芸香糖苷是响应12C^(6+)辐射致菊苣根总黄酮含量升高的关键差异代谢物,12C^(6+)辐射影响了紫云英苷、异鼠李素-3-O-葡萄糖苷、木犀草素和橙皮素的合成。类黄酮生物合成途径(ko00941)、黄酮和黄酮醇的生物合成途径(ko00944)富集显著。20、40 Gy剂量辐射提高了菊苣根黄酮提取液的1,1-二苯基-2-三硝基苯肼(DPPH)、2,2’-联氮-双-(3-乙基苯并噻唑啉-6-磺酸)二铵盐(ABTS+)自由基清除能力及铁离子还原能力(FRAP),显著增强了其抗氧化活性。综上,20、40 Gy剂量的12C^(6+)辐射能提高菊苣根中总黄酮含量,改变菊苣根中黄酮类物质种类及含量,并增强其抗氧化活性。本研究结果为进一步研究菊苣辐射诱变育种提供了理论依据。 展开更多
关键词 菊苣 12C^(6+)辐射 UPLC-ESI-MS/MS 黄酮 代谢组学
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部