Feeds
질문
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...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 10년 전 | 답변 수: 2 | 0