photo

Torsten K


Last seen: circa 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Messaggio

Statistica

All
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
NARX with multiple time series: Data dividision problem
OK, I found the solution. Here is a small example, based on this example: load magmulseq; y_mul = catsamples(y1,y2,y3,y1,y2...

quasi 4 anni fa | 0

| accettato

Risposto
basic error, help me
Is this what you are looking for? clearvars; x = linspace(20,100000); y = 20*log10(1./(1+(2*3.14*x*985.1*(59*10.^-9)-(985....

quasi 4 anni fa | 0

Risposto
how to save an array in each iteration?
Here a variant with a 3d-matrix: clearvars; A = zeros(6,6,3) L = 3; SR = [ 0.0941 0.1129 0.0471 0 ...

quasi 4 anni fa | 0

| accettato

Risposto
how to save an array in each iteration?
Maybe a cell-array is what you are looking for? A = cell(3,1); L = 3; SR = [ 0.0941 0.1129 0.0471 0 ...

quasi 4 anni fa | 0

Domanda


NARX with multiple time series: Data dividision problem
Hello everyone, I want to train a NARX-model for multi-step prediction of time series. The task has the following boundary cond...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Risposto
How can I change all the elements in a matrix with value1 to a new value2?
How about this? m = randi([0,1],78) % 78x78 matrix with random integers in the interval 0..1 m(m==0)=-1 % Substitute all 0's b...

quasi 4 anni fa | 0

Domanda


Heatmap: Vector of x values ​​contains duplicate values
Hello everybody, I would like to create a heatmap in which the X-Labels are repeated. The X-Label categories are the strings "L...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Multi-step prediction of a dynamic time series with jumps and decay curves using NARX networks
Hello everybody, I am trying to predict a dynamic time series with a sequence of sloping curve sections with the help of a NARX...

quasi 4 anni fa | 0 risposte | 0

0

risposte