-
MATLABandGMSK
采用正交调制的法,在matlab 环境下用simulink 组件产生了gmsk射频信号.(Gmsk implementation with MATLAB Signal generation and demodulation)
- 2021-04-12 13:08:57下载
- 积分:1
-
MATLABshuzhifenxi
《matlab数值分析》一书中的相关程序,供大家参考("Matlab numerical analysis," a book of related procedures, for your reference)
- 2013-10-21 21:21:44下载
- 积分:1
-
2.2
噪声信号中正弦信号的现代法频谱分析,在不同周期不同长度和不同信噪比下的结果(Sinusoidal signal in noise spectrum analysis of modern law, in different periods of different lengths and different signal to noise ratio results)
- 2011-11-23 10:24:21下载
- 积分:1
-
human_skeletal_without_comments
single human motion detection
- 2015-04-08 15:53:27下载
- 积分:1
-
bposs
我编写bposs的神经网络应用程序,第一次上传(of neural network applications, the first upload)
- 2006-06-20 18:51:43下载
- 积分:1
-
Channel-estimation-LS-MMSE
Channel estimation LS MMSE
- 2014-11-19 21:24:37下载
- 积分:1
-
kalman-yuanli
卡尔曼滤波原理程序手册,卡尔曼主要用于预测,轨迹跟踪(The Kalman filtering principle Procedures Manual, Kalman mainly used to predict the trajectory tracking)
- 2012-11-07 14:34:00下载
- 积分:1
-
M5Z5tidu
计算复合材料的基本物理性能参数,包括弹性模量,泊松比,密度,热导率,热膨胀系数(Calculation of the basic physical parameters of composite materials )
- 2011-11-29 16:30:07下载
- 积分:1
-
huffman
哈夫曼编码(huffman)编码,实现了其基本功能(Huffman Coding (huffman) encoding, to achieve its basic functions)
- 2008-06-30 17:56:10下载
- 积分:1
-
svcm_run
support vector classification machine
% soft margin
% uses "kernel.m"
%
% xtrain: (Ltrain,N) with Ltrain: number of points N: dimension
% ytrain: (Ltrain,1) containing class labels (-1 or +1)
% xrun: (Lrun,N) with Lrun: number of points N: dimension
% atrain: alpha coefficients (from svcm_train on xtrain and ytrain)
% btrain: offest coefficient (from svcm_train on xtrain and ytrain)
%
% ypred: predicted y (Lrun,1) containing class labels (-1 or +1)
% margin: (signed) separation from the separating hyperplane (Lrun,1(support vector machine classification% s oft margin% uses "kernel.m"%% xtrain : (Ltrain, N) with Ltrain : number of points N : % ytrain dimension : (Ltrain. 1) containing class labels (-1 or 1)% xrun : (Lrun, N) with Lrun : number of points N : % atrain dimension : alpha coefficients (from svcm_train on xtrain and ytrain)% btrain : offest coefficient (from svcm_train on xtrain and ytrain)%% ypred : predicted y (Lrun. 1) containing class labels (-1 or 1)% margin : (signed) separation from the separating hyper plane (Lrun, 1)
- 2007-03-03 10:59:12下载
- 积分:1