Hari Ijjada
Followers: 0 Following: 0
Statistics
21 Questions
0 Answers
RANK
30,561
of 295,467
REPUTATION
1
CONTRIBUTIONS
21 Questions
0 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to Implement a Squelch Circuit using Matlab
cany anybody share the source or algorithim to implement a Squelch Circuit,This Block is very imporatant in my project.
4 years ago | 0 answers | 0
0
answersQuestion
Finding the Square root of a signal using matlab and C language with out using sqrt function
I am using Sqare Law demodualtor For AM Demodulation. i am getting two terms 1)m^2(t)/2 ...
5 years ago | 1 answer | 0
1
answerQuestion
Carrier Synchronization Code for AM Modulation
i am trying to develop the code for carrier Synchronization in Amplitude Modulation(AM). Does anybody have anyidea how to devel...
5 years ago | 0 answers | 1
0
answersQuestion
Matlab output is not matching with the mathematics...
S1=cos(2*pi*f1*t); S2=cos(2*pi*f2*t); arg1=acos(S1)=2*pi*f1*t; arg2=acos(S2)=2*pi*f2*t; cos(arg1-arg2)=cos(2*pi*(f1-f2)*t); ...
5 years ago | 2 answers | 0
2
answersQuestion
Why i am not getting my message signal as output ?
This is my code for Am demodulation.I am not getting my signal "y" as output.why i am not getting ? clear all; clc; Fs = 600...
5 years ago | 0 answers | 0
0
answersQuestion
Not getting single frequency signal...
I have two signals ....1)Signal1=cos(2*pi*fc*t) 2) Signal2=cos(2*pi*(fc+f_delta)*t) My tas...
5 years ago | 1 answer | 0
1
answerQuestion
about producing clear carrier signal
carrier_Fs=24e3; Carrier_Fc=10e3; no of samples: 240000..i have taken no samples for carrier signal becuase input signal is a ...
5 years ago | 0 answers | 0
0
answersQuestion
how to design a lowpass filter for a audio signa
i sent some .wav files as a input to the AM Moudlation scheme in Matlab..i am not getting the clear audio as Output..My Fc=1000,...
5 years ago | 1 answer | 0
1
answerQuestion
About sampling rate of a signal
sampling rate =12500 no of samples =25000... i want to increase the sampling rate by factor of 2 means 12500 to 25000...How c...
5 years ago | 1 answer | 0
1
answerQuestion
About some type glitch in the frequency Response
i sent a wave with three frequencies 1000,4000,6000...I passed it through the 1250 cutoff lowpass frequency .but i found a glitc...
5 years ago | 0 answers | 0
0
answersQuestion
About designing a lowpass filter ?
while doing Am demodulation i am sending wave with frequencies 1Khz,4Khz,6Khz which are created after mulitplying modulated sign...
5 years ago | 0 answers | 0
0
answersQuestion
About implementation of a squelch circuit
Hi, I Want to implement a Squlech Circuit using Matlab.But i am not able to get the any theory about how to implement Squlech C...
5 years ago | 0 answers | 0
0
answersQuestion
About Implementing a AGC
I am trying to Implement AGC,After demodulator block i am using AGC Block.When i have given input to my AGC it is multiplying ev...
5 years ago | 1 answer | 0
1
answerQuestion
Matlab Simulation Code help
while doing am mod demod using matlab simulation...i want to observe the outputs in frequency domain ...how to observe the freq ...
5 years ago | 0 answers | 0
0
answersQuestion
Conversion of Matlab to C code
i have used a hilbert funtion in matlab...but hilbert funtion is not supported by the C language...is there any other way of fin...
5 years ago | 0 answers | 0
0
answersQuestion
Facing issue while converting Matlab Code to C Code
The function 'designfilt' is not supported for standalone code generation. In my code i used a designfilt syntax but wh...
5 years ago | 0 answers | 0
0
answersQuestion
Matlab to C Conversion issue
I am running a program consists of two funtions demodualtion and modulation and by using command like output= mainfu...
5 years ago | 0 answers | 0
0
answersQuestion
how can i write my demodualted voice signal to a file
For AM modulation i gave my voice as input.i am able to observe my demodulated signal in frequency spectrum but i want to listen...
5 years ago | 0 answers | 0
0
answersQuestion
what is the reason for this error ?
Build error: Compilation returned error status code 2. what should i do ?
5 years ago | 1 answer | 0
1
answerQuestion
Generation of C Code from Matlab Code
i have a Matlab code but i need C Code..how can i generate C Code From MatLab Code ? What are the Tools i require ?
5 years ago | 0 answers | 0
0
answersQuestion
Howt to get the Hilbert Transform of audio recorded file ?
i want to find a hilbert transform of recorded audio file using Matlab.How can i find the hilbert transform of the .wav file wit...
5 years ago | 1 answer | 0