Community Profile

photo

Joan Vazquez


Last seen: 4 years ago Active since 2018

Statistics

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Content Feed

View by

Question


How to migrate an Optimization Problem obtained with 'optimproblem' to a Global Optimization Problem that you would get from 'createOptimProblem'
I was using the Optimization Toolbox and now I want to set up the same problem with the Global Optimization Toolbox using Global...

4 years ago | 0 answers | 0

0

answers

Answered
Is it possible to use an FRD (Frequency Response Data) model in Simulink?
This may work: sys = frd(response, frequency, 'FrequencyUnit', 'Hz'); opt = tfestOptions('EnforceStability', true); TF = tfes...

4 years ago | 0

Question


Frequency based weighting in Simulink
For a signal in the time domain (coming from a simulation or a data acquisition system), can I weight it in Simulink using frequ...

4 years ago | 1 answer | 0

1

answer

Question


Relationship between noise power in a Band-Limited White Noise block VS Variance in a Random Number block
What is the relationship between Noise Power in a Band-Limited White Noise block and the Variance in a Random Number block? For...

5 years ago | 1 answer | 1

1

answer

Question


How to load variable in a nested structure from file
I have .mat files with data stored as nested structures and I would like to read some of the variables. Here is a MWE: % Sa...

5 years ago | 2 answers | 0

2

answers