CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - DB

搜索资源列表

  1. SPIHT(Matlab).zip

    3下载:
  2. % Matlab implementation of SPIHT (without Arithmatic coding stage) % % By Jing Tian, scuteejtian@hotmail.com fprintf('-----------   Welcome to SPIHT Matlab Demo!   ----------------\n'); fprintf('-----------   Load
  3. 所属分类:压缩解压

    • 发布日期:2008-07-07
    • 文件大小:227.42kb
    • 提供者:jasonchang
  1. %BE%AB%CD%A8matlab%D7%DB%BA%CF%B8%A8%B5%BC%D3%EB%D

    0下载:
  2. MATLABThe CD-ROM accompanying this book contains MATLAB® M-files (MATLAB language source code) and Simulink® block diagram models for designing, implementing and testing control systems.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:571.06kb
    • 提供者:l
  1. beamforming

    0下载:
  2. With the interference-to-noise ratio reduced to 30 dB, plot the adaptive antenna pattern after 200 iterations of the LMS algorithm-With the interference-to-noise ratio of red uced to 30 dB. plot the adaptive antenna pattern after 200 ite rations of t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.79kb
    • 提供者:游辉章
  1. freqz_m

    0下载:
  2. 求取系统的绝对幅度响应、相对的db值幅度响应、相位响应和群延时响应的函数 % %db为相对振幅(dB) %mag为绝对振幅 %pha为相位响应 %grd为群延时 %w为频率样本点向量 %b为Ha(z)分子多项式系数(对FIR而言,b=h) %a为Hz(z)分母多项式系数(对FIR而言,a=1) %-strike rate system in response to the absolute and relative value range db respons
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:813byte
    • 提供者:吴江华
  1. SPIHT_matlab_code

    0下载:
  2. MATLAB implementation of SPIHT (without Arithmatic coding stage). % Performance evaluation : this toolbox VS. SPIHT % Test image: lena512.raw % bpp SPIHT(dB) This code(dB) % 0.1000 29.8107 29.3202 % 0.2000 32.7202 32.2514 % 0.3000 34.5
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:178.09kb
    • 提供者:jason..
  1. BooKshop

    0下载:
  2. wuAsp.net2.0开发的网上图书销售系统 实现简单的分类管理、图书管理,在线购书等基本功能 采用三层架构开发,默认管理帐号51aspx,密码admin,DB文件夹下为数据库
  3. 所属分类:压缩解压

    • 发布日期:2014-01-17
    • 文件大小:1.41mb
    • 提供者:wuhao
  1. channel

    0下载:
  2. 对多径信道的仿真 输入码元,是一行矩阵,可以是实数也可以是复数 %fs是输入码元的比特率 %fd是多普勒频移 %n_delay是多径信道的径数 %t_delay是多径信道各径的时延时间 %p_delay是多径信道各径的功率db值
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.82kb
    • 提供者:李洁
  1. ClusterFromBDB_v2

    0下载:
  2. K-means clustering using Berkeley DB
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.38mb
    • 提供者:ningquan
  1. 一维小波滤波

    1下载:
  2. 采用DB小波进行滤波
  3. 所属分类:matlab例程

    • 发布日期:2011-03-09
    • 文件大小:1.58kb
    • 提供者:whx020251
  1. reads ECG data which are saved in format 212

    0下载:
  2. % This programm reads ECG data which are saved in format 212. % (e.g., 100.dat from MIT-BIH-DB, cu01.dat from CU-DB,...) % The data are displayed in a figure together with the annotations. % The annotations are saved in the vector ANNOT, the corre
  3. 所属分类:matlab例程

    • 发布日期:2012-04-18
    • 文件大小:5.32kb
    • 提供者:dj_dlut@163.com
  1. eg6_11

    0下载:
  2. 完成M=4的DPSK通信系统的蒙特卡洛仿真,信号波形为snr2ps(snr_in_dB) 求出以dB为单位的给定信噪比的比特误码率和符号误码率.-Completion of M = 4 of the DPSK communication system Monte Carlo simulation, the signal waveform is snr2ps (snr_in_dB) calculated in units of dB signal to noise ratio for a give
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2.29kb
    • 提供者:邓雄
  1. TSM

    0下载:
  2. Draws the magnitude of vector x in the time domain, and draws its power spectrum in dB where the number of frequency points is npointsDFT.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:17.86kb
    • 提供者:robertotelco
  1. ECGreading

    0下载:
  2. MIT-DB标准数据库中心电信号的读取程序可用于心电信号压缩与编码-MIT-DB standard ECG database, the reading program can be used for ECG signal compression and coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:678.98kb
    • 提供者:liuyongwang
  1. signal_analyzer

    1下载:
  2. 最近看到有人提问怎样用FFT实现频谱分析,我认为能够进行到频谱分析的人,对于系统研究的深度基本上已经相当不错了。本人今天做了一个例程,发给大家参考一下。 历程主要内容(signal_analyzer.rar)如下: test1.txt 第一列为时间t,0.001s为步长;第二列为系统的输入信号;第三列为系统的输出信号。 signal_analyzer.m首先将test1.txt 的数据读入workspace,然后进行FFT,分析出两信号的频率,输出对于输入的幅值衰减(db),输出对输
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6.67kb
    • 提供者:李小明
  1. window_function

    0下载:
  2. the magnitude responses in dB of the window functions in the frequency domain
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:866byte
    • 提供者:linhu
  1. fftbianhuan

    0下载:
  2. test1.txt 第一列为时间t,0.001s为步长;第二列为系统的输入信号;第三列为系统的输出信号。 signal_analyzer.m首先将test1.txt 的数据读入workspace,然后进行FFT,分析出两信号的频率,输出对于输入的幅值衰减(db),输出对输入的相位差。-test1.txt the first time as t, 0.001s for the step the second as the system input signal the third as t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:963byte
    • 提供者:王将
  1. pilot-db

    0下载:
  2. embedded db for PALM
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:634.95kb
    • 提供者:刘德春
  1. db

    0下载:
  2. code matlab fingerprint recognition
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5.19mb
    • 提供者:sori
  1. polar_dB

    0下载:
  2. this matlab code is about polar-db. this program is very good to polrize .
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2.44kb
    • 提供者:ABDALREZA
  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
    • 文件大小:1.46kb
    • 提供者:刘辰
« 12 3 4 5 6 »
搜珍网 www.dssz.com