登录
首页 » matlab » CDMAcodingandDecoding

CDMAcodingandDecoding

于 2010-01-24 发布 文件大小:1KB
0 116
下载积分: 1 下载次数: 2

代码说明:

  CDMA coding and decoding mechanism

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

发表评论

0 个回复

  • Image-registration--
    《图像配准技术及其MATLAB编程实现》一书的全部源码以及pdf电子书,对于图像处理初学者应该是非常有帮助的!(Image registration and its MATLAB programming " a book of all the source code and a pdf e-book, for image processing beginners should be very helpful!)
    2020-10-20 15:57:24下载
    积分:1
  • C_Class_Vehicle_EPS_Simulink
    以自动控制原理和汽车理论课程为理论基础,建立了汽车二自由度系统模型以及电动助力转向系统模型,并进行仿真。利用已经建好的车辆模型和转向系统模型,还可以实现与CarSim等车辆动力学软件实现联合仿真。(Based on the theory of automatic control and automobile theory, a vehicle two degree of freedom system model and an electric power steering system model are established and simulated. Using the built vehicle model and steering system model, it can also realize the joint simulation with CarSim and other vehicle dynamics software.)
    2021-01-19 10:48:43下载
    积分:1
  • mini2
    clear all clc t=0:1/1000:10-1/1000 s=sin(2*pi*t) snr=20 s_power=var(s) varience of s linear_snr=10^(snr/10) factor=sqrt(s_power/linear_snr) noise=randn(1,length(s))*factor x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù x1=noise Ô ë É ùÔ ´ Ê ä È ë x2=noise w1=0 È ¨Ï µ Ê ý ³ õ Ö µ w2=0 e=zeros(1,length(x)) y=0 u=0.05 for i=1:10000 LMSË ã ·¨ y(i)=w1*x1(i)+w2*x2(i) e(i)=x(i)-y(i) w1=w1+u*e(i)*x1(i) w2=w2+u*e(i)*x2(i) end figure(1) subplot(4,1,1)
    2010-10-26 16:41:03下载
    积分:1
  • pca
    以图形的形式显示PCA算法的过程,便于初学者理解。(The PCA algorithm is displayed in a graphical form, easy for beginners to understand.)
    2012-03-29 15:18:46下载
    积分:1
  • FDTD_3D_CPML_PW
    三维时域有限差分程序,cpml吸收边界,介质表面采用网格均分技术(Three-dimensional finite-difference time-domain algorithm, CPML absorbing boundary, sharing media surface using grid technology)
    2021-05-14 01:30:02下载
    积分:1
  • knnclassification
    非常好的学习KNN算法的,能全面掌握关于KNN算法的原理,实现等(Very good learning KNN algorithm, can fully grasp on the principle of KNN algorithm, implementation, etc )
    2013-12-11 11:17:37下载
    积分:1
  • operation_sequence
    数字信号处理序列变换的matlab实现,包含常用序列的反褶 平移 差分 尺度变换 卷积 累加 求和等内容(Digital signal processing sequence transform matlab realize, deconvolution translation difference scaling volume contains common sequence plus accumulated sums and other content)
    2015-02-02 19:11:45下载
    积分:1
  • yuyin-wavelet
    语音小波去噪方法的matlab实现 比较基础 可以看看(Voice Wavelet Denoising matlab can look at the basis for comparison)
    2012-11-27 21:01:55下载
    积分:1
  • time_delay_beamforming
    时延波束形成,在声纳、雷达等领域有广泛应用,形成空间指向性图并完成空间滤波(delay beamforming, sonar, radar and other fields have extensive application form directivity map and complete spatial filtering)
    2007-06-29 16:06:19下载
    积分:1
  • LiftingWaveTransform
    此为基于二代提升小波的阈值压缩算法源码,其中可以设置小波变换的分解层数,使用的小波名称,及各层阈值设置计算公式中的参数。并将低频系数转化为十六进制,方便在其上进一步压缩,如采用Huffman压缩等,程序思路清楚,附有完整的注释,可以使用多种小波,并且很好得体现了二代小波的思想,对于初学小波者帮助很大。(based on the second generation of this upgrade wavelet compression algorithm threshold source, which can set wavelet transform decomposition level, the use of wavelet name, threshold levels and set the formula for calculating the parameters. And low-frequency coefficients into hexadecimal facilitate its further compression, such as the Huffman compression. procedures ideas clearly, with the integrity of the Notes, you can use a variety of wavelet, and reflected very well in the second generation wavelet thinking, For beginners who wavelet of great help.)
    2007-07-01 23:43:08下载
    积分:1
  • 696518资源总数
  • 104444会员总数
  • 15今日下载