登录
首页 » matlab » sigma-delta-modulation

sigma-delta-modulation

于 2015-01-08 发布 文件大小:1153KB
0 90
下载积分: 1 下载次数: 29

代码说明:

  高精度、低功耗模数转换器是当今集成电路设计模拟领域的研究热点之一,采用sigma-delta调制原理和过釆样原理的模数转换器广泛使用在音频、数字网络、电子测量等系统中。此类模数转换器,为降低信号带内的量化噪声功率,而釆用噪声整形技术,为提高模数转换器的信噪比,使用过采样技术,将基带中的量化噪声调制到了高频区域,这样就增加了基带中的信噪比,也就是增加了转换器的有效量化位数,由于采用较高的过采样率,Sigma-Delta ADC的转换速率相对较低,高精度和较低转换速率的特点,使得Sigma-Delta ADC特别适用于测量。(High precision, low power analog to digital converter is in today s integrated circuit design simulation has become one of the hot research field, the principle of sigma-delta modulation and ADC sampling principle is widely used in audio, digital network, electronic measurement system. This type of analog-to-digital converter, in order to reduce the quantization noise power signal in the band, and the use of noise shaping technique, in order to improve the SNR of the analog-to-digital converter, using the oversampling technique, modulate the quantization noise in the baseband to the high frequency region, which increases in the baseband signal to noise ratio, that is to increase the effective number of quantization bits converter, due to the sampling rate is high, the Sigma-Delta ADC conversion rate is relatively low, the characteristics of high accuracy and low conversion rate, so that Sigma-Delta ADC is especially suitable for measuring)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlabapplicationexample
    里面有大量的Matlab的应用实例,可以给大家的学习带来帮助,它不仅适合初学者而且也可以提高大家的Matlab编程能力。(Which a large number of Matlab application example, can help to bring everyone to learn, not only for beginners but also can improve our ability to Matlab programming.)
    2010-08-14 12:12:19下载
    积分:1
  • QPSK
    这是一个关于QPSK的代码编程,有兴趣的读者可以关注一下!!!(QPSK)
    2010-05-08 15:46:30下载
    积分:1
  • LTE_Channel_Model
    3GPP LTE采用的信道仿真模型,目前在3GPP中的提案均采用这一种信道模型,源码是经过国外著名大学和公司联合完成的,极具珍藏价值。(3GPP LTE the channel simulation model, 3 GPP in the proposal were adopted this channel model. OSS was famous overseas universities and companies jointly complete the great commemorative value.)
    2021-04-22 18:38:48下载
    积分:1
  • matlab_networks_routines
    Matlab COdes for network route. You can use it for different kinds of graph algorithms
    2013-08-19 21:44:30下载
    积分:1
  • dsakf
    % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr) ()
    2007-06-28 16:08:04下载
    积分:1
  • quad2dg
    高斯积分法的matlab编程,目的在于求解一维,二维三维问题的数值积分。(Numerically evaluates 2D integrals using Gauss quadrature.)
    2013-09-07 11:13:35下载
    积分:1
  • SVPWM
    本文首先介绍了三电平逆变器的工作原理,以及空间电压矢量控制技术的基本原理。 其次,详细分析了传统三电平SVPWM算法,对每个主要模块都提出两种MATLAB仿真方法,归纳总结仿真技巧。(This paper firstly introduces the working principle of three-level inverter, and the basic principle of space voltage vector control technology. Second, traditional three-level SVPWM algorithm is analyzed in detail, for each main module proposed two MATLAB simulation method, sum up the simulation technique. )
    2015-02-13 10:51:30下载
    积分:1
  • matlab_simulink_udp_CSharp
    matlab/simulink搭接模型,采用UDP协议发送数据;c#控制台程序采用相同协议接收数据。(matlab/simulink build model, using UDP protocol to send data c# console application receives data using the same protocol. .)
    2020-11-10 22:29:46下载
    积分:1
  • interpolation_in_digital_modems.I.Fundamentals
    数字接收机定时符号同步经典算法著作Gardner(This is the interpolation on the classic symbols of the articles, for the realization of the receiver symbol timing synchronization, the hardware engineering staff to develop a good reference)
    2009-12-21 09:57:10下载
    积分:1
  • MIMO-OFDM-Wireless-Communications-with-MATLAB
    This is a book on MIMO OFDM wireless communication with matlab codes and results.
    2012-12-15 07:11:28下载
    积分:1
  • 696522资源总数
  • 104033会员总数
  • 52今日下载