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

X  

UM0585 датащи(PDF) 14 Page - STMicroelectronics

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

UM0585 датащи(HTML) 14 Page - STMicroelectronics

Back Button UM0585 Datasheet HTML 10Page - STMicroelectronics UM0585 Datasheet HTML 11Page - STMicroelectronics UM0585 Datasheet HTML 12Page - STMicroelectronics UM0585 Datasheet HTML 13Page - STMicroelectronics UM0585 Datasheet HTML 14Page - STMicroelectronics UM0585 Datasheet HTML 15Page - STMicroelectronics UM0585 Datasheet HTML 16Page - STMicroelectronics UM0585 Datasheet HTML 17Page - STMicroelectronics UM0585 Datasheet HTML 18Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 14 / 25 page
background image
16-bit FIR filter
UM0585
14/25
Doc ID 14988 Rev 2
4.2.1
fir_16by16_stm32
function
Table 8 describes the fir_16by16_stm32 function.
The filter coefficients and their number must be filled into a structure of the COEFS type.
The coefficients structure is defined as follows:
typedef struct {
short *h;
unsigned int nh;
}COEFS;
Example
#define M 32 /*number of coefficients*/
#define N 32 /*number of output samples*/
COEFS fir_coefs;/*coefficients structure*/
int a[N];/*filter output vector*/
short x[M+N-1] = {x0,x1...,xM+N-1};/*filter input vector*/
short h[M]={h0,h1...,hM-1};/*filter coefficients vector*/
fir_coefs.nh = M; /*Number of Coefficients for FIR*/
fir_coefs.h = h; /*Pointer on FIR coefficient vector*/
fir_16by16_stm32(a,x,&fir_coefs,N);/*performs the FIR filtering*/
Table 8.
fir_16by16_stm32
function
Function name
fir_16by16_stm32
Prototype
void fir_16by16_stm32(int *a,short *x,struct
COEFS
*p,unsigned int N)
Behavior description
Block Fir 16-bit filter.
Input parameter
– a: output array
– x: input array
– p: pointer to the coefficient structure of the
COEFS type
– N: number of output samples
Output parameter
None
Return parameter
None



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


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

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