-
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
-
drawing
用matlab语言编写,实现分段函数的绘制,已经经过调试(Matlab language used to achieve sub-function mapping, has been commissioning)
- 2010-10-24 00:37:21下载
- 积分:1
-
shuxuejianmo_8
说明: (拟合)
用给定的多项式,y=x3-6x2+5x-3,产生一组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(0,1)均匀分布随机数,或用rands产生N(0,1)分布随机数),然后用xi和添加了随机干扰的yi作的3次多项式拟合,与原系数比较。
如果作2或4次多项式拟合,结果如何?
((Fitting) with a given polynomial, y = x3-6x2+5 x-3, generated a set of data (xi, yi, i = 1,2, ..., n), then add a random disturbance yi ( can be generated rand (0,1) uniformly distributed random number, or rands generated N (0,1) distribution of random numbers), and then added with xi and yi for random interference of the 3 times polynomial fitting, and the original coefficient. If 2 or 4 times for polynomial fitting, the result?)
- 2009-07-24 23:02:50下载
- 积分:1
-
ContemporaryCommunicationSystem
现代通信系统(MATLAB版)(第二版)教材中所配的所有MATLAB和SIMULINK源程序。(MATLAB and SIMULINK examples for contemporary communication systems (MATLAB version) (second edition) .)
- 2013-05-26 02:14:38下载
- 积分:1
-
timeseriesuse
本文介绍了使用MATLAB编写时间序列的方法,本文介绍了使用MATLAB编写时间序列的方法,(This article describes the preparation of time series using the MATLAB method of preparation of this article describes the use of MATLAB time series methods)
- 2010-06-04 17:10:53下载
- 积分:1
-
basic
matlab基础视频教程(原创)
基本操作及其界面介绍(matlab video tutorial basis (original) introduced the basic operation and its interface)
- 2009-04-27 09:41:09下载
- 积分:1
-
bd-zhang
此程序主要是用来做一些摄像机标定用的,通过它可以测出摄像机的内外参数(The procedure is used to do something with the camera calibration, it can detect the camera's internal and external parameters)
- 2007-01-21 21:23:30下载
- 积分:1
-
EOF
利用matlab自带的eig函数,对带非值二维场的eof分析(Using eig function in Matlab, eof for the two-dimensional field with some non-value data )
- 2012-08-20 10:20:01下载
- 积分:1
-
hurst
计算hurst 指数的 matlab 程序(Hurst index calculation matlab program)
- 2020-12-10 20:29:19下载
- 积分:1
-
Wind-Soft-Start
Wind System with Soft Starting
- 2014-12-23 08:27:27下载
- 积分:1