Feeds
提问
How do create a simulink filter if I have the impulse response
I have an impulse response of a system h(t) = exp(-10t)u(t). I am trying to code this in simlink. I am using an interpreted Fc...
2 years 前 | 1 个回答 | 0
1
个回答提问
Using biterr with negative numbers
I am tryig to calculate the bit error of a signal with negative values. bitterr will not accept negative values. Is there a tr...
2 years 前 | 1 个回答 | 0
1
个回答提问
How do I generate a random number vector composed of just 1 and -1
I am trying to generate a digital integer signal of just 1 and -1. When I run this. s=randi([-1,1], 100,1) ; Zero is included...
2 years 前 | 2 个回答 | 0
2
个回答已回答
dsolve invalid indexing error
This runs, I just needs to work on how to generate the state equations. Thanks all for the sage advice! syms y(t) u(t) Dy =...
dsolve invalid indexing error
This runs, I just needs to work on how to generate the state equations. Thanks all for the sage advice! syms y(t) u(t) Dy =...
3 years 前 | 0
提问
dsolve invalid indexing error
I have a simple diff eqn that is throwing a dsolve error. Invalid indexing or function definition. Indexing must follow MATLA...
3 years 前 | 2 个回答 | 0
