搜索资源列表
AWGNBPSK
- 双击AWGNBPSK应用程序,系统运行出高斯信道的系统时频域图, 每敲一下回车键显示一幅图,最后敲两下仿真出高斯干扰的系统信噪 误码特性数据及图形,再敲两下则返回目录。 六幅时频域图分别为:原始信源、限带信源、已调信号、接收信号、低通输出、判决器出。 SNR、Er为设定信噪比及理论误码率,SnR1、otpEr为实测信噪比及实测误码率。 -click AWGNBPSK applications, the system running the Gauss channel frequ
gauss
- 对初学matalb的人很有帮助,可以学会编写函数文件,实现函数的调用。这个源码是gauss的实现方法,实现数值优化。-the code is for people who begin learning matlab to calculate some data.
Projection-conversion-software
- 本程序是海洋地质制图常用地图投影系列小程序,程序能用于WGS84、北京54、西安80基准面上单点及批量数据的投影正反转换, 本套系列程序目前包括“3°、6°带高斯-克吕格投影正反转换程序”、“墨卡托投影正反转换程序”及“兰勃托投影正反转换程序”。 编制这套程序原因有三:之一,本人工作中常需要投影计算,现有软件使用不太方便;之二,常发现用十进制度坐标数据作正式成果图的现象, 可能是手头没有合适的投影软件所至;之三,常发现WGS84定位数据被当作北京54(克拉索夫斯基椭球体)坐标数据投影
lw_rstar
- Gauss source,then this lower data base
eightqueen
- 利用數據結構中的棧,實現19世紀著名數學家高斯提出的八皇后問題-Stack data structure, to achieve the eight queens problem of the 19th century, the famous mathematician Gauss
1CSharp
- 测绘专业数据处理,C#源代码,角度化弧度,高斯投影转化,水准平差等-Surveying professional data processing, C# source code, angle of curvature, Gauss projection conversion, level adjustment, etc.
Matrix-ProgrammingBeta2.0
- 该编程为矩阵与数据分析课的编程作业程序,里面包括matlab的三次样条曲线程序,有Jacobi迭代法和Gauss-Seidel迭代法等-The programming and data analysis for the matrix class programming operations program, which includes the cubic spline curve matlab procedures, Jacobi and Gauss-Seidel iterative meth
MCMC_Gibbs
- 由matlab实现的从高斯分布数据中进行Gibbs采样的示例程序,代码中我已加注释,比较好理解,对于学习MCMC的同学比较有帮助。当初我理解GIbbs采样非常痛苦,希望这份代码对与我有相同经历的同学帮上忙-Realized by MATLAB the Gauss distribution data of Gibbs sampling sample program, the code I have to add a comment, is better understood, more help
Gauss-elimination
- 高斯消元法的C++代码实现,用户输入数据后会自动进行高斯消元计算,输出最终结果-Gaussian elimination of C++ code, it will automatically calculate the Gaussian elimination after user input data, output the final result
mulimodel-data-and-feature-selection
- 多模态数据的特征提取方法:时间序列数据及DTW高斯核,图像数据及直方交核 和字符串数据及字符串核-Feature extraction method of multi modal data, time series data and DTW Gauss, the image data and the histogram intersection kernel and string data and String Kernel
faotang
- 复化三点Gauss-lengend公式求pi,正确率可以达到98%,迭代自组织数据分析。- Complex of three-point Gauss-lengend the Formula pi, Accuracy can reach 98 , Iterative self-organizing data analysis.
hangkie
- 计算一维光子晶体的透射特性和反射特性,复化三点Gauss-lengend公式求pi,可实现对二维数据的聚类。- Calculated transmission characteristics and reflection characteristics of the one-dimensional photonic crystals, Complex of three-point Gauss-lengend the Formula pi, Can realize the two-dimensio
nanmeng_V8.4
- 内含心电信号数据及运用MATLAB写的源代码,独立成分分析算法降低原始数据噪声,复化三点Gauss-lengend公式求pi。- ECG data and includes source code written in MATLAB, Independent component analysis algorithm reduces the raw data noise, Complex of three-point Gauss-lengend the Formula pi.
jiukan
- 对球谐函数图形进行仿真,isodata 迭代自组织的数据分析,复化三点Gauss-lengend公式求pi。- Of spherical harmonics graphic simulation, Isodata iterative self-organizing data analysis, Complex of three-point Gauss-lengend the Formula pi.
piu-wt00
- 复化三点Gauss-lengend公式求pi,进行波形数据分析,车牌识别定位程序的部分功能。- Complex of three-point Gauss-lengend the Formula pi, Waveform data analysis, Part of the license plate recognition locator feature.
hao_v75
- 复化三点Gauss-lengend公式求pi,计算多重分形非趋势波动分析matlab程序,数据模型归一化,模态振动。- Complex of three-point Gauss-lengend the Formula pi, Calculation multifractal detrended fluctuation analysis matlab program, Normalized data model, modal vibration.
untitled
- 应用小范围数据尝试制作的高斯马尔科夫过程(A Markov process of Gauss based on small range data)
高斯最小二乘法拟合
- 利用高斯拟合原理对数据进行处理分析。适用于谱图数据分析(Data processing and analysis are carried out by using Gauss fitting principle.)
EmGm
- 主要是混合高斯模型的参数估计方法,运用的是最大似然函数EM算法。文件中包含训练数据。(The parameter estimation method of the mixed Gauss model is mainly based on the maximum likelihood function EM algorithm. The file contains training data.)
3.贝叶斯分类器
- 贝叶斯定理是用数学的方法来解释生活中大家都知道的常识,而机器学习使用的各种算法中,最常见的就是贝叶斯定理。此代码为贝叶斯分类python代码,包含高斯贝叶斯分类器,多项式贝叶斯分类器和伯努利贝叶斯分类器,并有具体的数据例子进行仿真比较(Bias's theorem is a mathematical way to explain all the common sense in life, and machine learning using various algorithms, the mos
