联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All matlab编程(95) 
按平台查找All C/C++(95) 

[matlab编程] spearman

matlab斯皮尔曼相关分析模型代码,仅供参考,非原创。
spearman tool,for reference only,not original. (2020-08-06, C/C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/1596715601872203.html

[matlab编程] Wenjian-Li-HW1

描边系统,通过高斯拉普拉斯算法算出差值大的帧,然后根据一定槛值来转移
contour tracking system (2020-06-21, C/C++, 11KB, 下载0次)

http://www.pudn.com/Download/item/id/1592697734171711.html

[matlab编程] 正演水平介质加边界

地震波正演程序,用了一个简单的边界算法,效果还算不错,可以直接运行
A simple boundary algorithm is used in the forward program of seismic wave (2020-03-21, C/C++, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1584787474543531.html

[matlab编程] confidence_interval

置信区间的宽度j计算,根据一维测试数据级,本程序能够很好的确定置信区间宽度,临界概率为0.98
Width calculation of confidence interval (2019-04-30, C/C++, 825KB, 下载1次)

http://www.pudn.com/Download/item/id/1556620883368127.html

[matlab编程] test

此程序包含了相空间重构的延迟时间、嵌入维数的计算
This program includes the delay time of phase space reconstruction and the calculation of embedded dimension (2019-02-18, C/C++, 208KB, 下载5次)

http://www.pudn.com/Download/item/id/1550453587239103.html

[matlab编程] 不确定信息融合

实现数据的简单DS融合,里面包含已有的五种数据的,利用贝叶斯、随机森林、k近邻分类器分类,最后融合
Simple DS fusion of data, which contains five kinds of data, uses Bayesian, random forest, k-nearest classifier to classify, and finally fuses. (2018-12-04, C/C++, 6KB, 下载16次)

http://www.pudn.com/Download/item/id/1543910580848625.html

[matlab编程] 两种数据集对应程序代码

LLE算法基于swiss roll与s-curve数据集的运行结果,选取的样本点数为N=2000、k=12、 d=2进行的降维运算的结果,由运算结果可知在不同的数据集上LLE算法依然能够很好地保持数据在降维前后结构的特点。
The LLE algorithm is based on the running results of Swiss Roll and S-curve data sets, and the number of selected sample points is the result of dimensionality reduction of N=2000, k=12 and d=2. It is known that LLE algorithm still can maintain the characteristics of the data before and after dimensionality reduction well on different data sets. (2018-07-27, C/C++, 14KB, 下载11次)

http://www.pudn.com/Download/item/id/1532657756628119.html

[matlab编程] LSH

在数据处理过程中,使用局部敏感哈希对数据降维
Using local sensitive hash to reduce the dimension of data (2018-04-06, C/C++, 8745KB, 下载1次)

http://www.pudn.com/Download/item/id/1522973374469288.html

[matlab编程] 拟合抛物线

已知等高两点或者是不等高两点加任意一点拟合抛物线 (2017-09-22, C/C++, 43KB, 下载1次)

http://www.pudn.com/Download/item/id/1506065926923133.html

[matlab编程] lasso

LASSO数据降低维度,使数据作为输入量时减少运行时间
LASSO data reduces dimensionality and reduces running time when data is used as input (2017-07-23, C/C++, 1KB, 下载7次)

http://www.pudn.com/Download/item/id/1500811772488951.html

[matlab编程] 基带传输和bpsk

实现bpsk信号的调制和解调,加噪声之后的解调
The modulation and demodulation of BPSK signals are realized (2017-06-11, C/C++, 3KB, 下载10次)

http://www.pudn.com/Download/item/id/1497149749400248.html

[matlab编程] Week1_MergeSort

Coursera 斯坦福大学Algorithm Part I Week 1编程作业解答
Coursera Stanford University Programming Algorithm Part I Week 1 Homework Solutions (2014-11-11, C/C++, 3641KB, 下载4次)

http://www.pudn.com/Download/item/id/2653312.html

[matlab编程] drtoolbox_DRtool

降维工具箱,可以实现信号的特征提取,主成分分析,因子分析等,MATLAB工具包
Toolbox dimensionality reduction can be achieved characteristic signal extraction, principal component analysis, factor analysis, MATLAB tool kit (2014-03-18, C/C++, 980KB, 下载9次)

http://www.pudn.com/Download/item/id/2486197.html

[matlab编程] saltandpepper

MATLAB给图像添加高斯、椒盐、加性及乘性噪声[噪声生成]
MATLAB give the image added Gaussian, salt and pepper, additive and multiplicative noise [noise generated] (2013-11-16, C/C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/2401266.html

[matlab编程] Desktop

对小波分解进行了解决,从一维二维来进行了相关的分析,一维进行了具体程序的的编写,根据小波分析算法来分解,对于二维的情况,调用MATLAB来进行了相关的测试,对lena图像进行了小波的分解机合成
Wavelet decomposition of the solution, from a two-dimensional analysis, the specific procedures for the preparation of one-dimensional wavelet analysis to break down, for the two-dimensional case, calling MATLAB to the test lena image wavelet decomposition machine synthesis (2013-04-29, C/C++, 24KB, 下载4次)

http://www.pudn.com/Download/item/id/2221612.html

[matlab编程] fourier

用matlab编的,傅里叶级数变换和拉普拉斯变换的代码
Fourier series transform and Laplace transform code (2012-12-06, C/C++, 3KB, 下载9次)

http://www.pudn.com/Download/item/id/2073585.html

[matlab编程] Bayesian

Matlab贝叶斯分类器+(Bayers)程序,程序源码
Matlab Bayesian classifier+ (Bayers) program, program source code (2011-04-21, C/C++, 813KB, 下载22次)

http://www.pudn.com/Download/item/id/1500503.html

[matlab编程] Gauss-Seidel

高斯斯代尔迭代法,用于数值分析课,正确,可以提供简单的参考
Gauss-Seidel iterative methods (2009-05-08, C/C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/748324.html

[matlab编程] DengCai

在网上下载到的各种降维方法的MATLAB程序,希望对大家能有所帮助
Downloaded to a variety of methods of dimensionality reduction MATLAB procedures, in the hope that we can help (2008-01-06, C/C++, 46KB, 下载276次)

http://www.pudn.com/Download/item/id/389302.html

[matlab编程] armok01167658

最近用Mega128写了一个128点FFT程序,浮点运算,加汉宁窗。由于窗函数和旋转因子通过查表得到,所以速度还可以,程序中给的初值是通过高速AD采集的20KHz正弦信号。计算结果与Matlab的FFT函数得到的结果相同。
Mega128 recently wrote a 128-point FFT procedures, floating-point operations, Hanning window. Since the window function and the twiddle factor look-up table has been adopted, so the speed can also be, the initial value to the process through high-speed AD collected 20KHz sinusoidal signal. The calculation results with the Matlab (2007-09-02, C/C++, 20KB, 下载146次)

http://www.pudn.com/Download/item/id/327221.html
总计:95