DigitalbasebandtransmissionsystemimplementationMAT
数字基带传输系统的MATLAB仿真实现
function [sampl,re_sampl]=system_1(A,F,P,D,snr,m,N)
输入变量A ,F,P分别为输入信号的幅度、频率和相位,D为量化电平数,snr
为信道信噪比,N为D/A转换时的内插点数;输出变量sampl为抽样后的输入
信号,re_sampl为恢复出的输入信号。
数字基带传输系统的MATLAB仿真实现
[sampl,quant,pcm]=a_d_1(A,F,P,D)
[changed_ami]=signal_encod_1(pcm)
[ami_after_channel]=channel_1(changed_ami,snr)
[adjudged_ami]=adjudg_1(ami_after_channel,m)
re_pcm=signal_decod_1(adjudged_ami)
[re_voltag,re_sampl,re_sampl1]=d_a_1(re_pcm,sampl,D,N)(Digital baseband transmission system implementation MATLAB simulation function [sampl, re_sampl] = system_1 (A, F, P, D, snr, m, N) input variables A, F, P, respectively, for the input signal amplitude, frequency and phase , D to quantify the number of electric-ping, snr for the channel signal to noise ratio, N to D/A converter when the interpolation points output variables for the sample after Sampl input signal, re_sampl for the restoration of the input signal. Digital baseband transmission system simulation MATLAB implementation [sampl, quant, pcm] = a_d_1 (A, F, P, D) [changed_ami] = signal_encod_1 (pcm) [ami_after_channel] = channel_1 (changed_ami, snr) [adjudged_ami] = adjudg_1 (ami_after_channel, m) re_pcm = signal_decod_1 (adjudged_ami) [re_voltag, re_sampl, re_sampl1] = d_a_1 (re_pcm, sampl, D, N))
- 2009-03-15 18:45:46下载
- 积分:1
Matlab
这是一本有关MATLAB的参考书,适合于使用MATLAB或正在打算使用MATLAB的读者。本书另辟蹊径可以借助或不借助MATLAB随带的文档资料让读者自学MATLAB。
作为编程语言和可视化工具,MATLAB具有丰富的一系列功能,可解决工程、科学计算和数学学科中许多问题。本书的基本目的是通过向读者展示如何有效地使用这些功能来帮助读者增强工作能力。由于MATLAB交互式的性质,书中内容以举例方式来描述。在读者阅读本书的同时, 这些例子可以通过运行MATLAB而再现。
(This is a reference book on MATLAB, suitable for the use of MATLAB or is intended to use MATLAB readers. Another way this book can make use of, or without the aid of MATLAB documentation that came with the reader learning MATLAB. As a programming language and visualization tools, MATLAB has a rich range of functions, solve engineering, scientific computing and mathematics disciplines, many problems. The basic purpose of this book by showing the reader how to effectively use these features to help readers enhance the ability to work. Since MATLAB interactive nature of the book by way of example to describe the content. The reader to read this book at the same time, these examples by running the MATLAB and reproduction.)
- 2010-01-02 09:44:17下载
- 积分:1