Community Profile

photo

Sanat


TU Dresden

Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Question


Connect to a Java program from within MATLAB
Greetings, Most of the MATLAB Java Interfaces that exist, help establish a MATLAB session from within Java and then execute c...

9 years ago | 1 answer | 0

1

answer

Question


Finding Stateflows under Library links
Greetings, I wasn't able to find a related topic so here goes : I wanted to use the following method to search for stateflo...

10 years ago | 0 answers | 1

0

answers

Question


Issues with integrating custom C Code in Simulink
Sorry if there's a similar question already, I wasn't able to find one all morning. I am trying to integrate a custom code snipp...

10 years ago | 0 answers | 0

0

answers

Answered
Data for input breakpoints must be strictly monotonically increasing after conversion to its run-time data type.
I had the same issue. Turns out that the breakpoints (Axis ticks) for your lookup table might not be increasing monotonically. I...

10 years ago | 0

Question


Does the MATLAB's ifft()/fft() do any spectral shaping ?
Greetings, I generate an OFDM signal using : Qam = qammod(randi([0 3],Nfft,1),M); OFDMsym = ifft(Qam,Nfft); O...

11 years ago | 2 answers | 0

2

answers