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年 前 | 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年 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 2 件の回答 | 0
