-
Chapt8
本教程主要论述了如何设计IIR滤波器的详细细节(This tutorial focuses on how to design IIR filter for further details,)
- 2008-06-19 10:19:49下载
- 积分:1
-
neon-0.30.1.tar
An C based HTTP Client. Suitable for Embedded Application Enviroment
- 2014-12-24 09:27:17下载
- 积分:1
-
Irrlicht.net
The study documents the famous 3D engine for 3D developers learn to use.
- 2014-02-12 22:12:18下载
- 积分:1
-
SLM
仿真了OFDM中的SLM方法 ,并附有仿真图形,对于初学PAPR的朋友可有用(Simulation of the OFDM in the SLM method, together with simulation graphics, for a friend can be useful for beginners PAPR)
- 2010-09-06 18:14:49下载
- 积分:1
-
介绍了radon变换原理
介绍了radon变换原理,举了些例子并进行了实现(radon transform and some examples)
- 2010-10-07 16:22:26下载
- 积分:1
-
sem_learn3
谱元法(SEM)学习程序之三,用于对各类波场的模拟计算(Spectral element method (SEM) study of three procedures for various types of wave field simulation)
- 2010-12-15 11:08:37下载
- 积分:1
-
MATLAB
MATLAB入门课件,基础知识介绍及软件使用方法介绍(Getting Started with MATLAB courseware, presentations and basic knowledge to use the software described)
- 2011-05-28 19:04:46下载
- 积分:1
-
separate-ocean-and-land
利用matlab判斷影像矩陣,利用近紅外光圖使海洋與陸地區分並找出海岸線(Judgment using matlab image matrix, using near-infrared light diagram of the marine and terrestrial distinguish and identify the coastline)
- 2013-08-31 11:32:53下载
- 积分:1
-
interleavedbuck
interleaved buck pfc will help in reducing magnetics,sizes,ripple,and overall size of the board.will help a lot if the frequency is of the 100 khz
- 2017-04-21 14:16:20下载
- 积分:1
-
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