-
hmmselforiginal
特征分析对于声音信号的处理非常有用,希望这个能对大家有用(Feature Analysis for the audio signal processing is very useful, hope this will be useful to everyone)
- 2009-12-16 10:33:08下载
- 积分:1
-
tcm_8psk_viterbi
通信中的8psk&tcm的体制研究,matlab源程序代码,采用viterbi译码方式,同时适用于软判决和硬判决两种方式(Communication 8psk & tcm institutional research, matlab source code, using viterbi decoding method applies to both soft-decision and hard decision in two ways)
- 2010-03-04 17:13:46下载
- 积分:1
-
Underdetermined-Blind-Source-PSO
Underdetermined Blind Source PSO
- 2014-02-20 08:43:38下载
- 积分:1
-
050312
Matlab 与工控组态软件RSView32 的通信设计(Matlab and Industrial Control Configuration Software RSView32 communication design)
- 2008-02-01 10:10:13下载
- 积分:1
-
UPMLfdtd3D
说明: 经典的UPML边界程序,用于电磁仿真,使用的是高斯脉冲(The classic UPML border procedures for the electromagnetic simulation, using a Gaussian pulse)
- 2009-08-28 17:48:05下载
- 积分:1
-
MatchingPursuits
Matching Pursuit方法,经典的稀疏表示方法,可以用人脸识别和图像分类,图像去噪,现在非常流行。(Matching Pursuit method, sparse representation of the classic, you can use face recognition and image classification, image denoising, now very popular.)
- 2010-05-19 19:09:22下载
- 积分:1
-
jryysmma
真的是一个好程序,用MATLAB实现动态聚类或迭代自组织数据分析,包括回归分析和概率统计,车牌识别定位程序的部分功能,部分实现了追踪测速迭代松弛算法,使用matlab实现智能预测控制算法,进行波形数据分析,包括主成分分析、因子分析、贝叶斯分析。( Really is a good program, Using MATLAB dynamic clustering or iterative self-organizing data analysis, Including regression analysis and probability and statistics, Part of the license plate recognition locator feature, Partially achieved tracking speed iterative relaxation algorithm, Use matlab intelligent predictive control algorithm, Waveform data analysis, Including principal component analysis, factor analysis, Bayesian analysis.)
- 2016-04-06 21:27:42下载
- 积分:1
-
jp2info
JP2INFO Get information about the image in a JP2 or JPC file.This function returns a structure holding information about a JPEG 2000 image file.
- 2010-06-17 20:02:56下载
- 积分:1
-
Constrained_K-means_Clustering_with_Background_Kno
Constrained K-means Clustering with Background Knowledge算法实现(Constrained K-means Clustering with Background Knowledge algorithm)
- 2009-12-17 09:49:35下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1