-
linproj
模型是结构体类型的线性投影Y = linproj(X, model) 其中W.model为线性投影矩阵, Y = model.W *X + model.b
b为偏差值( Description:
Y = linproj(X, model) linearly projects data in X such that
Y = model.W *X+ model.b
out_data = linproj(in_data, model) projects in_data.X
out_data.X = model.W *in_data.X+ model.b
out_data.y = in_data.y
Input:
model [struct] linear projection:
.W [dim x ncomp] Projection matrix.
.b [ncomp x 1] Bias.)
- 2011-05-01 18:11:47下载
- 积分:1
-
detection-and-tracking
该算法可以直接实现,程序不需要修改且有详细的程序解释(The algorithm can directly implement the program and there is no need to modify the procedure explained in detail)
- 2013-08-12 08:20:21下载
- 积分:1
-
exa010301
说明 高斯信号的时间中心、频率最小、时宽和带宽(Description Time Center Gaussian signal frequency minimum, and when wide bandwidth)
- 2014-12-22 13:14:54下载
- 积分:1
-
filter
滤波器设计代码,很好有用希望大家能够用,多多交流(Filter design code, a good hope that we can be useful, and more exchanges)
- 2008-05-12 11:18:26下载
- 积分:1
-
bilinearinterpolationalgorithm
采用matlab语言描述的双线性插值算法。(Based on matlab language describe bilinear interpolation algorithm.)
- 2012-03-22 17:17:05下载
- 积分:1
-
TCRT1000
The TCRT1000/ TCRT1010 have a compact
construction where the emitting-light source and the
detector are arranged in the same direction to sense
the presence of an object by using the reflective
IR-beam from the object.
The operating wavelength is 950 nm. The detector
consists of a phototransistor.
- 2013-12-19 15:17:55下载
- 积分:1
-
Chapter8
现代通信系统matlab第八章信道容量和编码源代码(Modern communications systems matlab Chapter VIII channel capacity and coding source code)
- 2014-01-11 16:18:41下载
- 积分:1
-
jiaquanjuzhen
信号处理中波束形成时各种加权矩阵,包括长球函数权值和Kaiser加权(Beamforming signal processing for the various weighting matrix, including the prolate spheroidal functions and Kaiser weighting function)
- 2011-05-06 19:53:01下载
- 积分:1
-
estreodim
Matlab source for maths
- 2010-06-05 17:22:03下载
- 积分:1
-
OFDM_m
完整的OFDM链路程序并作了较为具体的解析从基本的bpsk,qpsk,qam到实际的ofdm系统,cdma链路,mac层仿真分析.(Orthogonal frequency division multiplexing (OFDM) is becoming the chosen
modulation technique for wireless communications. OFDM can provide large data
rates with sufficient robustness to radio channel impairments. Many research centers
in the world have specialized teams working in the optimization of OFDM for
countless applications. Here, at the Georgia Institute of Technology, one of such
teams is in Dr. M. A. Ingram’s Smart Antenna Research Laboratory (SARL), a part
of the Georgia Center for Advanced Telecommunications Technology (GCATT).
The purpose of this report is to provide Matlab code to simulate the basic processing
involved in the generation and reception of an OFDM signal in a physical
channel and to provide a description of each of the steps involved. For this purpose,
we shall use, as an example, one of the proposed OFDM signals of the Digital
Video Broadcasting (DVB) standard for the European terrestrial digital television
(DTV) service.)
- 2009-03-05 20:15:10下载
- 积分:1