登录
首页 » matlab » matlab

matlab

于 2008-12-15 发布 文件大小:611KB
0 195
下载积分: 1 下载次数: 134

代码说明:

  通信系统仿真原理与无线应用书中matlab源程序(Communication System Simulation Principle and wireless applications matlab source book)

文件列表:

书中matlab源程序
................\Chapter_10.zip
................\Chapter_12.zip
................\Chapter_13.zip
................\Chapter_14.zip
................\Chapter_15.zip
................\Chapter_16.zip
................\Chapter_17.zip
................\Chapter_18.zip
................\Chapter_3
................\.........\c3_lininterp.m
................\.........\c3_mparameters.m
................\.........\c3_sna.m
................\.........\c3_upsamp.m
................\.........\c3_upsampex.m
................\Chapter_4
................\.........\c4_qamdemo.m
................\.........\mary.m
................\.........\qam.m
................\Chapter_5
................\.........\c5_ellipexam.m
................\.........\c5_FilterData.m
................\.........\c5_filterex1.m
................\.........\c5_Filter_AMP_Delay.m
................\.........\c5_firbutter.m
................\.........\c5_FIRdesign.m
................\.........\c5_FIRFilterExample.m
................\.........\c5_pmc.m
................\.........\c5_rcosdemo.m
................\.........\c5_sqrcdemo.m
................\.........\c5_threefilters.m
................\.........\c5_yw.m
................\.........\log_psd.m
................\.........\rcos.m
................\.........\shift_ifft.m
................\.........\sqrc.m
................\Chapter_6
................\.........\c6_nltvde.m
................\.........\c6_PLLpost.m
................\.........\c6_PLLpre.m
................\.........\c6_PLLsim.m
................\.........\pplane.M
................\.........\ppplot.M
................\Chapter_7
................\.........\Chapter_7
................\.........\.........\c7_boxmul.m
................\.........\.........\c7_durbin.m
................\.........\.........\c7_example2.m
................\.........\.........\c7_flicker.m
................\.........\.........\c7_flicker111111111.m
................\.........\.........\c7_Jakes.m
................\.........\.........\c7_LCDemo1.m
................\.........\.........\c7_LCDemo2.m
................\.........\.........\c7_LCGperiod.m
................\.........\.........\c7_PNdemo.m
................\.........\.........\c7_polar.m
................\.........\.........\c7_rejex1.m
................\.........\.........\c7_sinewave.m
................\.........\.........\c7_uni2exp.m
................\.........\.........\c7_uni2ray.m
................\.........\.........\Jakes_filter.m
................\.........\.........\linear_fft.m
................\.........\.........\log_psd.m
................\.........\.........\random_binary.m
................\.........\.........\Untitled7.m
................\.........\.........\作业.m
................\Chapter_8
................\.........\Chapter_8
................\.........\.........\c8_cerdemo.m
................\.........\.........\c8_convcode.m
................\.........\.........\c8_hist.m
................\.........\.........\c8_pi4demo.m
................\.........\.........\c8_PSDexample.m
................\.........\.........\C8_README.rtf
................\.........\.........\c8_snrexample.m
................\.........\.........\c8_welchp.m
................\.........\.........\cer2ber.m
................\.........\.........\dqeye.M
................\.........\.........\dqplot.M
................\.........\.........\nkchoose.m
................\.........\.........\q.m
................\.........\.........\sigcon.M
................\.........\.........\SNRMSE.M
................\Chapter_9.zip
................\MATLAB.zip
................\Matlab_intro.pdf

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

发表评论

0 个回复

  • FTCS_implicit
    Advanced Numerical Methods FTCS implicit
    2011-11-05 16:38:47下载
    积分:1
  • lagandlead
    matlab code for lag/lead compensater of dc motor
    2012-09-15 17:35:19下载
    积分:1
  • renyizhenliechangguiboshuxingcheng
    任意方向的波束图,常规的延时求和方法。包括线列阵,圆阵,矩形阵(The arbitrary direction of the beam pattern, a conventional delay summation method. Including linear array, circular array, rectangular array)
    2012-09-19 16:42:55下载
    积分:1
  • LinkPredictionMatlab
    链路预测程序,主程序,包含31个链路预测的函数代码(link prediction)
    2016-04-22 08:21:01下载
    积分:1
  • chap_10
    很好的matlab学习资料,由浅到深的解析,附带源码(Matlab good learning materials, from shallow to deep analysis, with source code)
    2011-05-02 13:11:32下载
    积分:1
  • xiaobo-quzao
    采用小波分析方法对一维信号进行噪声滤除,比较经典(wavelet de-noise)
    2015-03-03 19:24:31下载
    积分:1
  • iminertia
    Face moment computation for ellipse fitting
    2009-03-16 22:46:44下载
    积分:1
  • 利用matlab对暂态信号进行短时能量分析
    利用matlab对暂态信号进行短时能量分析,频谱分析,以及短时傅里叶变换。(Use of matlab for short-term energy of the transient signal analysis, spectrum analysis, and short time Fourier transform.)
    2011-08-30 11:09:39下载
    积分:1
  • QRDCMP
    用镜像矩阵求出矩阵的QR分解(正交三角分解),并求解线性方程组,该方法不必选主元,但其计算过程非常稳定。也可用于求矩阵的广义逆和求解线性最小二乘问题。子过程QRDCMP用镜像矩阵求m*n矩阵A的QR分解,A=Q^TR,其中Q是m*m正交矩阵,R为m*n上三角矩阵;子过程QRBKSB用矩阵的QR分解求解线性方程组Ax=b,其中A为n阶非奇异方阵。(Matrix obtained with the mirror matrix QR decomposition (orthogonal triangular decomposition), and solving linear equations, the method does not have to choose the main element, but its calculation process is very stable. Can also be used to find the generalized inverse matrix and solving linear least squares problems. Sub-process of the mirror matrix QRDCMP m* n matrix A QR decomposition, A = Q ^ TR, wherein Q is a m* m orthogonal matrix, R is m* n upper triangular matrix subprocess QRBKSB a QR decomposition to solve the matrix linear equations Ax = b, where A is non-singular square matrix of order n.)
    2013-09-27 11:05:18下载
    积分:1
  • nezamabadi-pour2006
    Edge detection using ant algorithms
    2014-12-04 20:17:20下载
    积分:1
  • 696518资源总数
  • 106016会员总数
  • 2今日下载