-
bayes-classifier-
程序展示了bayes classifier对于连续数据的应用,假设数据均服从高斯分布。程序包含了binary classification和multi-classification的例子。(Program shows bayes classifier for continuous data applications, assume that the data are Gaussian. Program includes a binary classification and multi-classification examples.)
- 2013-08-04 02:53:08下载
- 积分:1
-
particle_filter
particle filter in matlab
- 2015-01-06 06:09:30下载
- 积分:1
-
cerebrumwavesignalvisual
常见的大脑信号处理算法的程序集合。用matlab语言编写的。可以作为研究信号可视方向的学生学习(Common signal processing algorithms of the brain collection procedures. Using matlab language. Research on visual signals can be used as the direction of student learning)
- 2007-10-22 13:05:58下载
- 积分:1
-
Image-matritype-conversion
读取图像 显示图像 将图像矩阵类型转换为double 傅里叶变换 离散余弦变换(Read image shows the image matrix type image is converted to double Fourier transform discrete cosine transform)
- 2009-12-16 14:33:35下载
- 积分:1
-
FFTfrequencyresolution
讲述MATLAB进行信号分析时,频率分辨率的问题,文章通过列子详细介绍了此问题的注意事项(About MATLAB for signal analysis, the frequency resolution of the issue, the article described in detail by Liezi note of this problem)
- 2011-01-10 14:48:51下载
- 积分:1
-
MatlabIIRFIR
在MATLAB环境下用程序实现IIR,FIR滤波器的设计,无需使用系统自带设计工具,具备选窗,阶数选择,频带选择等功能。(Program in the MATLAB environment to achieve IIR and FIR filter design, without the use of the system comes with a design tool with the selected window, order selection, band selection and other functions.)
- 2013-05-11 11:45:03下载
- 积分:1
-
fb_algor
matlab implementation for forward-backward algorithm for train and test of hidden markov model (HMM).
- 2012-02-02 01:40:11下载
- 积分:1
-
cp0101_bandwidth
第一步是计算输人信号单边功率谱密度(ESD)。使用快
%速傅里叶(FFr)算法将信号从时域转换到频域。因为FFr算法的输出是离散谱,而这
%里我们需要的是连续谱,因此需要引人不同的比例因子来实现从离散谱到连续谱的转换。
%在第二步中,我们利用迭代算法计算出相对于特定阂值的ESD的最高和最低频率,从而
%估算出被检测信号所占用的带宽。这种算法同时适用于基带信号和已调制信号。最后,
%在第三步中,我们给出了输出图形的原代码。(The first step is calculating the input signal unilateral power spectral density (ESD). The use of fast Fourier speed (FFr) algorithm for the signal conversion from time domain to frequency domain. FFR algorithm because the output is a discrete spectrum, which we need is a continuous spectrum, so the need for food of different scale factor to achieve from the discrete spectrum to continuous spectrum conversion. In the second step, we use iterative algorithm to calculate a specific threshold in relation to the ESD of the highest and lowest frequency, thus estimated to be occupied by the signal detection bandwidth. This algorithm applies to both baseband signal and modulation signals. Finally, in the third step, we give the graphical output of the original code.)
- 2008-05-02 17:22:10下载
- 积分:1
-
cryptography-Niederreiters-cryptosysteme
Niederreiter cryptosystems.
This application allows users, through its graphical interface, to define first, the parameters of the Niederreiter s cryptosysteme, and then they can write the message which they want to encode. This message is encoded in the transmission channel and then decoded at the reception
- 2011-05-20 23:02:37下载
- 积分:1
-
parallel-computation2010
使用虚拟处理器的SPMD
并行程序,我将介绍使用虚拟处理器的一些结果
技术,并行计算程序的一些SPMD。 “
测试的技术真正的处理器是英特尔超线程,
和程序,浮点计算的MATLAB脚本。
工作的关注实用和限制的结论
使用的方法。主要结果是,使用虚拟处理器
不仅为改善并行程序是一个很好的技术
基于内存的计算,但在大量的磁盘存储的情况下
操作太多。
(Using virtual processors for SPMD
parallel programs,I describe some results on the use of virtual processors
technology for parallelize some SPMD computational programs. The
tested technology is the INTEL Hyper Threading on real processors,
and the programs are MATLAB scripts for floating points computation.
The conclusions of the work concern on the utility and limits
of the used approach. The main result is that using virtual processors
is a good technique for improving parallel programs not only for
memory-based computations, but in the case of massive disk-storage
operations too)
- 2011-09-04 18:59:04下载
- 积分:1