搜索结果
找到约 90 项符合
Discrete 的查询结果
按分类筛选
- 全部分类
- matlab例程 (12)
- 其他 (8)
- 数学计算 (7)
- 其他书籍 (5)
- 书籍 (5)
- 人工智能/神经网络 (4)
- 数值算法/人工智能 (4)
- 压缩解压 (4)
- 学术论文 (3)
- 电源技术 (3)
- 文件格式 (3)
- 单片机编程 (2)
- VHDL/FPGA/Verilog (2)
- Applet (2)
- Java编程 (2)
- 系统设计方案 (2)
- 论文 (2)
- 可编程逻辑 (1)
- 其他嵌入式/单片机内容 (1)
- 数据结构 (1)
- 文章/文档 (1)
- 网络 (1)
- 通讯编程文档 (1)
- 中间件编程 (1)
- 3G开发 (1)
- 电子书籍 (1)
- 通讯/手机编程 (1)
- 单片机开发 (1)
- 书籍源码 (1)
- 行业发展研究 (1)
- 软件设计/软件工程 (1)
- 汇编语言 (1)
- Delphi控件源码 (1)
- Linux/uClinux/Unix编程 (1)
- DSP工具/软件 (1)
- 笔记 (1)
- VIP专区 (1)
matlab例程 The EM Wave MATLAB Library consists of a collection of MATLAB programs related to electromagnetic wa
The EM Wave MATLAB Library consists of a collection of MATLAB programs related to electromagnetic wave scattering with special emphasis on wave scattering by random rough surfaces and discrete random media.
Java编程 One-channel queuing system simulator (M/M/1) * Arrival and service times are random and distributed
One-channel queuing system simulator (M/M/1)
* Arrival and service times are random and distributed exponetially.
*
* The simulator is time-slice-driven, i.e. the system model is being
* run at discrete time points, with constant increments deltaT.
* At each such time moment, program checks if a n ...
matlab例程 When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the
When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the MATLAB Central File exchange, but I didn t see a heavily commented, basic Kalman filter present to allow someone new to Kalman filters to learn about creating them. So, a year later, I ve written a v ...
文件格式 In this article, we present an overview of methods for sequential simulation from posterior distribu
In this article, we present an overview of methods for sequential simulation from posterior distributions.
These methods are of particular interest in Bayesian filtering for discrete time dynamic models
that are typically nonlinear and non-Gaussian. A general importance sampling framework is develop ...
人工智能/神经网络 Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form
Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy search for a linear combination of classifiers by overweighting the examples that are misclassified by each classifie ...
系统设计方案 Fast settling-time added to the already conflicting requirements of narrow channel spacing and low
Fast settling-time added to the already conflicting requirements of narrow channel spacing and
low phase noise lead to Fractional4 divider techniques for PLL synthesizers. We analyze discrete "beat-note spurious levels from arbitrary modulus divide sequences including those from classic accumulator ...
人工智能/神经网络 Probability distribution functions. estimation - (dir) Probability distribution estimation. dsam
Probability distribution functions.
estimation - (dir) Probability distribution estimation.
dsamp - Generates samples from discrete distribution.
erfc2 - Normal cumulative distribution function.
gmmsamp - Generates sample from Gaussian mixture model.
gsamp - Generates sample from Gaussian dist ...
压缩解压 Image Compression A collection of simple routines for image compression using different techniqu
Image Compression
A collection of simple routines for image compression using different techniques.
图象压缩的不同方法
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
...
数值算法/人工智能 离散傅里叶变换是20世纪60年代是计算复杂性研究的主要里程碑之一
离散傅里叶变换是20世纪60年代是计算复杂性研究的主要里程碑之一,1965年Cooley和Tukey所研究的计算离散傅里叶变换(Discrete Fourier Test)的快速傅氏变换(FFT)将计算量从О(n2)下降至О(nlogn),推进了FFT更深层、更广法的研究与应用。
这是一个傅氏变换的MPI程序,用C语言实现。 ...
数学计算 c的快速傅立叶变换程序包
c的快速傅立叶变换程序包,the file FFT.ZIP contains C source code for performing Discrete Fast Fourier
Transforms (DFFTs) and inverse DFFTs.