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...
7 years 前 | 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) = ...
10 years 前 | 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...
11 years 前 | 2 个回答 | 0
