Computing the powers of a polynomial f(x) modulo irreducible polynomial h(x) in MATLAB -


मान लीजिए मेरे पास बहुपद एफ (x) = a_0 + a_1 * x + a_2 * x ^ 2 + ... + ए_ (एन -1) * एक्स ^ (एन -1) एफ_क के ए_आई तत्वों के साथ, क्यू प्राइम मैं किसी भी सकारात्मक के लिए डिग्री एन के एक बहुपदी एच (x) ^ कश्मीर modulo शक्तियों एफ (एक्स) ^ 0, एफ (एक्स) ^ 1, एफ (एक्स) ^ 2, ..., एफ (x) Matlab में पूर्णांक कश्मीर? मैं फ़ंक्शन deconv (conv (f (x)), h (x) का उपयोग कर रहा हूं लेकिन मुझे सभी व्यक्तिगत शक्तियां नहीं मिल रही हैं धन्यवाद!

इसे आज़माएं

  u = f; मैं = 1 के लिए: टी [q {i}, r {i}] = deconv (f, h); च = रूपांतरण (एफ, यू);   

प्रत्येक शक्ति के लिए आपका जवाब सेल सरणी आर में होगा।

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -