-
Ask
学习MATLAB过程中编写的一个关于ASK的小程序(MATLAB course of study prepared by a small program on the ASK)
- 2008-12-31 15:11:54下载
- 积分:1
-
310
关于MATLAB生成正弦波的程序这个是最原始的程序。。。(About MATLAB to generate the sine wave procedures are the most primitive procedures. . .)
- 2009-03-11 09:42:37下载
- 积分:1
-
Phase_Correlation
Improved Phase Correlation Matching
- 2010-08-13 03:48:24下载
- 积分:1
-
fuzzy
模糊数学在聚类分析中的作用(matlab代码)(Fuzzy clustering analysis of the role in the (matlab code))
- 2013-08-22 14:51:18下载
- 积分:1
-
PID-and-MATLAB-simulation-
先进PID控制及其MATLAB仿真(刘金锟)(Advanced PID control and MATLAB simulation (Liu Jinkun))
- 2014-09-03 10:38:49下载
- 积分:1
-
1373970439844pic
matlab扩展编程程序例子,有HMM算法的语音识别,对于初学语音识别的来说很有用(Matlab extension programming examples, a HMM speech recognition algorithm, for beginners is very useful for speech recognition)
- 2015-05-06 11:49:16下载
- 积分:1
-
透镜成像模拟
基于物理光学透镜成像原理,利用MATLAB语言编写了仿真程序,制作了GUI界面。(Based on the imaging principle of physical optical lens, the simulation program is written in MATLAB language, and the GUI interface is made.)
- 2021-04-24 08:18:47下载
- 积分:1
-
gcc
广义互相关测信号时延的matlab代码,采用TDOA方法,其中延时计算采用GCC方法(Matlab code for time delay measurement of generalized cross-correlation signals)
- 2021-04-24 11:58:47下载
- 积分:1
-
icalabSignal
说明: 预处理工具包括:主成分Analysi 小号(PCA),白化,过滤:高通滤波(HPF),低通滤波(LPF),子带滤波器(巴特沃斯,切比雪夫,椭圆)用的滤波器,频率子带和可调顺序子带的数量)或用户定义的 预处理功能。
后处理工具实际上包括:通过去除不想要的组件,噪声或伪像,对原始原始数据进行压缩和重建(“清理”)。
该算法不仅可以执行ICA,还可以执行二阶统计盲源分离(BSS),稀疏分量分析(SCA),非负矩阵分解(NMF),平滑分量分析(SmoCA),因子分析(FA)和任何其他可能的矩阵X = HS + N或 Y = WX形式的因式分解,其中H = W +是混合矩阵或基本向量矩阵。X是观测数据的矩阵,S是原始数据的矩阵,N表示其他噪声的矩阵。
ICA / BSS算法是纯数学公式,功能强大,但机械程序却很复杂:机械得到最佳实施后,用户要做的工作不多。ICALAB的成功和有效使用在很大程度上取决于先验知识,常识以及对预处理和后处理工具的适当使用。(icalab toolboxes for signal process, based on the software MATLAB.)
- 2020-06-14 01:47:31下载
- 积分:1
-
huffmancoding
格式:[huffcodes,氢,領 ,电子] = huffmancoding(磷,氮)
%输入:p是每个字母符号的概率
(如:对= [0.3 0.2 0.2 0.2 .06 .04])
n是一个整数,决定在每个帧的符号数量
(默认:n = 1时)
%输出:huffcodes:huffmancodes
答:源熵
甲肝:平均熵编码
电子邮件:科丁效率(format : [huffcodes,H,Hav,e]=huffmancoding(p,n)
inputs: p is the probability of each alphabet symbol
( eg:p=[.3 .2 .2 .2 .06 .04] )
n is an integer that determines number of symbols at each frame
(default:n=1)
outputs: huffcodes: huffmancodes
H: source entropy
Hav: average entropy for coding
e: codding efficiency
)
- 2010-07-05 12:07:29下载
- 积分:1