поискавой системы для электроныых деталей
  Russian  ▼
ALLDATASHEETRU.COM

X  

RM0020 датащи(PDF) 51 Page - STMicroelectronics

номер детали RM0020
подробное описание детали  SPC56xx DSP function library 2
PDF  69 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
производитель  STMICROELECTRONICS [STMicroelectronics]
домашняя страница  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

RM0020 датащи(HTML) 51 Page - STMicroelectronics

Back Button RM0020 Datasheet HTML 47Page - STMicroelectronics RM0020 Datasheet HTML 48Page - STMicroelectronics RM0020 Datasheet HTML 49Page - STMicroelectronics RM0020 Datasheet HTML 50Page - STMicroelectronics RM0020 Datasheet HTML 51Page - STMicroelectronics RM0020 Datasheet HTML 52Page - STMicroelectronics RM0020 Datasheet HTML 53Page - STMicroelectronics RM0020 Datasheet HTML 54Page - STMicroelectronics RM0020 Datasheet HTML 55Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 51 / 69 page
background image
RM0020
Function API
51/69
unsigned short N;
void main(void)
{
/* filter the samples in x with sixth-order IIR filter, */
/* write result into y */
N = 256;
iir_float_casc(N, x, y, c, s, 3);
}
6.27
iir_frac16_1st - frac16 first-order IIR filter
Function call:
void iir_frac16_1st(unsigned short N, short *x, short *y, short *c,
short *s);
Arguments:
Description:
Computes the first-order IIR filter on frac16 data. The input samples are stored in the
array x, output samples are written to the array y. There is used the arithmetic with
saturation so the output will never overflow.
Algorithm:
Equation 45
for each n from 0 to N-1
Performance: See Section 7 and Table 58.
Example 27. iir_frac16_1st
#include "libdsp2.h"
/* #pragma and ALIGN macros used to align to 4 bytes */
#ifdef __ghs__
#pragma alignvar (4)
#endif
ALIGN_DCC(4)
Table 27.
iir_frac16_1st arguments(1)
1.
The x,y,c,s data are in fractional 16-bit format in range -1 to 1. The arrays x,y,s must be word
aligned, the array c must be half-word aligned (implicit alignment of short data). There must be 4
bytes of readable memory behind the array x. There are returned new values of x(-1), y(-1) in the
array s to be ready for next function call.
N
in
number of input and output samples (N must be multiple of 4)
x
in
array of input samples of length N, x(0) x(1) ... x(N-1)
y
out
array of output samples of length N, y(0) y(1) ... y(N-1)
c
in
array of filter coefficients, c[3] = {b0, b1, a1}
s
in/out
array of previous input and output values (state vector), s[2] = {x(-1),
y(-1)}
yn

b0
xn
 b1
xn 1
 a1
yn 1

+
=



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69


датащи скачать

Go To PDF Page


ссылки URL



Вашему бизинису помогли Аллдатащит?  [ DONATE ] 

Что такое Аллдатащит   |   реклама   |   контакт   |   Конфиденциальность   |   Ссылка на техническое описание    |   обмен ссыками   |   поиск по производителю
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com