搜索资源列表
U_PCM
- 格式 [sqnr,a_quan,code]=u_pcm(a,n) 输入样值序列a 、量化电平数目n, 程序计算量化间隔、进行均匀量化、进行编码、计算量化信噪比, 返回量化信噪比squn、编码前的量化序列a_quan、编码后的码序列code。
MAZI
- 设定a为N(0,1)的500个随机数和量化级数n=64, 调用u_pcm.m, 分别输出sqnr、a(1:5)、a_quan(1:5)、code(1:5,:)。
tx
- 产生一个幅度为1和频率为1的正弦信号,用均匀pcm方法分别用8电平和16电平进行量化,在同一坐标轴上画出原信号和以量化信号,比较这两种情况下的sqnr.
U_PCM
- 格式 [sqnr,a_quan,code]=u_pcm(a,n) 输入样值序列a 、量化电平数目n, 程序计算量化间隔、进行均匀量化、进行编码、计算量化信噪比, 返回量化信噪比squn、编码前的量化序列a_quan、编码后的码序列code。 -Format [sqnr, a_quan, code] = u_pcm (a, n) input sample value sequence a, the number of quanti
MAZI
- 设定a为N(0,1)的500个随机数和量化级数n=64, 调用u_pcm.m, 分别输出sqnr、a(1:5)、a_quan(1:5)、code(1:5,:)。 -Set a for the N (0,1) of 500 random numbers and quantify the series n = 64, call u_pcm.m, respectively output sqnr, a (1:5), a_quan (1:5
tx
- 产生一个幅度为1和频率为1的正弦信号,用均匀pcm方法分别用8电平和16电平进行量化,在同一坐标轴上画出原信号和以量化信号,比较这两种情况下的sqnr.-Produce a range of 1 and a frequency of one of the sinusoidal signal with a uniform method pcm level and 8 were 16 to quantify the level in the
MATLAB
- 产生长度为1000的标准正太分布的随机信号,画出时域波形及频谱; 采用u=255的非均匀PCM编码,每符号为8bit,画输入-输出关系图; 计算信号量化噪声比(SQNR); 信道误码率为10-3; 解码,并画出u律反变换后的信号时域波形及频谱。 扩展要求: 采用均匀PCM、量化级数可变、信道误码率可变。
pcm
- 一。产生长度为500的零均值,单位方差的高斯随机变量序列,用均匀pcm的方法用16电平进行量化:1)求所得的SQNR,该序列的前5个值,相应的量化值和相应的码字。2)画出量化误差(定义为输入值和量化值之间的差),同时 画出量化值作为输入值的函数的图。3)用128量化电平数重做2)题, 比较结果。 二。产生一个长度为500,按N(O,1)分布的随机变量序列,分别用16,128量化电平数和u=255的u律非线性进行量化,画出每种情况下量
PCM
- 1、用Matlab绘制带通信号图形 2、用Matlab对模拟信源进行均匀量化 3、用Matlab编制一个函数实现均匀PCM量化编码,并计算量化噪声比(SQNR) 4、用Matlab对不同的量化级数计算出相应的量化噪声比-1, drawn using Matlab graphics bandpass 2, the simulation using Matlab source for uniform quantizatio
DSP_Lab_070
- For a file(.wave) • Find the sampling frequency and the number of bits per sample. • Re-quantize the samples using the following methods: o Linear Quantization o A-Law Companding with A=87.6 o μ-Law C
tongxinyuanli
- 通信原理课程设计,对信号进行量化编码,计算SQNR信号量化噪声比,信号功率,量化噪声功率信号量化噪声比-Communication theory curriculum design, signal quantization coding to calculate the SQNR signal quantization noise ratio, signal power, the quantization noise power sig
U_PCM_matlab
- 产生一个正弦信号,用均匀PCM方法分别用8电平和16电平做量化,在同一坐标轴画出原信号和已量化信号,比较两种情况下的SQNR-the matlab source code of U_pcm
MATLAB
- over sampling,quantization error SQNR
DSToolbox
- sqnr signal to quantization error ratio
rrrrr
- SQNR的数字信号系统的全仿真,在matlab下可以直接运行。-The simulation of digital signal system of SQNR, can be run directly under matlab.
SQNR_with_quantization_clipping
- SQNR with quantization clipping to obtain SQNR and Clipping levels
SQNR
- 计算OFDM的信号与量化噪声比,程序完整,可以直接运行-OFDM signal to quantization noise ratio calculation, program integrity, and can be run directly
PCM
- Implementation and Signal to Quantize noise ratio (SQNR) in Pulse code modulation using Matlab. Also compared A-law, u-law, companding.-Implementation and Signal to Quantize noise ratio (SQNR) in Pulse code modulation us