looking for convoltion signal for output
Mostra commenti meno recenti
Hi guys i need to find a matlab code which can take 2 inputs of 2 different signals and generates and y(t) signal. This y(t) signal must be a another signal. So I'm basicaly looking for a signal for output. This is soooo urgent.
5 Commenti
Alexander
il 28 Mar 2024
To be honest, I have no clue what you really want.
Steven Lord
il 28 Mar 2024
Let x and z be your signals. The solution is:
y = x;
If that doesn't satisfy your requirements, please tell us why not -- what requirements do you have for y that the solution above doesn't meet?
Mehmet Eren Dikmen
il 28 Mar 2024
Steven Lord
il 28 Mar 2024
Okay, that sounds like a description of the problem you're trying to solve we can work with.
This sounds like a homework assignment. If it is, show us the code you've written to try to solve the problem and ask a specific question about where you're having difficulty and we may be able to provide some guidance.
If you aren't sure where to start because you're not familiar with how to write MATLAB code, I suggest you start with the free MATLAB Onramp tutorial to quickly learn the essentials of MATLAB.
If you aren't sure where to start because you're not familiar with the mathematics you'll need to solve the problem, I recommend asking your professor and/or teaching assistant for help.
Mehmet Eren Dikmen
il 28 Mar 2024
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Programming in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
