Statistics
10 Questions
0 Answers
RANK
37,186
of 301,296
REPUTATION
1
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
1
RANK
of 21,225
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,832
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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...
10 years ago | 2 answers | 0
2
answersQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 2 answers | 0
2
answersQuestion
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...
10 years ago | 1 answer | 1
1
answerQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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 ...
10 years ago | 1 answer | 0
1
answerQuestion
Hi sir i am using matlab 2013a version and i am trying to generate taylor sine series.i am finding diffculty in using loop inside tge loop..plz help
Function[y,sum]=taylor(a,x-rad,n) d-fact=6; y=0 ...
10 years ago | 1 answer | 0
1
answerQuestion
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:...
10 years ago | 0 answers | 0
0
answersQuestion
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...
10 years ago | 1 answer | 0
1
answerQuestion
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 ...
10 years ago | 1 answer | 0
