Microchip PIC32AK1216GC41064 handleiding
Handleiding
Je bekijkt pagina 10 van 76

Vector Funcons
User Guide
© 2025 Microchip Technology Inc. and its subsidiaries
DS70005605A - 10
x[k] = source one vector of size N,
h[k] = source two vector of size M (with M<N).
Prototype
fractional* VectorConvolve (int numElems1,int numElems2,fractional* dstV,
fractional* srcV1,fractional* srcV2);
Arguments
Parameters Description
numElems1
Number of elements in source one vector
numElems2
Number of elements in source two vector
dstV
Pointer to the destination vector
srcV1
Pointer to the source one vector
srcV2
Pointer to the source two vector
Returns
Pointer to the base address of the destination vector.
Remarks
The number of elements inthe sourcetwo vectormustbe less than or equal to the number of
elements in the source one vector.
The destination vectormustalready exist, with exactlynumElems1+numElems2-1 number of
elements.
This function can beself-applicable.
Source File
• vcon_aa.s
Function Prole
Device Program
Words
Cycles
PIC32A
37
For N =numElems1, and M =numElems2,
System resource usage
• W0… W7 - used, not restored
• W8…W9 - saved, used, restored
• ACCA - used, not restored
• CORCON - saved, used, restored
• Two REPEATinstruction(s)
2.3.3. VectorCopy
Description
VectorCopycopies the elements of the source vector into the beginning of an (already existing)
destination vector, so that:
Bekijk gratis de handleiding van Microchip PIC32AK1216GC41064, stel vragen en lees de antwoorden op veelvoorkomende problemen, of gebruik onze assistent om sneller informatie in de handleiding te vinden of uitleg te krijgen over specifieke functies.
Productinformatie
Merk | Microchip |
Model | PIC32AK1216GC41064 |
Categorie | Niet gecategoriseerd |
Taal | Nederlands |
Grootte | 11302 MB |