- #1
- 221
- 0
Hello, I got pointed to this forum by OfficeShreder. I have a question I've been puzzling myself over for a while.
I am currently trying to implement the "Discrete Weighted Transform". I have reached a step where I need to determine "a primitive Nth root of unity in the appropriate domain".
I have been reading up on what roots of unity are, but I do not know what the "appropriate domain" is, nor how to determine 'g' according to this.
The research paper can be found here: http://faginfamily.net/barry/Papers/Discrete Weighted Transforms.pdf
The following formula is given:
[tex]X_{k} = \sum_{j=0}^{N-1} a_{j}x_{j}g^{-jk}[/tex]
Along with that formula, in section (2.5), variable 'g', is a primitive Nth root of unity in the appropriate domain.
This is all part of the variant of Algorithm W, as referenced in section 6.
Algorithm W can be found at the end of section 3.
If someone could help me figure out how to determine variable 'g', I would be very appreciative. Thanks in advance.
I am currently trying to implement the "Discrete Weighted Transform". I have reached a step where I need to determine "a primitive Nth root of unity in the appropriate domain".
I have been reading up on what roots of unity are, but I do not know what the "appropriate domain" is, nor how to determine 'g' according to this.
The research paper can be found here: http://faginfamily.net/barry/Papers/Discrete Weighted Transforms.pdf
The following formula is given:
[tex]X_{k} = \sum_{j=0}^{N-1} a_{j}x_{j}g^{-jk}[/tex]
Along with that formula, in section (2.5), variable 'g', is a primitive Nth root of unity in the appropriate domain.
This is all part of the variant of Algorithm W, as referenced in section 6.
Algorithm W can be found at the end of section 3.
If someone could help me figure out how to determine variable 'g', I would be very appreciative. Thanks in advance.
Last edited: