搜索结果
找到约 98 项符合
SQUARE 的查询结果
按分类筛选
- 全部分类
- matlab例程 (18)
- 技术资料 (16)
- 通讯/手机编程 (6)
- 其他 (6)
- 数学计算 (5)
- 单片机开发 (5)
- 数值算法/人工智能 (3)
- 游戏 (3)
- Java编程 (3)
- 嵌入式/单片机编程 (3)
- 加密解密 (2)
- 其他书籍 (2)
- 电子书籍 (2)
- Applet (2)
- 数据结构 (2)
- 其他行业 (2)
- 源码 (1)
- 书籍 (1)
- PCB相关 (1)
- 电源技术 (1)
- DSP编程 (1)
- 书籍源码 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- Linux/Unix编程 (1)
- 教育系统应用 (1)
- 编辑器/阅读器 (1)
- 汇编语言 (1)
- 人工智能/神经网络 (1)
- Java书籍 (1)
- 生物技术 (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- VIP专区 (1)
matlab例程 channel estimation using Ls and MMSE algorithms also calculates the Mean square error and SER
channel estimation using Ls and MMSE algorithms also calculates the Mean square error and SER
嵌入式/单片机编程 Find out 16 bit number square root. Asm51 source
Find out 16 bit number square root. Asm51 source
matlab例程 ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model - matrix with model points,
data - matrix with data points,
OUTPUT:
R - rotation matrix an ...
matlab例程 This program simulates plant identification least mean square (NLMS) alogrithm reference: 《LMS算法的
This program simulates plant identification least mean square (NLMS) alogrithm
reference: 《LMS算法的频域快速实现》
单片机开发 for MB90425 MCU initialise the PPG channels 0-2 and outputs the square waveform
for MB90425 MCU
initialise the PPG channels 0-2 and outputs the square waveform
通讯/手机编程 In this project we analyze and design the minimum mean-square error (MMSE) multiuser receiver for un
In this project we analyze and design the minimum mean-square error (MMSE) multiuser receiver for uniformly quantized synchronous code division multiple access (CDMA) signals in additive white Gaussian noise (AWGN) channels.This project is mainly based on the representation of uniform quantizer by ...
嵌入式/单片机编程 source code for I square c (I2c) AVR mega16
source code for I square c (I2c) AVR mega16
汇编语言 ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file.
&#8226 Assume a file with correct data (no garbage, characters, etc.).
&#8226 you must check and provide appropriate execution for 2 extra cases, namel ...
matlab例程 To invert a square Galois array, use the inv function. Related is the det function, which computes t
To invert a square Galois array, use the inv function. Related is the det function, which computes the determinant of a Galois array.
其他 Modify the Gray-coded modulation example (COMMDOC_GRAY) so that it uses a pair of square root raise
Modify the Gray-coded modulation example (COMMDOC_GRAY)
so that it uses a pair of square root raised cosine filters
to perform pulse shaping and matched filtering at the
transmitter and receiver, respectively.