photo

Mohazam Awan


2017년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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 ...

거의 7년 전 | 0

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

거의 7년 전 | 2

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

7년 초과 전 | 0

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

7년 초과 전 | 0

| 수락됨

답변 있음
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...

7년 초과 전 | 0