photo

Mohazam Awan


Attivo dal 2017

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

0 Domande
5 Risposte

RANK
5.541
of 297.503

REPUTAZIONE
8

CONTRIBUTI
0 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
2

RANK
 of 20.449

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 159.017

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
How can I implement a simple difference equation and plot the resulting output, all using MATLAB
y1=zeros(1,length(n)); % Pre-allocating for i=1:length(n) if(n(i)<0) y1(i)=0; % $ y[n]=0 for n<0 ...

oltre 7 anni fa | 0

Risposto
how to do implement difference equation in matlab
%% DSP LAb Task 4 % Difference equation implementation in matlab % %% clc clear all close all % ...

oltre 7 anni fa | 2

Risposto
Signal generation using for loop
<</matlabcentral/answers/uploaded_files/74089/Lab%20Task%203%20Q%201.jpg>> out put

quasi 8 anni fa | 0

Risposto
Signal generation using for loop
<</matlabcentral/answers/uploaded_files/74088/Screenshot%20(445).png>> Here's an example

quasi 8 anni fa | 0

| accettato

Risposto
how to seperate even or odd elements and make row vectors from a matrix
function [ even,odd ] = result( A ) %UNTITLED Summary of this function goes here % Detailed explanation goes here [r,c]=siz...

quasi 8 anni fa | 0