Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

shmoo plot for testing

Status
Not open for further replies.

lh-

Member level 1
Joined
Oct 5, 2016
Messages
37
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
277
i have a task - generate shmoo plot from a matrix (of doubles), given the scale and step (in how many submatrices to divide the original matrix).
i only know that i should calculate the average of each submatrix, i.e. suppose the big matrix is my input and step is 3, so the matrix of submatrices will be:

(sorry the spaces aren't visible, its basically 1 matrix divided into 9 submatrices)

Code:
+-----+------+------+
|     |      |      |
|     |      |      |
+-----+------+------+
|     |      |      |
|     |      |      |
+-----+------+------+
|     |      |      |
|     |      |      |
+-----+------+------+
and i need to calculate the 9 averages. but this is all am i given. what then? what does this scale mean? i don't understand what i should do. please help me. thanks in advance
 
Last edited by a moderator:

does someone know anything about this? please help?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top