photo

somesh nandi


Last seen: 15 dagar ago Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Hi sir i am trying to convert matlab to vhdl but during test bench generation i am getting error like "error using divide",please guide to over come this error
## Begin Test Bench generation. Error using divide (line 169) Division by zero detected. Early termination due to div...

ungefär 8 år ago | 2 answers | 0

2

answers

Question


hi sir i am working on hdl coder while converting the simulink block to hdl i am getting the error like"type conversion involving struct type is not allowed"how to over come this error
hi sir i am working on hdl coder while converting the simulink block to hdl i am getting the error like"type conversion involvin...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


Hi sir i am working on hdl coder and i am stuck with error like "FOUND UNSUPPORTED DIVISION EXPRESSION FOR HDL CODE GENERATION SIGNED INPUT DATA TYPE IS NOT SUPPORTED FOR DIVISION WITH FLOOR MODE",i
Hi sir i am working on hdl coder and i am stuck with error like "FOUND UNSUPPORTED DIVISION EXPRESSION FOR HDL CODE GENERATION S...

mer än 8 år ago | 2 answers | 0

2

answers

Question


Hi sir while converting my matlab to HDL code i am facing the error like hdl code generation does not support 2D matrix as function inputs?
Hi sir while converting my matlab to HDL code i am facing the error like hdl code generation does not support 2D matrix as funct...

mer än 8 år ago | 1 answer | 1

1

answer

Question


Hi sir i am working in hdl coder while converting my matlab code it is showing error that asin is not supported for conversion,how should i overcome this pbm.Is asin is supported for code generation in latest matlab version.please help
Is there any alternative for asin function which will support for Hdl code genaration,please suggest how to overcome this proble...

mer än 8 år ago | 1 answer | 0

1

answer

Question


Hi sir i am working on hdl coder and i am new to it and my pbm is have written the matlab code and compiled it sucessfully, even generated hdl code but in hdl test bench i am not getting the exact ans( matlab output and hdl output not matching).
function[y,result] = taylor(a,x_rad,n) Y = 0; d_fact = 6; for i= 1:n d = (2*i+1) y = y+(power(a,i)*power(x_rad,d)/d_fact ...

mer än 8 år ago | 1 answer | 0

1

answer

1

answer

Question


hi i am trying to generate the taylors series ,here i am attaching the code where i am going wrong.i am not getting the accurate ans
function[y] = tesr(a,x_rad,d,i,d_fact) y = power(a,i)*power(x_rad,d)*(1/d_fact) end script file x = 0:10:...

mer än 8 år ago | 0 answers | 0

0

answers

Question


hi sir i am trying to implement y = x- x^3/6+x^.5/120 basically its taylors series,i have written the code but i am not geeting the desried ouput,plz guide whre i am going wrong
function file function[y] = tayl(a,x,d,d_factorial) y = 0 y = y+[(power(a,i)*power(c,d))]/d_factorial end SCRIPT FI...

mer än 8 år ago | 1 answer | 0

1

answer

Question


Hi sir, I have using the matlab 2012b version and i am getting an error that function call failed while converting my code to hdl
this my matlab code function [ y] = tesr (x,n) x = 10; x_rad = (pi/180)*x; b = 0; y = zeros(1,n); for i ...

mer än 8 år ago | 1 answer | 0

1

answer