▍1. HDB3-matlab
HDB3扰码技术的matlab编程实现,自己的论文整理,计算机原理必备(HDB3 scrambler technology of matlab programs, their papers, computer principle is necessary)
HDB3扰码技术的matlab编程实现,自己的论文整理,计算机原理必备(HDB3 scrambler technology of matlab programs, their papers, computer principle is necessary)
MATLAB 程式设计与应用,非常好的学习者资料 (MATLAB program design and application,Good learners material)
说明: 七单元天线阵DOA估计 clear clc d=1 天线阵元的间距 lma=2 信号中心波长 q1=1*pi/4 q2=1*pi/3 q3=1*pi/6 q4=3*pi/4 四输入信号的方向 A1=[exp(-2*pi*j*d*[0:6]*cos(q1)/lma)] 求阵因子 A2=[exp(-2*pi*j*d*[0:6]*cos(q2)/lma)] A3=[exp(-2*pi*j*d*[0:6]*cos(q3)/lma)] A4=[exp(-2*pi*j*d*[0:6]*cos(q4)/lma)] A=[A1,A2,A3,A4] 得出A矩阵 n=1:1900 v1=.015 四信号的频率 v2=.05 v3=.02 v4=.035 d=[1.3*cos(v1*n) 1*sin(v2(we)
说明: matlab的噪声模型,在原有噪声模型的基础上作出了一些改进。(matlab noise model, noise model on the basis of the original made some improvements.)
Information Theory, Inference and Learning Algorithms Ebook
说明: Matlab编程,可用于对二维图像进行处理,得到相应的轮廓图、Sobel边界图、柱状图等,可以进行灰度调整 (This program is used for 2D image.It can be used to give the outline,Sobel bounadry map and histogram of the image.Also,it can ajust the gray of the image.)
matlab book related to fuzzy logic
说明: 带约束算子的粒子群算法,用于matlab环境,对于搞研究的教师有很大帮助(Operator Constrained Particle Swarm Optimization for the matlab environment, engage in research for teachers are very helpful.)
NEC 78K0 sefl programming library documentation and code samples
reconnaissance de parole par des HMM
我的智囊团项目完整的源代码,可以作为HSS学习的例子,但是注意要导入相应的包! (I think-tank project the complete source code can be used as HSS learning example, but note that you want to import the appropriate package!)
步态识别的一篇博士论文,对学习步态识别非常有用.(Gait recognition of a doctoral dissertation on the study and gait recognition is very useful.)
GeoIP database used to identify user ip location by country
设计可以闪烁的文字和图形,自定义的控件,具有可重用性(Design can be flashing text and graphics, custom controls, with reusable)
前馈ANC系统的模型,但是,不详细,可以参考!(the model of two earphone active noise control)
VC和matlab平台编程,实现实时录音,与语音信号的断点检测。注意,不是查询方式,是回调函数实时处理。(VC and matlab platform for programming, real-time recording, and voice signals breakpoint detection. Note that the query is not a way, is a callback function, real-time processing.)
matlab hello world程序、windows对话框的mex程序,对于学习matlab混合编程很有帮助(matlab hello world programs, windows dialog mex program, very helpful for learning matlab Hybrid Programming)
matlab访问串口的程序,包括:打开、关闭和清除串口对象;读串口、写串口;串口的数据流控制;还包括:怎么用matlab发送手机短信的例程;这是学习matlab访问系统硬件的原理,不可多得的经典例程!(matlab serial port access procedures, including: open, close and clear the serial port object read serial port and write serial port serial data flow control also include: how to send SMS using matlab routine it is to learn the principle of the hardware to access the system matlab , rare classic routines!)