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
