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

搜索资源列表

  1. 020501刘超HW2

    1下载:
  2. 这是一个用matlab实现的语音信号预测编码中的得宾算法部分。还有实验报告。-This is a realization of using Matlab voice signals of predictive coding algorithm part in Pennsylvania. There experimental report.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:140589
    • 提供者:刘超
  1. CM1IterateStabilization

    0下载:
  2. Matlab做的数值计算实验,使用迭代法求解方程的根,算法经典,其中有详细的实验报告和数据,对数值计算课程学习及MATLAB编程有较大帮助。-Matlab done numerical experiments, using iterative ways root, the classical algorithm. including a detailed report and experimental data, the numerical calculation courses and MAT
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:38285
    • 提供者:zuoyinbo
  1. TVAL3

    2下载:
  2. %TVDENOISE Total variation grayscale and color image denoising % u = TVDENOISE(f,lambda) denoises the input image f. The smaller % the parameter lambda, the stronger the denoising. % % The output u approximately minimizes the Rudin-Osher-Fatemi (ROF)
  3. 所属分类:matlab例程

  1. MD5

    0下载:
  2. MD5算法的MATLAB程序实现,还有详细实验报告-MATLAB implementation of the MD5 algorithm, as well as detailed experimental report
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:22591
    • 提供者:邓仕海
  1. FFT_solution_in_matlab

    0下载:
  2. 数值模拟实验,采用蝶形算法利用matlab实现的fft变换,针对指数函数,包含正fft以及逆变换。附带实验报告-Numerical simulation experiments, using butterfly algorithm fft using matlab to achieve transformation, for exponential function, including being fft and inverse transform. Incidental to the exp
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:100067
    • 提供者:wei
  1. 157

    0下载:
  2. Encryption algorithms are becoming more necessary to ensure data is securely transmitted over insecure communication channels. FOX is a recently developed algorithm and its structure is based on the already proven IDEA (International Data E
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:136060
    • 提供者:yared
  1. BlockMatchingAlgoMPEG

    0下载:
  2. Block Matching Algorithms for Motion Estimation This project contains the project report and source code by Aroh Barjatya for Digital Image Processing Class at Utah State University. Following is a short descr iption of the m files in this
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:118846
    • 提供者:Yashil
  1. RandomQSort

    0下载:
  2. 随机快速算法与确定性快速算法的比较,可设置数组大,小包含有实验报告-Fast Algorithm for Stochastic Fast Algorithms and certainty, you can set an array of big and small contain Experimental Report
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:205083
    • 提供者:
  1. PSO

    0下载:
  2. 粒子群算法解决背包问题。包含matlab 源程序,和一份报告。我的一份作业-Particle swarm algorithm to solve knapsack problem. Matlab source code included, and a report. I have a job
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:14893
    • 提供者:黄涛
  1. FrequenceDetect

    0下载:
  2. 分别使用LS和TLS算法,计算出混合信号的频率。该频率估计算法的数学模型是基于ARMA模型。其中还包括详细的设计报告,有一定的参考价值。-LS and TLS algorithms were used to calculate the mixed-signal frequency. The mathematical model of the frequency estimation algorithm is based on ARMA models. It also includes detai
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:145199
    • 提供者:黄校园
  1. Interpolation

    1下载:
  2. 其中包括牛顿插值算法,分段线性插值算法,Larange算法和三次样条插值算法的源程序。还包括插值算法的报告一份。-Including the Newton interpolation algorithm, piecewise linear interpolation algorithm, Larange algorithm and cubic spline interpolation algorithm of the source. The report also includes an int
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:673876
    • 提供者:黄校园
  1. jiyinjiance

    1下载:
  2. 基音检测: 对给定语料估计其基音周期。 要求用MATLAB或C语言实现有关基音检测算法,并给出检测结果与实验报告 实验语料:MaoYiSheng.raw 发音:“茅以升”;时长0.9s;采样率:8kHz;量化精度为16bits/sample;数据格式 LSB,MSB 分析帧长:20ms(160样点) 总帧数:45-Pitch Detection: For a given corpus to estimate the pitch period. Require MAT
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:932
    • 提供者:zhangyanshan
  1. tracking-algorithm

    0下载:
  2. 一份关于单个目标跟踪和多个目标跟踪的KALMAN滤波资料,详细的解释个多种算法-A report on the single target tracking and multiple target tracking KALMAN filtering information, a detailed explanation of a multiple target
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4999032
    • 提供者:洪程
  1. report-coding

    0下载:
  2. VITERBI DECODING ALGORITHM SIMULATION IN MATLAB CODE
  3. 所属分类:matlab

    • 发布日期:2017-04-23
    • 文件大小:178652
    • 提供者:sh.kafshgari
  1. kmeans

    0下载:
  2. function [L,C] = kmeans(X,k) KMEANS Cluster multivariate data using the k-means++ algorithm. [L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class label per column in X and a size(X,1)-by-k matrix C containing the centers
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:908
    • 提供者:ehsan
  1. router

    0下载:
  2. 最短路径路由算法及MATLAB实现报告,通过对滑动窗口算法的实现,了解其与单工停等协议的区别,讨论其改良性。内含MATLAB代码,是完整的报告。-The shortest path routing algorithm and MATLAB implementation report to understand the difference with simplex stop and other agreements, and discuss its improvement of the slid
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:44177
    • 提供者:Tony
  1. Adaptive-Filtering-MATLAB--report

    0下载:
  2. 基于lms算法的自适应滤波器的matlab实现(包括详细的编程代码)-Adaptive filter based on the lms algorithm matlab implementation (including details of the programming code
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:35406
    • 提供者:yu
  1. Levinson(1)

    3下载:
  2. 利用matlab实现现代法中的levinson算法,没有利用matlab中的函数库调用,对需要做课程实验报告的人应该有帮助。-The matlab levinson algorithm in modern France, should help those who need to do the course lab report.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1417
    • 提供者:july
  1. report

    1下载:
  2. 计算机控制工程课程设计,使用算法包括pid,达林算法、最小拍系统设计、最小拍无纹波系统设计-Computer Control Engineering curriculum design, the use of algorithms include pid, Darling algorithm, the smallest beat the system design, system design smallest ripple shot
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:932943
    • 提供者:遥真
  1. BP-network-test-report

    0下载:
  2. BP网络表达傅里叶核函数,此次实验采用了两种方法,第一方法是在matlab中实现BP算法,然后用实现的BP算法实现对傅里叶核函数的逼近,第二种方法是调用matlab中的工具箱函数实现傅里叶和函数的逼近。-BP Network expression Fourier kernel, the experiments using two methods, the first method is to achieve BP algorithm in matlab, then use the BP algo
  3. 所属分类:matlab

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