photo

Yella


IIT Bhubaneswar

Actif depuis 2011

Followers: 0   Following: 0

Message

I am pursuing my Btech at IIT Bhubaneswar, India
Professional Interests: DSP, Power engineering

Statistiques

All
MATLAB Answers

6 Questions
12 Réponses

File Exchange

15 Fichiers

RANG
6 375
of 302 173

RÉPUTATION
8

CONTRIBUTIONS
6 Questions
12 Réponses

ACCEPTATION DE VOS RÉPONSES
16.67%

VOTES REÇUS
2

RANG
823 of 21 593

RÉPUTATION
2 308

CLASSEMENT MOYEN
4.20

CONTRIBUTIONS
15 Fichiers

TÉLÉCHARGEMENTS
37

ALL TIME TÉLÉCHARGEMENTS
21872

RANG

of 179 660

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Thankful Level 1
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Can anyone Please me on how to build a analog to digital and digital to analog converter Model in simulink?
I have use DAC where i have to convert a digital signal to analog signal so that i can add it to AWGN channel....And the output ...

presque 15 ans il y a | 1 réponse | 0

1

réponse

Question


Explain this error?
Error reported by S-Function 'sdspsigattrib' in 'ProposedTransceiverModel/LMS Linear Equalizer/Equalizer /Subsystem2/Check compl...

presque 15 ans il y a | 1 réponse | 0

1

réponse

Question


How to perform analog to digital conversion using simulink?
How to perform analog to digital conversion using simulink?. Is there any in built block(not for target boards)?. or should we h...

presque 15 ans il y a | 1 réponse | 0

1

réponse

Question


To read .mdl file into VHDL using system generator
I am working on SDR kit SMT8246, a product of Sundance. I am trying to simulink model file into VHDL using system generator. I h...

environ 15 ans il y a | 1 réponse | 0

0

réponse

A soumis


Iris data set clustering
Iris data set clustering

environ 15 ans il y a | 3648 téléchargements |

4.4 / 5
Thumbnail

A soumis


Functional Optimization Of Non linear Function using Genetic Algorithm
Functional Optimization Of Non linear Function(sinx) using Genetic Algorithm.

environ 15 ans il y a | 827 téléchargements |

5.0 / 5
Thumbnail

A soumis


Performance of RLS and LMS in System Identification
Performance of RLS and LMS in System Identification in 2nd order Plant.

environ 15 ans il y a | 922 téléchargements |

0.0 / 5
Thumbnail

A soumis


Comparison between RLS and LMS algos in Designing digital equalizer in noisy nonlinear channel
Comparison between RLS and LMS algos in Designing digital equalizer in noisy nonlinear channel.

environ 15 ans il y a | 847 téléchargements |

0.0 / 5
Thumbnail

A soumis


DESIGN OF NOVEL DIGITAL EQUALIZERS FOR NOISY NONLINEAR CHANNEL USING LMS ALGORITHM
DESIGN OF NOVEL DIGITAL EQUALIZERS FOR NOISY NONLINEAR CHANNEL USING LMS ALGORITHM.

environ 15 ans il y a | 449 téléchargements |

0.0 / 5
Thumbnail

A soumis


System Identification
System Identification for 2nd order Plant

environ 15 ans il y a | 1690 téléchargements |

3.66667 / 5
Thumbnail

A soumis


Back forward sweep algortihm for radial distribution systems
Backward/ forward sweep algorithm for three-phase load-flow analysis of radial distribution systems.

environ 15 ans il y a | 3875 téléchargements |

3.7 / 5

Réponse apportée
Reading numbers from general text-file
If it is a txt file... u can "load" matlab function load file.txt b=file; where b is a matrix(Matlab has limitation on si...

environ 15 ans il y a | 0

A soumis


Single phase SPWM inverter
Single Phase SPWM inverter modelled using simulink.

environ 15 ans il y a | 3072 téléchargements |

4.0 / 5
Thumbnail

Réponse apportée
problem to make an ofdm modulation
http://en.wikipedia.org/wiki/Cyclic_prefix Cyclic prefix is used to eliminate ISI and IBI. Read the link u get to know to how...

plus de 15 ans il y a | 0

Réponse apportée
white gaussian noise
y = awgn(x,snr,sigpower) is the same as the syntax above, except that sigpower is the power of x in dBW.

plus de 15 ans il y a | 0

Réponse apportée
Converting discrete variables into continuous variables
Try to decrease the space between input values and take more output values do it looks like a continuous signal though it may be...

plus de 15 ans il y a | 0

Réponse apportée
i am writing a code for ofdm generation, and I have a question regarding the same
>> h = modem.qammod(16); >> h h = Type: 'QAM Modulator' M: 16 PhaseOffset: 0 ...

plus de 15 ans il y a | 0

Question


google image search
http://images.google.com/ this link connects to google image search.. Its awesome but not that efficient...When we upload the ph...

plus de 15 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
problem to make fft
Heyy Check this code x=[1 2 3 4 5 6]; y=fft(x,512) z=ifft(y) and u observe that x=z(1:1:length(x)) the first elem...

plus de 15 ans il y a | 1

| A accepté

Réponse apportée
trying to accounting the number of zeros in random script
[EDIT: Tue Jun 14 05:17:56 UTC 2011 - Reformat - MKF] Its simple make a for loop and use and conditional loop like "if else" wh...

plus de 15 ans il y a | 0

Réponse apportée
OFDM Demodulation problem
Am sorry I am not getting ur code... did u do demodulation?....I think u generated to subcarriers of an OFDM system..u didnt con...

plus de 15 ans il y a | 0

Réponse apportée
How To Move OFDM Signal From BaseBand
Do frequency modulation..... http://en.wikipedia.org/wiki/Frequency_modulation or else do upsampling of the signal that is...

plus de 15 ans il y a | 0

Réponse apportée
problem to make an ofdm modulation
Hi I think u want to transmit an ofdm symbol. Generate random data.('randn'in matlab) Modulate it with QAM('qammod' in matl...

plus de 15 ans il y a | 1

A soumis


short time fourier transform
I have written the basic code of STFT.

plus de 15 ans il y a | 1953 téléchargements |

4.8 / 5
Thumbnail

Réponse apportée
RMSE - Root mean square Error
Root mean square error is difference of squares of output an input. Let say x is a 1xN input and y is a 1xN output. square erro...

plus de 15 ans il y a | 0

Réponse apportée
Finding integers in an array.
%An example to work with x = [NaN 1.7 1.6 1.5 NaN 1.9 1.8 1.5 5.1 1.8 Inf 1.4 2.2 1.6 1.8]; for i=1:1:length(x) if (isn...

plus de 15 ans il y a | 0

A soumis


3 phase inverter using GTOs
Its the 3 phase inverter build using GTOs.

plus de 15 ans il y a | 1108 téléchargements |

4.0 / 5
Thumbnail

A soumis


Chirp - distinguishing whether it is increaing or decreasing
Increasing and decreasing chirp signals give same frequency spectrum in fourier domain.

plus de 15 ans il y a | 247 téléchargements |

4.0 / 5

A soumis


Simulink model for 1phase controlled scr uding free wheeling diode
Simulink model for 1phase fully controlled scr with free wheeling is modell. its easy to understand

plus de 15 ans il y a | 525 téléchargements |

0.0 / 5
Thumbnail

A soumis


Simulink model for 1phase controlled scr harmonic elimination
Simulink model for 1phase fully controlled scr harmonic elimination is made. its easy to understand.

plus de 15 ans il y a | 1247 téléchargements |

4.0 / 5
Thumbnail

Charger plus