Graduate tutorial
Graduate tutorial
  • 11
  • 63 946

Відео

Why do we calculate Impulse response of a system?
Переглядів 66Рік тому
This tutorial will help to understand why we always calculate the impulse response of a system.
Resistance Temperature Detector (RTD) principle and working
Переглядів 6904 роки тому
Resistance Temperature Detector (RTD) principle and working
Principle, Operation and Gauge Factor Calculation of Strain Gauge
Переглядів 18 тис.4 роки тому
Principle, Operation and Gauge Factor Calculation of Strain Gauge
Types of Transducers (Electronic Measurement and Instrumentation)
Переглядів 7664 роки тому
Types of Transducers (Electronic Measurement and Instrumentation)
Simulation of transmitter and receiver for 16-QAM (MATLAB Experiment)
Переглядів 11 тис.4 роки тому
Simulation of transmitter and receiver for 16-QAM (MATLAB Experiment)
Simulation of transmitter and receiver for QPSK (MATLAB Experiment)
Переглядів 7 тис.4 роки тому
Simulation of transmitter and receiver for QPSK (MATLAB Experiment)
Decimation in Time (DIT) FFT radix-2 method example problem
Переглядів 5554 роки тому
Decimation in Time (DIT) FFT radix-2 method example problem
Matrix method for DFT( Discrete Fourier Transform) calculation
Переглядів 2014 роки тому
Matrix method for DFT( Discrete Fourier Transform) calculation
Decimation in Time (DIT) FFT algorithm radix-2 method
Переглядів 7304 роки тому
Decimation in Time (DIT) FFT algorithm radix-2 method
Difference between DTFT and DFT (Discrete fourier transform)
Переглядів 25 тис.5 років тому
Difference between DTFT and DFT (Discrete fourier transform)

