Community Profile

photo

Torsten K


Last seen: nästan 3 år ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

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

View badges

Feeds

View by

Answered
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...

mer än 3 år ago | 0

| accepted

Answered
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....

mer än 3 år ago | 0

Answered
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 ...

mer än 3 år ago | 0

| accepted

Answered
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 ...

mer än 3 år ago | 0

Question


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...

mer än 3 år ago | 1 answer | 0

1

answer

Answered
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...

mer än 3 år ago | 0

Question


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...

mer än 3 år ago | 1 answer | 0

1

answer

Question


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...

mer än 3 år ago | 0 answers | 0

0

answers