搜索结果
找到约 12 项符合
scaled 的查询结果
按分类筛选
matlab例程 SOUNDSC(Y,...) is the same as SOUND(Y,...) except the data is scaled so that the sound is played a
SOUNDSC(Y,...) is the same as SOUND(Y,...) except the data is
scaled so that the sound is played as loud as possible without
clipping. The mean of the data is removed.
数学计算 2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve
2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system
for n=10 and 100
单片机编程 西门子S7-300 PLC模拟量转换
Analog Inputs and Outputs in an S7 PLC are represented in the PLC as a 16-bit integer. Over
the nominal span of the analog input or output, the value of this integer will range between -
27648 and +27648. However, it is easier to use the analog values if they are scaled to the
same units and ra ...
嵌入式综合 VxWorks6.x中的ML403嵌入式开发平台
The use of the Wind River VxWorks Real-Time Operating System (RTOS) on Virtex™-4embedded PowerPC™ processors continues to be a popular choice for high performanceFPGA designs. The introduction of the Wind River Workbench design environment has enableda new and easier way for designers ...
开发工具 Arduino学习笔记3_连接HMC5883L三轴电子罗盘传感器
用途:测量地磁方向,测量物体静止时候的方向,测量传感器周围磁力线的方向。注意,测量地磁时候容易受到周围磁场影响,主芯片HMC5883 三轴磁阻传感器特点(抄自网上):
1,数字量输出:I2C 数字量输出接口,设计使用非常方便。
2,尺寸小: 3x3x0.9mm LCC 封装,适合大规模量产使用。
3,精度高:1-2 度,内置12 位A ...
测试测量 XAPP713 -Virtex-4 RocketIO误码率测试器
 
The data plane of the reference design consists of a configurable multi-channel XBERT modulethat generates and checks high-speed serial data transmitted and received by the MGTs. Eachchannel in the XBERT module consists of two MGTs (MGTA and MGTB), which physicallyoccupy one MGT tile in t ...
设计相关 Arduino学习笔记3_连接HMC5883L三轴电子罗盘传感器
用途:测量地磁方向,测量物体静止时候的方向,测量传感器周围磁力线的方向。注意,测量地磁时候容易受到周围磁场影响,主芯片HMC5883 三轴磁阻传感器特点(抄自网上):
1,数字量输出:I2C 数字量输出接口,设计使用非常方便。
2,尺寸小: 3x3x0.9mm LCC 封装,适合大规模量产使用。
3,精度高:1-2 度,内置12 位A ...
其他 Displaying large amounts of technical data in a chart can be a frustrating task. You can find tons o
Displaying large amounts of technical data in a chart can be a frustrating task. You can find tons of charting controls with fancy effects and useless features, but when it comes to displaying many curves at once, independently scaled on different axes, most of them fail.
数学计算 When working with mathematical simulations or engineering problems, it is not unusual to handle curv
When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. Hence, you use a lot o ...
单片机开发 // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image p
//
// Histogram Sample
// This sample shows how to use the Sample Grabber filter for video image processing.
// Conceptual background:
// A histogram is just a frequency count of every pixel value in the image.
// There are various well-known mathematical operations that you can perform on an image ...