-
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
-
prim-kruskal
matlab实现的prim算法和kruskal算法(prim and kruskal made by matlab
)
- 2009-07-02 17:29:56下载
- 积分:1
-
pso
pso算法的简单程序,全面的实现了算法的简单快捷性。解决寻找最优问题。(the pso algorithm simple program, comprehensive implementation of the algorithm is simple and quick. The search for optimal problem.)
- 2013-04-16 09:23:05下载
- 积分:1
-
audio
MATLAB based audio processing Project to process the given input audio and voice signals.
- 2012-01-15 20:07:22下载
- 积分:1
-
MATERIAL-DMSPSO
source codes for bayes classifier
- 2012-04-03 03:58:06下载
- 积分:1
-
MATLAB_SIMULINK
MATLAB_SIMULINK MATLAB_SIMULINK 编程方法,优秀的入门资料。(MATLAB_SIMULINK MATLAB_SIMULINK programming methods, excellent introductory information.)
- 2013-07-25 12:58:57下载
- 积分:1
-
AutomaticLicensePlateRecognition
An English document about Automatic Plate recognition system.
- 2010-05-18 19:47:40下载
- 积分:1
-
DecisionTreeYSD
决策树的Matlab实现,实现了分类问题和回归问题,有很好的调试结果(Matlab implementation of decision trees)
- 2013-10-09 21:21:57下载
- 积分:1
-
3
说明: 求三角对角方程组Tx=f的解,其中T=[1 1 0 0 0,1 2 1 0 0,1 1 3 1 0,0 0 1 4 1, 0 0 0 1 5],x
=[x1,x2,x3,...x5],f=[3,8,15,24,29](Diagonal triangle demand equations Tx = f the solution, in which T = [1 1 0 0 0,1 2 1 0 0,1 1 3 1 0,0 0 1 4 1, 0 0 0 1 5], x = [ x1, x2, x3, ... x5], f = [3,8,15,24,29])
- 2010-08-26 21:09:57下载
- 积分:1
-
sectionspline
用于二维平面的闭合曲线三次插值,通过给定的几个坐标点,完成闭合曲线的三次插值函数(Closed curve cubic interpolation for two-dimensional plane, through a given number of coordinate points, complete the closed curve cubic interpolation function)
- 2013-11-26 13:04:06下载
- 积分:1