搜索结果
找到约 90 项符合
Modified 的查询结果
按分类筛选
- 全部分类
- matlab例程 (12)
- 单片机开发 (12)
- VHDL/FPGA/Verilog (5)
- 数学计算 (4)
- 编译器/解释器 (4)
- 压缩解压 (3)
- 软件设计/软件工程 (3)
- 其他 (3)
- 嵌入式/单片机编程 (3)
- 其他书籍 (3)
- Linux/Unix编程 (3)
- 微处理器开发 (3)
- 单片机编程 (2)
- 传感与控制 (2)
- 汇编语言 (2)
- Delphi控件源码 (2)
- DSP编程 (2)
- 书籍 (2)
- 图形图像 (1)
- 模拟电子 (1)
- PCB相关 (1)
- 电源技术 (1)
- 无线通信 (1)
- 可编程逻辑 (1)
- 文件格式 (1)
- 通讯/手机编程 (1)
- 人工智能/神经网络 (1)
- 3G开发 (1)
- GPS编程 (1)
- 数值算法/人工智能 (1)
- Windows CE (1)
- SCSI/ASPI (1)
- 企业管理 (1)
- 系统设计方案 (1)
- Delphi/CppBuilder (1)
- 源码/资料 (1)
- 技术资料 (1)
- VIP专区 (1)
数学计算 Individual files are available in the following links: Bessjy -- Bessel functions Jn and Yn for r
Individual files are available in the following links:
Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order.
Bessik -- Modified Bessel function In and Kn for real argument and integer or real order.
CBessjy -- Bessel functions Jv and Yv for real or complex arguments an ...
单片机开发 * DEFINITION * This is the header file for a library module used to calculate the median * of a
* DEFINITION
* This is the header file for a library module used to calculate the median
* of a list of values. It finds the value that would be in the center if
* the list were sorted. If the list contains an even number of values, the
* lower of the two center values is reported. The values th ...
matlab例程 This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab co
This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a window ...
matlab例程 %WAVETEST Example Matlab script for WAVELET, using NINO3 SST dataset % % See "http://paos.colorado
%WAVETEST Example Matlab script for WAVELET, using NINO3 SST dataset
%
% See "http://paos.colorado.edu/research/wavelets/"
% Written January 1998 by C. Torrence
%
% Modified Oct 1999, changed Global Wavelet Spectrum (GWS) to be sideways,
% changed all "log" to "log2", changed logarithmic axis ...
软件设计/软件工程 In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl
In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol since it does not allow ...
其他书籍 This paper examines the asymptotic (large sample) performance of a family of non-data aided feedfor
This paper examines the asymptotic (large sample) performance
of a family of non-data aided feedforward (NDA FF) nonlinear
least-squares (NLS) type carrier frequency estimators for burst-mode
phase shift keying (PSK) modulations transmitted through AWGN and
flat Ricean-fading channels. The asymptoti ...
文件格式 Rao-Blackwellised Particle Filters (RBPFs) are a class of Particle Filters (PFs) that exploit condi
Rao-Blackwellised Particle Filters (RBPFs) are a class of Particle
Filters (PFs) that exploit conditional dependencies between
parts of the state to estimate. By doing so, RBPFs can
improve the estimation quality while also reducing the overall
computational load in comparison to original PFs. Howev ...
VHDL/FPGA/Verilog Synthesizable FIFO Model This example describes a synthesizable implementation of a FIFO. The FIFO
Synthesizable FIFO Model
This example describes a synthesizable implementation of a FIFO. The FIFO depth and FIFO width in bits can be modified by simply changing the value of two parameters, `FWIDTH and `FDEPTH. For this example, the FIFO depth is 4 and the FIFO width is 32 bits.
其他书籍 μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with
μC/OS-II Goals
Probably the most important goal of μC/OS-II was to make it backward compatible with μC/OS (at least from an
application’s standpoint). A μC/OS port might need to be modified to work with μC/OS-II but at least, the application
code should require only minor changes (if any). Als ...
matlab例程 This program simulates plant identification using frequency block least mean square (FBLMS) alogrith
This program simulates plant identification using frequency block least mean square (FBLMS) alogrithm
reference: 《LMS算法的频域快速实现》 LMS is modified by XXX in XXX place, see details in XXX relevant document