Risposto
How to use FFT HDL Optimized ?
You seem to be generating the HDL code for the entire model. Please select just the subsystem to generate HDL code.

quasi 12 anni fa | 0

Risposto
Cyclic Prefix Removal OFDM FFT IEEE802.11
I have modified it to use the workspace for data and valid in. valid in now is high for 64, low for 16, high for 64 and low for ...

quasi 12 anni fa | 0

Risposto
Cyclic Prefix Removal OFDM FFT IEEE802.11
Can you post a simpler version of your model for me to take a look at? In R2014a, there is no option for natural order output. ...

quasi 12 anni fa | 0

Risposto
Cyclic Prefix Removal OFDM FFT IEEE802.11
The method to skip those samples depends on the FFT block you are using. The HDL FFT blocks have a valid or frame start input, w...

quasi 12 anni fa | 0

Risposto
How to use FFT HDL Optimized ?
There is an example in HDL Coder "OFDM Receiver with 512-Point Streaming I/O FFT" that uses the FFT HDL Optimized block. Are you...

quasi 12 anni fa | 0

Risposto
Sampling rate in Simulink model and HDL coder
The base clock period is determined from the rates you put in Simulink. If you model only using the rates that are multiples of ...

circa 12 anni fa | 1

Risposto
Block to assign initial value for internal signal compatible with HDL coder?
If you use the Delay block, you can assign an initial value which HDL Coder uses. Your model will look as follows: Delay block...

circa 12 anni fa | 0

| accettato

Risposto
In Simulink ,the pn sequence generator(essential blk) in frame based mode s not being accepted by the hdl converter. But the output of the pn sequence generator is given to a serial to parallel converter. What cud b the alternative for this?
Please check to see if the inputs are constants. If so, change the sample time on the constant block to be 1 or some such value....

circa 12 anni fa | 0

| accettato

Risposto
Unavailability of frame based processing in HDL coder
You will have to convert your model to a sample based version. Even in the sample based version, you can have access to more tha...

circa 12 anni fa | 0

Risposto
Data overshoot in FPGA implementation
Where are you seeing these overshoots? Is it during transmission with an RF transmitter? One suggestion is to try to loop back t...

circa 12 anni fa | 0

Risposto
What is the Fixed-Point function replacement for atan?
You can also try using cordicatan2, which gives you a CORDIC based inverse tangent value.

circa 12 anni fa | 1

Risposto
HDL cosimulation output different from FPGA output
To debug this, I suggest a few things: 1. Run the HDL code and the testbench in ModelSim to see if it passes. This will confi...

circa 12 anni fa | 0

| accettato

Risposto
whether any .m file consists of MATLAB function of a transceiver program can be converted into its HDL code for FPGA implementation ? If yes then anyone can please guide me on that?
In order to use the modulator and demodulator, you will need to use the System objects (for example: comm.QPSKModulator). A numb...

circa 12 anni fa | 0

Risposto
Can a Verilog RTL be simulated using Matlab Testbench?
You can cosimulate Verilog code with MATLAB or Simulink. There are examples provided in the <http://www.mathworks.com/help/hdlve...

circa 12 anni fa | 1

Risposto
streaming HDL friendly FFT works in Simulink, not in ModelSim
Is it possible for you to contact technical support at MathWorks with this model? If you generate the HDL code and testbench fr...

oltre 12 anni fa | 0

Risposto
streaming HDL friendly FFT works in Simulink, not in ModelSim
Have you tried generating the co-simulation model with HDL Coder? That co-simulation model takes the data from Simulink, runs it...

oltre 12 anni fa | 0

Risposto
Regarding configuremodelsim, It does not configure the selected modelsim
You can call the MATLAB function vsim with a setting for the property vsimdir. Running "help vsim" in MATLAB will give you the i...

oltre 12 anni fa | 0

Risposto
Viterbi Decoder vitdec for HDL-Code generation
The Viterbi decoder expects to receive the systematic and parity bits in a vector format. Please change your input to a vector f...

oltre 12 anni fa | 0

Risposto
Viterbi Decoder vitdec for HDL-Code generation
There is also an example in the Communications System Toolbox (category HDL) called "HDL Code Generation for Viterbi Decoder" th...

oltre 12 anni fa | 0