Community Profile

photo

Puppet Master Ivaschenko


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • First Review

View badges

Feeds

View by

Question


How to specify an initial condition for a Cauchy problem in Simulink?
I am solving an ODE given by dy/dt = 2y/t using Simulink. How do I specify an initial condition y(1)=1 for this ODE in the Integ...

5 years ago | 0 answers | 0

0

answers

Question


How do I calculate filter from transfer function?
Suppose I have a filter h = [1/4; 1/2; 1/4]. It is known that its Fourier transform (transfer function) is somewhat like H(w) = ...

9 years ago | 1 answer | 0

1

answer

Question


How can I create a DLL that can be called from Python 2.6 under win32?
Hi there! I have a function: function [y] = add2(x) y = x+2; end; I want to call it as a DLL from Pyt...

9 years ago | 2 answers | 0

2

answers