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

搜索资源列表

  1. anewLMSalgorithm

    0下载:
  2.  本文对变步长自适应滤波算法进行了讨论,建立了步长因子μ与误差信号e(n) 之间另一种新的非线性函数关系. 该函数比已有的sigmoid 函数简单,且在误差e(n)接近零处具有缓慢变化的特性,克服了Sigmoid 函数在 自适应稳态阶段步长调整过程中的不足. 由此函数本文得出了另一种新的变步长自适应滤波算法,并且分析了参数α,β的取值原则及对算法收敛性能的影响. 该算法有较好的收敛性能且计算量少. 计算机仿真结果与理论分析相一致,证实了该算法的收敛性能优于已有的算法.-In this pap
  3. 所属分类:Communication

    • 发布日期:2017-04-23
    • 文件大小:207001
    • 提供者:韩一广
  1. PCA

    0下载:
  2. 基于主成分分析的人脸识别,本程序给出了N次重复实验后各维数的识别率-Principal Component Analysis(PCA)for face recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3083180
    • 提供者:左加阔
  1. KNNMeanFilter

    0下载:
  2. 原理:以待处理的像素作为中心,取一个nXn的模板,在模板中选择k个与待处理像素的值最接近的像素,将这k个像素的均值替换原来的像素值。 假设n=3,k=5,调用方法:b = KNNMeanFilter(a, 3, 5)-Principle: to be treated as the center pixel, take a nXn template select the template and the pending k-nearest pixel values of pixels, thi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:646
    • 提供者:Cathie Wen
  1. hundun

    0下载:
  2. 维Logistic映射 x(n+1)=μx(n)(1-x(n)) 在3. 57 <μ < 4 的参数区域内,系统存在混沌吸引子 -Dimensional Logistic map x (n+1) = μx (n) (1-x (n)) in 3. 57 < μ < 4 parameters in the region, the systems Chaotic attractor
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:35944
    • 提供者:张茵
  1. chap7

    0下载:
  2. 基于NCD优化的非线性优化PID控制 (非线性系统的PID鲁棒控制)-NCD-based optimization of nonlinear optimization PID control (PID Robust Control of Nonlinear Systems)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2626
    • 提供者:苏建文
  1. DFT

    4下载:
  2. 编写一个matlab函数用一个N点离散傅里叶变换同时计算两个N点实序列的离散傅里 叶变换,并将结果与直接使用两个N点离散傅里叶变换计算出来的结果进行比较-Write a matlab function with an N point discrete Fourier transform and calculate actual sequence of two N point discrete Fourier transform, and the results with the direct u
  3. 所属分类:Graph program

    • 发布日期:2016-01-25
    • 文件大小:9042
    • 提供者:liu
  1. MM1

    3下载:
  2. M/M/1单服务台派对系统,(用事件调度法实现离散事件系统仿真) 顾客到达模到达时间间隔和顾客服务时间均服从负指数分布,单服务台系统,按照单队排队,按FIFO方式服务。考察服务n个顾客后的顾客平均队长及平均排队等待时间-M/M/1 single desk party system (with the event scheduling system for discrete event simulation) model to reach customers arrival time and cu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:7779
    • 提供者:飞龙
  1. dfbrec_l

    0下载:
  2. DFBREC_L Directional Filterbank Reconstruction using Ladder Structure x = dfbrec_l(y, fname) Input: y: subband images in a cell vector of length 2^n f: filter in the ladder network structure, can be a string naming a stan
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:854
    • 提供者:maple
  1. targ

    0下载:
  2. 求系统单位给定阶跃响应的性能指标(超调量,峰值时间,调整时间 .....),其中, y,t表示系统节约相应的函数值与其对应时间,函数返回的是阶跃响应的第一(正向)波峰值b1、 阶跃响应的第二(正向)波峰值b2,阶跃响应的超调量sigma,阶跃响应的衰减比n,阶跃响应的衰减率pusi 阶跃响应的衰减震荡周期T,阶跃响应的振荡频率f.-Demand system units for a given step response performance (overshoot, peak ti
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:835
    • 提供者:hua gong
  1. TSP

    0下载:
  2. 利用遗传算法求解旅行商问题 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -Traveling salesman problem using genetic algorithm traveling salesman problem, namely, th
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7326
    • 提供者:yanzhongyuan
  1. Hill

    0下载:
  2. 数学建模实验&matlab实现Hill密码体系的关键环节(加密、解密、破译) 实现通用hill密码n维密码-Mathematical modeling of experimental realization of Hill & matlab key password system (encryption, decryption, decoding) to achieve universal hill n-password password
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:11178
    • 提供者:jk
  1. BP-matlab

    0下载:
  2. 基于C开发的三个隐层神经网络,包括 1)初始化权、阈值子程序; 2)第m个学习样本输入子程序; 3)第m个样本教师信号子程序; 4)隐层各单元输入、输出值子程序; 5)输出层各单元输入、输出值子程序; 6)输出层至隐层的一般化误差子程序; 7)隐层至输入层的一般化误差子程序; 8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序; 9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序; 10)第二隐层至第一隐层的权值调整、第二隐层阈值调整计算子
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:7430
    • 提供者:kison
  1. tuxianghuifu

    1下载:
  2. 图像恢复(复原) 图像复原技术就是将图像退化过程模型化,并且采用相反的过程进行处理,以便复原出原始图像。例如,原始图像fig3_1.bmp由于退化变成了退化图像fig3_2.bmp。此图像的退化函数为: ,其中 ,M=366,N=364。请采用全逆滤波和不同截止半径的逆滤波对其进行复原,并与原图像fig3_1.bmp进行比较。再采用维纳滤波对其进行复原,并与逆滤波结果进行比较。 -图像恢复
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:587
    • 提供者:贾海涛
  1. upload_pudn6

    0下载:
  2. This program is used to Simulate the performance of (n,k)Reed Solomon code in AWGN channel with plotting the results and compare with the theoretical performance of this code in AWGN channel. The program also print the SNRdB, absolute snr ,simulated
  3. 所属分类:matlab例程

    • 发布日期:2013-10-12
    • 文件大小:901
    • 提供者:ghanim
  1. An.Introduction.To.Programming.And.N.ethods.In.Mat

    0下载:
  2. 对MATLAB编程以及数值算法的简介,英文原版电子书-An Introduction to Programming and Numerical Methods in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1945771
    • 提供者:李柯
  1. NarrowNoise

    0下载:
  2. 通过N个独立的正弦函数叠加来产生窄带噪声-Narrow Noise Generation from N sine function
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:764
    • 提供者:任鹏
  1. ReadHTKParam

    0下载:
  2. when you want to read some parameters from the HTK macro you trained, just use this source code. it help you read a htk parameter(macro file). But, it can read all parameter type. it just read GMM parameter(1 state, N mixture)
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:121715
    • 提供者:whchoi/GodDog
  1. LMS_RLS_sim

    0下载:
  2. 功能描述:测试LMS与RLS算法,比较两种算法的收敛特性 文件名:LMS_RLS_sim.m 测试用例: x(n)+a1*x(n-1)+a2*x(n-2)=e(n),a1=-1.6,a2=0.81,e(n)为高斯白噪声 文件输出:系数a1的值 调用函数:function [A] = LMS_Algo(M,N,mu,xn) 被调用:无 作者:mingcheng 编写时间:2009-10-13 修改时间:2009-10-13
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:935
    • 提供者:赵明诚
  1. Practica27final.m

    0下载:
  2. Capacity of a MIMO System vs. C/N Relatioship
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1749
    • 提供者:dcoloma
  1. Direct_sequence_spread_spectrum

    0下载:
  2. Assume that a direct sequence spread spectrum system uses the Barker code of length 7 (N=7) as its spreading sequence. a. Randomly generate 8 symbols (d0~d7) from the set {+1,-1}. b. If each chip of the Barker code is denoted as cj, j=0~6, spread
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:11897
    • 提供者:yuhchen
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com