LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Solving Toeplitz Matric

Solved!
Go to solution
  1. In your implementation of vi you were required to build a Toeplitz matrix given the initial row and column of the matrix. Notice the first element of row and column should be equal. What will your Vi do if the initial element of each array is different?

    Does anyone know the answer?
0 Kudos
Message 1 of 5
(2,886 Views)
Solution
Accepted by topic author pleuratb

Hi pleuratb,

 

In your implementation of vi you were required to build a Toeplitz matrix given the initial row and column of the matrix. Notice the first element of row and column should be equal. What will your Vi do if the initial element of each array is different?

 

Does anyone know the answer?

No, because the question is all about YOUR VI.

You didn't attach any VI…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(2,880 Views)
Solution
Accepted by topic author pleuratb

Ask your classmates or your Instructor if you don't understand the assignment.

 

Bob Schor

0 Kudos
Message 3 of 5
(2,849 Views)

Hi, 
Thank you very much for your answer. This question is on manual "Digital Wireless Communication Physical Layer Exploration Lab using the NI USRP". I think that this is more a general question than a specific question related to my .vi.

0 Kudos
Message 4 of 5
(2,845 Views)

There's also the built-in "Create Special Real Matrix" .vi , which is said to be capable to generate a Toeplitz Matrix.

 

TOEPLITZ-demo.png

 

toeplitz.PNG

 

0 Kudos
Message 5 of 5
(2,834 Views)