КОМЕНТАРІ

  • @titonicoladrugman
    @titonicoladrugman 12 днів тому

    THANK YOU. Best video ever to understand this topic, I am shocked by how good you are

  • @gaulidiwas
    @gaulidiwas 2 місяці тому

    helpful! thanks !

  • @1nonly_user
    @1nonly_user 6 місяців тому

    thank god you are here !!!

  • @jacklaughter1219
    @jacklaughter1219 9 місяців тому

    put some captions pls, hard to understand anything with this audio

  • @Reptorex
    @Reptorex 9 місяців тому

    In This video....❌ In This Tutorial.....❌ In This lecture.....❌ In This Video Tutorial Lecture ✅ 👍🏻

  • @AryanSingh-hn7uw
    @AryanSingh-hn7uw 11 місяців тому

    Drho/Ds=DR and Drho/Ds=Drho how

  • @vinhtruonghuynh7968
    @vinhtruonghuynh7968 11 місяців тому

    Very compact and precise. Thank you for the clear explanation of the topic.

  • @hassanelfalaky204
    @hassanelfalaky204 11 місяців тому

    EXCELLENT!

  • @haolunwu3620
    @haolunwu3620 11 місяців тому

    WTF, you are the best person I have seen who talks about the difference between these two shits. Thank you so much.

  • @VivekSharma-lw9rc
    @VivekSharma-lw9rc Рік тому

    Thank-you sir

  • @tejaswivaliboyina3969
    @tejaswivaliboyina3969 Рік тому

    Length of the sequence is N=3

  • @jimmicrackhead12
    @jimmicrackhead12 Рік тому

    So amplitude vs time, to amplitude vs frequency where it is easier to understand. 👍

  • @Yurihjjjn
    @Yurihjjjn Рік тому

    To the point and detailed video. Thanks alot I was searching for this for a long time!

  • @navaneethdesai
    @navaneethdesai Рік тому

    What is 'w' equal to in DTFT sir? Is it w=2π/N or w=2π/T?? In DFT it is w=2πkn/N......

  • @nooone86
    @nooone86 Рік тому

    Amazing

  • @madhutatikayala3969
    @madhutatikayala3969 Рік тому

    the way you are explaining the topic is superb sir

  • @mahdimusapour6744
    @mahdimusapour6744 Рік тому

    very good

  • @AbuSous2000PR
    @AbuSous2000PR Рік тому

    well done..many thx

  • @manimekala4427
    @manimekala4427 Рік тому

    Super sir

  • @saikatpaul6541
    @saikatpaul6541 2 роки тому

    🖤🖤

  • @khawla2045
    @khawla2045 2 роки тому

    Hello could you please give us the pdf or ppt file in the description box

  • @denikgrand1439
    @denikgrand1439 2 роки тому

    clc; clear; clear var; %% N=3e5; alpha16qam=[-3 -1 1 3]; Es_N0_dB =[0:20]; ipHat=zeros(1,N); %% for ii=1:length(Es_N0_dB) ip=randsrc(1,N,alpha16qam)+j*randsrc(1,N,alpha16qam); s=(1/sqrt(10))*ip; n=1/sqrt(2)*[randn(1,N)+j*randn(1,N)]; y=s+10^(-Es_N0_dB(ii)/20)*n; y_re=real(y); y_im=imag(y); ipHat_re(find(y_re< -2/sqrt(10)))=-3; ipHat_re(find(y_re> 2/sqrt(10)))=3; ipHat_re(find(y_re>-2/sqrt(10) & y_re<=0))=-1; ipHat_re(find(y_re>0 & y_re<=2/sqrt(10)))=1; ipHat_im(find(y_im< -2/sqrt(10)))=-3; ipHat_im(find(y_im> 2/sqrt(10)))=3; ipHat_im(find(y_im> -2/sqrt(10) & y_im<=0))=-1; ipHat_im(find(y_im> 0 & y_im<=2/sqrt(10)))=1; ipHat = ipHat_re + j*ipHat_im; nErr(ii)=size(find([ip- ipHat]),2); end %% simBer=nErr/N; theoryBer=3/2*erfc(sqrt(0.1*(10.^(Es_N0_dB/10)))); figure semilogy(Es_N0_dB,theoryBer,'b.-','LineWidth',1); hold on semilogy(Es_N0_dB,simBer,'mx-','LineWidth',1); axis([0 20 1e-5 1]) grid on

  • @feras6471
    @feras6471 2 роки тому

    Thanks

  • @ashoksharma3585
    @ashoksharma3585 2 роки тому

    Well, the calculation is wrong

    • @graduatetutorial1493
      @graduatetutorial1493 Рік тому

      Sir, the calculation is correct. The range of n is from 0 to 2 only, that's why there are only three terms in K=0 calculation.

  • @ram.4152
    @ram.4152 2 роки тому

    *PLZ HELP*. Given a pressure of 2kpa, nominal resistance of 120 ohm, diameter of strain gauge 0.1mm, a GF of 2. What will be the change in resistance value of the strain gauge?....in short I wanta formula to calculate the change in resistance of strain gauge for a given INPUT PRESSURE

  • @shozhavaramsreevatsav6858
    @shozhavaramsreevatsav6858 2 роки тому

    could you attach link of the code and experiment

  • @evasionideaswithrafi6371
    @evasionideaswithrafi6371 2 роки тому

    thankuu sir

  • @farizasiddiqua3446
    @farizasiddiqua3446 3 роки тому

    Thank you. You made the difficult topic so easy to understand!

  • @shivshukla6795
    @shivshukla6795 3 роки тому

    can you provide the code in a pdf form

  • @abderazakcherfi
    @abderazakcherfi 3 роки тому

    Thanks alot for this presentation, but there is a small mistake done. X(0)=Sum(from 0 to 3) of (1/3)= 4*(1/3)= 4/3, cz the number of terms is 4. Thank you!!!

    • @graduatetutorial1493
      @graduatetutorial1493 Рік тому

      Thank you for your comment. Sir, the calculation is correct. The range of n is from 0 to 2 only, that's why there are only three terms in K=0 calculation.

  • @susmithdas4312
    @susmithdas4312 3 роки тому

    Great informational video . Sir audio level is low. One more point i have to add is that digital processor works on discrete values .Thus we convert dtft to dft.

  • @yvannponce4597
    @yvannponce4597 3 роки тому

    Thank you for sharing !!

  • @DARCIOSILVESTRESABBADIN
    @DARCIOSILVESTRESABBADIN 3 роки тому

    well done

  • @siddhi1993
    @siddhi1993 4 роки тому

    not audible.

  • @surendrakumarsaini2691
    @surendrakumarsaini2691 4 роки тому

    Sir voice is not audible

  • @rajabmur4311
    @rajabmur4311 4 роки тому

    thank you sir

  • @tulasi.s4300
    @tulasi.s4300 4 роки тому

    Thanks for good explanation

  • @basharali746
    @basharali746 4 роки тому

    very good explanation keep it up i am feeling lucky