搜索结果
找到约 554 项符合
matrix-Vector 的查询结果
DSP工具/软件 tas3204
The TAS3204 is a highly-integrated audio system-on-chip (SOC) consisting of a fully-programmable, 48-bit digital audio processor, a 3:1 stereo analog input MUX, four ADCs, four DACs, and other analog functionality. The TAS3204 is programmable with the graphical PurePath Studio™ suite of DS ...
数学计算 计算本征值程序
Computes all eigenvalues and eigenvectors of a real symmetric matrix a,
! which is of size n by n, stored in a physical np by np array.
! On output, elements of a above the diagonal are destroyed.
! d returns the eigenvalues of a in its first n elements.
! v is a matrix with the same logical and ...
论文 基于频率插值的4.0kbps 语音编码器的性能和设计(英文)
The 4.0 kbit/s speech codec described in this paper is based on a
Frequency Domain Interpolative (FDI) coding technique, which
belongs to the class of prototype waveform Interpolation (PWI)
coding techniques. The codec also has an integrated voice
activity detector (VAD) and a noise reduction capabi ...
软件 道理特分解法
#include "iostream" using namespace std;
class Matrix
{
private:
double** A; //矩阵A
double *b; //向量b
public:
int size;
Matrix(int );
~Matrix();
friend double* Dooli(Matrix& );
void Input();
void Disp();
};
Matrix::Matrix(int x) {
size= ...
其他 TTP233D系列单通道触控芯片 台湾通泰永嘉微电优势代理
产品型号:TTP232-CA6 
产品品牌:TONTEK/通泰
封装形式:SOT23-6
产品年份:新年份
联 系 人:许先生
联 系 QQ:1918885898 
联系手机:18898582398
台湾通泰一级代理,原装现货最有优势!工程服务,技术支持,让您的生产高枕无忧!
量大价优,保证原装正品。您有量,我有价!
...
书籍 Probability and Random Processes
Many good textbooks exist on probability and random processes written at the under-
graduate level to the research level. However, there is no one handy and ready book
that explains most of the essential topics, such as random variables and most of their
frequently used discrete and continuous proba ...
书籍 DRM023_3-Phase AC Designer Reference Manual
This reference design describes the design of a 3-phase AC induction
vector control drive with position encoder coupled to the motor shaft. It
is based on Motorola’s DSP56F805 dedicated motor control device.
AC induction motors, which contain a cage, are very popular in variable
speed drives. They ...
书籍 Introduction_to_Dynamic_Systems
This book  is  an outgrowth of a course developed at Stanford University over
the past  five  years. It  is  suitable as a self-contained textbook for second-level
undergraduates  or  for first-level graduate students in almost every field that
employs quantit ...
书籍 Linear_Matrix_Inequalities_in_System
The basic topic of this book is solving problems from system and control theory using
convex optimization. We show that a wide variety of problems arising in system
and control theory can be reduced to a handful of standard convex and quasiconvex
optimization problems that involve matrix inequalitie ...
书籍 Guide to Convolutional Neural Networks
General paradigm in solving a computer vision problem is to represent a raw image
using a more informative vector called feature vector and train a classifier on top of
feature vectors collected from training set. From classification perspective, there are
several off-the-shelf methods such as gradi ...