CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - matlab matrix

搜索资源列表

  1. ldpcber

    0下载:
  2. This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collecti
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7.49kb
    • 提供者:武博
  1. 换VIP帐号

    0下载:
  2. 在UNIX 系统下得到字符点阵信息嵌入式系统设计中消除内存丢失的策略matlab循环变量小技巧hard disk 1.8# device driverC程序中如何转换GB2312-in UNIX System character dot-matrix information to be embedded system design to eliminate memory loss strategy Matlab cycle variables tips # 1.8 hard disk devic
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:31.14kb
    • 提供者:钨钢
  1. cancorr.rar

    0下载:
  2. CCA的代码,将两张图片做典型相关分析,输入参数分别为:输入图像1,输入图像2,行,列,通道1,通道2,输出矩阵。,CCA' s code, two pictures to do canonical correlation analysis, input parameters are as follows: the input image 1, the input image 2, row, column, channel 1, channel 2, the output matrix.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2.29kb
    • 提供者:annie
  1. parafac

    0下载:
  2. matlab parafac仿真 多维矩阵分解的算法-matlab parafac matrix decomposition algorithm for multi-dimensional simulation
  3. 所属分类:VHDL编程

    • 发布日期:2013-05-08
    • 文件大小:95.81kb
    • 提供者:hh
  1. GLCM

    0下载:
  2. segmentation code in image processing
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:40.43kb
    • 提供者:kabish
  1. ma_CRC_files

    0下载:
  2. decoder of Hamming Use a [7,4] Hamming code. m = 3 n = 2^m-1 k = n-m parmat = hammgen(m) Produce parity-check matrix. trt = syndtable(parmat) Produce decoding table. recd = [1 0 0 1 1 1 1] Suppose this is the received vector. syndrome =
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:67.74kb
    • 提供者:le thanh tan
  1. DSP_Exp1

    0下载:
  2. 1、 学习Matlab最有效的方式是自己动手以及经常查Help。 2、 遇到不很确定的函数或者操作,最好的办法就是自己建一个测试矩阵然后试一下,不会对数据产生不好的影响,也十分直观,因为很多细节老师也不会很清楚。 3、 养成用Editer编程的好习惯,最好结构化编程,经常使用自建的函数,使得代码清晰易查错。 4、 自己给自己加注释,运行程序时可以先试着一行一行运行,看一下每一行的输出是否与预期相同等等,出错的时候自上而下慢慢查。 -1, the most effective wa
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:201.39kb
    • 提供者:hooyu
  1. tutorial-MATLAB-matrix-notation

    0下载:
  2. basic MATLAB tutorial for matrix manipulation
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:149.71kb
    • 提供者:ssssss
  1. BPSK

    1下载:
  2. 用于BPSK调制的自行设计,说明如下: 1.matlab.txt中的程序是matlab平台下的.mat格式。目的是输出一个64*4的矩阵,矩阵的每个元素都为0~255间的整数。矩阵每行的四个数是一个码元的四个抽样点的量化值。但由于当前码元通过升余弦滤波系统时,受到前后共6个码元的共同影响,所以是由6个码元共同决定。这6个码元是随机的,可能是0也可能是1(双极性时可能是-1也可能是+1),故6个码元共2^6=64种情况,所以产生的矩阵是64*4。最后逐行输出这256个数。 2.
  3. 所属分类:VHDL编程

    • 发布日期:2014-01-06
    • 文件大小:4.28kb
    • 提供者:
  1. MATLAB

    0下载:
  2. MATLAB(矩阵实验室的简称)是一种专业的计算机程序,用于工程科学的矩阵数学运 算。但在以后的几年内,它逐渐发展为一种极其灵活的计算体系,用于解决各种重要的技术 问题。MATLAB 程序执行MATLAB 语言,并提供了一个极其广泛的预定义函数库,这样 就使得技术工作变得简单高效。在解决工程技术问题方面,MATLAB 比其它任何计算机语 言(包括FORTAN 和C)都简单高效。本书将介绍MATLAB 语言,并向大家展示如何运 用它去解决经典的技术问题-MATLAB (Matr
  3. 所属分类:SCM

    • 发布日期:2017-11-27
    • 文件大小:42.02mb
    • 提供者:sdk
  1. systolic--matrix-inversion

    0下载:
  2. DSP算法架构及设计,内容为基于systolic的上三角矩阵求逆电路的实现,里面有详尽的MATLAB/SIMULINK 仿真模型,及HDL代码和在modelsim中的仿真程序,非常不错的。-Architecture and design of DSP algorithms, based on systolic upper triangular matrix inverse circuit to achieve detailed MATLAB/SIMULINK model and the HDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1.32mb
    • 提供者:
  1. KalmanFilter

    0下载:
  2. 使用C语言开发的基于DSP的kalman滤波算法,输入数据做成头文件的形式包含在工程中,并针对测量矩阵对一些矩阵运算进行了简化。使用的硬件平台为TMS320C5509A开发板,运行通过,结果和MATLAB仿真结果一致!-Kalman filtering algorithm based on DSP development using C language, made of the input data in the form of the header files included in the
  3. 所属分类:DSP program

    • 发布日期:2017-12-04
    • 文件大小:175.26kb
    • 提供者:邹振宇
  1. matlab-C

    0下载:
  2. 压缩包中包含matlab,DSP例程,matlab是针对数值运算的例程,DSP例程是STM32 的四相双极性步进电机 和 矩阵键盘的 例程-Compression package contains matlab, DSP routines, matlab is routine for numerical computation, DSP routines STM32 four-phase bipolar stepper motors and matrix keyboard routines
  3. 所属分类:DSP program

    • 发布日期:2017-04-15
    • 文件大小:7.37kb
    • 提供者:jin
  1. qtgdw

    0下载:
  2. For feature extraction, signal de-noising, Single path or multipath Rayleigh fading channel simulation, The final weight matrix is ??the filter coefficient.
  3. 所属分类:DSP编程

    • 发布日期:2017-12-30
    • 文件大小:5kb
    • 提供者:saohanguifie
  1. vuwvx

    0下载:
  2. Modern signal processing used in the spectral estimation in matlab, Calculating a target and ocean echo power spectral density, Calculate the maximum eigenvalue judgment matrix of AHP.
  3. 所属分类:DSP编程

    • 发布日期:2017-12-19
    • 文件大小:8kb
    • 提供者:sunliupentang
  1. anrua

    0下载:
  2. Random ppm modulated analog signal under cordic matlab simulation algorithm, Calculate the maximum eigenvalue judgment matrix of AHP.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-24
    • 文件大小:7kb
    • 提供者:benhiefei
  1. qvyyy

    0下载:
  2. When processing a signal frequency analysis, Calculate the maximum eigenvalue judgment matrix of AHP, By matlab code.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-31
    • 文件大小:6kb
    • 提供者:janyiugie
  1. fou_bn20

    0下载:
  2. LFM pulse compression of the Matlab program, Calculate the maximum eigenvalue judgment matrix of AHP, Realization of 10 digital audio recognition progra.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-31
    • 文件大小:10kb
    • 提供者:henquiqie
  1. cdbmq

    0下载:
  2. Using MATLAB compressed sensing, Dimensional phononic crystals FDTD method calculation examples band gap, Calculate the maximum eigenvalue judgment matrix of AHP.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-30
    • 文件大小:8kb
    • 提供者:pqsgpjm
  1. vbnxy

    0下载:
  2. Based on the time delay estimation of power spectrum, The final weight matrix is ??the filter coefficient, cordic matlab simulation algorithm.
  3. 所属分类:微处理器开发

    • 发布日期:2017-12-30
    • 文件大小:8kb
    • 提供者:baimenhiu
« 12 »
搜珍网 www.dssz.com