Recent content by sara_UK

  1. S

    MATLAB Matlab ASK PSK FSK Code for Square and Sine Waves | Step-by-Step Guide

    Which calculation do u mean? and how do u suggest me correcting it?
  2. S

    Maxwell Ansoft to Excel: Tips & Tricks

    Hello guys Does anyone use Maxwell Ansoft? If so, have you tried to export it to Excell? if so do u use any MATLAB code to convert it? or use macros in excell? Thanks
  3. S

    MATLAB Matlab ASK PSK FSK Code for Square and Sine Waves | Step-by-Step Guide

    Hello guys.. I am trying to write a code for ASK in Matlab, but it doesn't give me the final figure! % Generating a input square wave x1 = 0:(pi/100):(10*pi); y1 = square(x1); A = plot(x1,y1); figure(1),A,title( 'Square wave');xlabel('x'); ylabel('y');ylim([0,1]);grid; % Generating...
Back
Top