Statistics
RANK
37.919
of 295.467
REPUTATION
1
CONTRIBUTIONS
13 Questions
1 Answer
ANSWER ACCEPTANCE
30.77%
VOTES RECEIVED
1
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Has anyone used the dsp.HDLIFFT system object in a real implementation?
I am trying to use this system object for an OFDM modulator but It seems to not work propertly in the FPGA. So, if anyone has so...
meer dan 7 jaar ago | 0 answers | 0
0
answersQuestion
How to use the dsp.HDLIFFT system object?
I am developing a symple OFDM modulator. I use QPSK symbols as input for the IFFT block (dsp.HDLIFFT). The problem is that my s...
bijna 8 jaar ago | 0 answers | 0
0
answersQuestion
Does anyone know why I am getting sometimes wrong data and some time correct data from my FPGA?
I developed a simple OFDM system. Basically, my system receive serial data from my pc. Then It calculates an OFDM simbol which ...
bijna 8 jaar ago | 0 answers | 0
0
answersQuestion
How exactly Matlab sent bits in a serial communication?
I am using serial communication in orden to send an specific binary secuence. For example: DataBits = [0 0 0 0 0 0 0 1], which r...
bijna 8 jaar ago | 1 answer | 0
1
answerQuestion
Does anyone know about state variables in HDL Code Generation?
I receive this error in the HDL Coder Genration stage: hdlcoder:pirudd:NonConstStateInInitialization: State variables must be in...
ongeveer 8 jaar ago | 1 answer | 0
1
answerQuestion
How can I send complex data using serial communication to an fpga?
I developed a UART system for a Virtex 5 Xilinx FPGA. It work fine but I only sent binary data. In the other hand, my main funct...
ongeveer 8 jaar ago | 1 answer | 0
1
answerQuestion
How can I represent a complex type number as a binary type number in order implement a serial communication between my PC and a FPGA?
I developed an UART for HDL Code generation. Because I want to implement a serial communication between my PC and a FPGA. %Ma...
ongeveer 8 jaar ago | 0 answers | 0
0
answersQuestion
Why I can´t get ping between a FPGA and my PC in the FPGA-in-the-Loop test?
Features: FPGA = Virtex 5 XUPV5 LX110T IP Host Computer = 192.168.0.3 Board IP Address = 192.168.0.2 MAC Address ...
ongeveer 8 jaar ago | 0 answers | 1
0
answersHDL Verifier and FPGA in the loop
hi, I am getting the same error. Did you solve your problem? Could you give me a hint? Thanks, for the future answer.
ongeveer 8 jaar ago | 0
Question
Does anyone know what this error means? "Failed to receive a control packet from the FPGA target."
Im executing fpga-in-the-Loop simulation from MATLAB. My target device is the Virtex 5 XUPV5 LX110T. Everything looks fine even ...
ongeveer 8 jaar ago | 0 answers | 0
0
answersQuestion
Why do I get an error with system object calls in HDL Code Generation?
error: hdlcoder:pirudd:systemobjectmultipleuse: System object methods can only be called once My Code: main fucntion: ...
meer dan 8 jaar ago | 2 answers | 0
2
answersQuestion
Does anyone could give me a hint about using the dsp.HDLIFFT in my code for HDL Code Generation?
Im trying to generate a OFDM symbol for HDL Code Generation. My code is: %Main function [Xt,validOut] = MODEL(Data_In...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
Why do i get an error in the Fixed Point Conversion Step?
Error: The function 'HDLIFFT128' contains persistent variables 'ifft128' and has specialization 'HDLIFFT128_s1' associated with...
meer dan 8 jaar ago | 2 answers | 0
2
answersQuestion
Why do I get this error Code generation does not support display for MATLAB classes. 'dsp.HDLIFFT' is a class. ?
I am trying to call a function, which create dsp.IFFT system object, inside another for HDL Code generation. My Code: %main...
meer dan 8 jaar ago | 1 answer | 0