CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab D

搜索资源列表

  1. bin2hex

    0下载:
  2. function total_length=text_length_num(file_cell) total_length=0 for i=1:length(file_cell) y1=char(file_cell(i)) for j=1:length(y1) if(y1(j)== > ) got=j-3 end end y= for k=1:got y(k)=y1(k) end [a,b,c,d]=filepar
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1523
    • 提供者:thinkingbig4
  1. k_means

    0下载:
  2. k means techniques de classification non supervisée (clustering) les plus utilisées. Etant donné un entier K, K-means partitionne les données en K groupes, ou "clusters", ou "classes" ne se chevauchant pas. Ce résultat est obtenu en positionnant
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:578
    • 提供者:faiza
  1. JPEG_Decoder

    0下载:
  2. 用于2D图像的Encoder,Decoder-a JPEG Decoder for 2-D image,contain the jpeg file which needed
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:59604
    • 提供者:Jason
  1. d

    0下载:
  2. 这是一个mantlab的程序,如果大家有需要的话 请下载!-it is matlab,please download it is free! and if you have any other problem!call me !
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:172033
    • 提供者:jiazhiqiang
  1. Channel_Estimation_Module

    1下载:
  2. 信道估计仿真,采用了多种方法:线性插值,MMSE,1惟MMSE,2维MMSE等-Channel Estimation 1 for non-block-wise linear interpolation, 2 for block-wise 1-D MMSE, 3 for non-block-wise 1-D MMSE, 4 for block-wise 2-D MMS
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3696
    • 提供者:todd
  1. itpp-html-doc-4.0.7.tar

    0下载:
  2. IT++是一个数学,信号处理和通信类功能的C++库。它的主要用途是模拟通信系统,并进行研究相关领域的通信。它综合了Matlab的功能和C的速度,适合于信号处理等领域。-IT++ is a mathematical, signal processing and communications functions of the C++ class library. Its main purpose is to simulate communications systems and to study i
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-11
    • 文件大小:2765988
    • 提供者:秦政
  1. MainCode

    0下载:
  2. matlab code that make an image with capability of rotataing, shifting, .. and compute 2-d DFT.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:729
    • 提供者:ali
  1. POLAR

    0下载:
  2. matlab写的二维天线仿真,可获得场图,功率图,包括DB和线性尺寸的。- This interactive MATLAB program is used to plot two-dimensional (2-D)polar.And The program can plot any of the following: 1. Field pattern (linear scale) 2. Power pattern (linear scale) 3. Power pattern (in dB
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1492
    • 提供者:刘辰
  1. GPS2

    1下载:
  2. 用MATLAB在产生的观测数据中捕获其中PRN 号码为“5”C/A 码。 (1) 观测数据应该有一定的多普勒频偏D f(-10kHz〈D f〈+10kHz); (2) 加入高斯白噪声,使其信噪比为-20dB; (3) 捕获成功后,应给出捕获标志,并给出估计的频偏和码偏值。-Generated by MATLAB in which observed data capture PRN number is " 5" C/A code. (1) there should b
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2562
    • 提供者:李伟
  1. DSP-exp

    0下载:
  2. 这是中国科学技术大学的dsp实验内容,包括FFT,卷积,滤波器设计等内容,可供学习MATLAB以及深入理解dsp原理之用-This is dsp experiment of USTC, including FFT, convolution, filter design, etc., for learning MATLAB and in-depth understanding of the principle of dsp.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1477580
    • 提供者:林剑平
  1. MATLAB

    1下载:
  2. 自适应信号 利用自适应信号分离器,可以有效的从白噪声中提取周期信号。现选取信号为正弦信号 ,宽带噪声信号为高斯白噪声,延迟D=50;收敛因子为 和 时的滤波效果。-Adaptive signal using adaptive signal separator, white noise can be effectively extracted from the periodic signal. Select the signal is sinusoidal signal, broadband no
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7107
    • 提供者:叶赫
  1. 多目标跟踪 (三维)-算法

    13下载:
  2. 用matlab仿真多目标跟踪中的航迹关联融合的程序,相当好啊-Matlab simulation of multi-target tracking with the track association fusion procedure, very good! ! !
  3. 所属分类:matlab例程

    • 发布日期:2012-12-16
    • 文件大小:264121
    • 提供者:yyt
  1. 001

    0下载:
  2. 因为MATLAB需要用到处理器的数学运算部分(MATLAB默认用的是INTEL的数学处理单元),故需要设置一下BLAS(Basic Linear Algebra Subroutines,就是"基础线性几何子程序"的意思)环境变量. 首先请确认你的MATLAB的文件夹中有如下文件:atlas_Athlon.dll(AMD系列的请用这个), atlas_P4.dll(P4的用这个),atlas_PIII.dll(P3的用这个),atlas_PII.dll(P2的用这个),这些是对应处理器的数值运算
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:547
    • 提供者:吴斌
  1. ejemplo_step_5_dde_excel

    0下载:
  2. FUNCIÓ N DDEULA PARA COMUNICACION INTERPROCESO DDE entre matlab y lookout
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:29661
    • 提供者:Viloria
  1. FDTD

    0下载:
  2. 一个二维的FDTD程序 本程序实现2维TM波FDTD仿真 此程序用PML设置吸收边界条件 FDTD_2D_kongqi_PML 仅含有Ez,Hx,Hy分量 -A two-dimensional FDTD program program realization of the wave 2-D TM FDTD simulation this program set with the PML absorbing boundary condition FDT
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:171682
    • 提供者:w
  1. Version_1p1_Final

    0下载:
  2. Reads TDMS files into Matlab. See TDMS_exampleFunctionCalls.m to get started. Advantages: - supports reading v2 files - doesn t require the NI DLL, thus it doesn t require 32bit windows - supports interleaved data - allows only r
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:43490
    • 提供者:Hamlin DSouza
  1. function6

    0下载:
  2. Pass the Images Through Optics -- Use a Gaussian "Aperture Function" This code segement can use a measured aperture function just as easily - simply replace the next five lines by "load measured_aperture" where measured_aperture is the measur
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1049
    • 提供者:sabah_altaie
  1. MIT-matlab

    0下载:
  2. MIT Matlab教程:INTRODUCTION TO MATLAB — Fall 1999 Thomas F. Weiss Last modification September 9, 1999 1-MATLAB is a programming language and data visualization software package which is especially effective in signal processing and systems anal
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:101407
    • 提供者:Alex Du
  1. fxcode

    0下载:
  2. 用来计算图像的分形维数,希望对大家有用!-Fractal D
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:4008
    • 提供者:waryen
  1. bemd

    0下载:
  2. 二维经验模态分解,分解图像等二维信号,可用于算法验证与学习-EMD This program calculates the Bidimensional EMD of a 2-d signal using the process of sifting. It is dependent on the function SIFT.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:15038
    • 提供者:aaaaaa
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com