-
Randomnumber
采用余数法产生一组[0,1]分布的随机数,产生一个N(0,1)正态分布随机数,产生n个N(a,b)正态分布随机数(Produced by a group of more than a few method [0,1] distributed random numbers to generate a N (0,1) normally distributed random numbers, resulting in n-N (a, b) normal random number)
- 2010-06-25 02:23:20下载
- 积分:1
-
pendul
三阶倒立摆的鲁棒控制算法,包含了H infinity control 和mu analysis 算法,并进行了比较,很好的程序,值得分享。(Robust order inverted pendulum control algorithm, including the H infinity control and mu analysis algorithm, and compared, a very good program, worth sharing.)
- 2010-09-11 16:26:28下载
- 积分:1
-
利用MUSIC算法进行宽带信号DOA估计 DOA_MUSIC
利用MUSIC算法进行宽带信号DOA估计的matlab小程序(wideband DOA estimation using MUSIC algorithm)
- 2021-05-15 15:30:02下载
- 积分:1
-
teachingmatlab
教你任何有效使用matlab,快来试试吧,很有用的(teach you how to use matlab
)
- 2009-11-20 16:24:17下载
- 积分:1
-
MATLAB PROGRAM
Matlab源程序,里面含有大量经典源代码,送给喜欢用matlab编程的朋友!<数字信号处理>的matlab编程.(Matlab source, it contains a large number of classic source code, gave Matlab programming like friends! Lt; Digital signal processing gt; The Matlab programming.)
- 2005-06-13 14:50:26下载
- 积分:1
-
BinaryArithmeticcoding
说明: 自编二值算术编码算法的matlab演示。从text.txt读取信息,编码过程及结果由matlab图形演示(binary arithmetic coding algorithm matlab demo. Reading information from Text.txt and the encoding process and the results are showed by the matlab graphics demo step by step.)
- 2009-08-10 23:36:10下载
- 积分:1
-
Bayes
贝叶斯分类器的分类原理是通过某对象的先验概率,本文详细介绍贝叶斯分类器,使用贝叶斯分类器对样本进行训练分类,得到良好分类结果,并对分类结果进行分析。(Principle of Bayesian classifiers is through prior probability of an object, the paper describes Bayesian classifier, Bayesian classifier using the training sample classification, the classification results are good, and the classification results were analyzed.)
- 2011-05-03 16:56:25下载
- 积分:1
-
Cosine-16-point-DFT-figure-matlab
绘出余弦的16个点的傅立叶变化图,你可以在程序中改变点的个数,得到你想要的图形(Draw the 16-point cosine Fourier map changes, you can change in the program the number of points to get the graphic you want)
- 2011-07-02 00:41:36下载
- 积分:1
-
mpi_kmeans-1.5
Super-fast kmeans code in C++/matlab/python
- 2009-06-03 15:54:24下载
- 积分:1
-
Lave1
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std
const kl = 4, kzs = 2, m = 6, n = 4, Error = 5
char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}}
int A[m][n] = {{1,2,2,5}, {1,3,2,4},{2,2,2,4},{2,2,2,4},{5,5,5,5},{5,5,5,5}},
- 2010-01-20 23:55:27下载
- 积分:1