photo

PARVATHY NAIR


Last seen: mer än 2 år ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

12 Questions
1 Answer

RANK
173 092
of 300 369

REPUTATION
0

CONTRIBUTIONS
12 Questions
1 Answer

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20 936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 436

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

  • Explorer
  • Thankful Level 2

View badges

Feeds

View by

Question


Kindly help me in finding the error
Hi kindly help me in finding the error in the code.i was trying to implement an adaptive filter whose step size is varying acco...

mer än 2 år ago | 0 answers | 0

0

answers

Question


I am getting error and warning for the verilog code
Hi for the given code why am i getting error and warning while simulating the said code.can you please help me by correecting t...

mer än 2 år ago | 1 answer | 0

1

answer

Question


understanding a newly proposed STA/LTA algorithm
given below is the modified STA/LTA equation. from my understanding i have formulated the code as follows.Kindly go through t...

nästan 3 år ago | 0 answers | 0

0

answers

Question


How to generate random number from Bernoulli distribution?
just like the below command a=randn(1,1000) how can we generate random number from bernoulli distribution

nästan 3 år ago | 1 answer | 0

1

answer

Question


performance of least mean square algorithm against impulsive noise environment.
how will I model an impulsive noise environment in the code given below. clc; clear all; close all; %% Desired System (link...

nästan 3 år ago | 0 answers | 0

0

answers

Question


why do i get this error?
why am i getting this error while changing matlab code to hdl code

nästan 3 år ago | 2 answers | 0

2

answers

Question


In a function we need to input the first element of matrix?
for say let the function be function[d]=myFIRST(x,y) for i=1:100 y(i+1)=x+y(i) d=y; end end myFIRST(1,2) here y ...

nästan 3 år ago | 1 answer | 0

1

answer

Question


understanding the given algorithm
In the given code ,why there are two filtering process.This is a part of STA/LTA algorithm for earthquake detection which was po...

nästan 3 år ago | 0 answers | 0

0

answers

Question


how to convert the given algorithm adaptable for denoising?
Hello The purpose of the given code is system identification.But using the same algorithm i need to formulate a code for denois...

nästan 3 år ago | 1 answer | 0

1

answer

Answered
Why the same VSSLMS algorithm code not working for the seisimic data?
thankyou @Mathieu NOE again. so is the paper comparing diffferent adaptive algorithms based on system identification code or de...

nästan 3 år ago | 0

Question


Can anyone help me in understanding an algorithm and tell me where am i wrong in simulating the adaptive filter
Hi I came across a paper titled 'Framework for automated earthquake event detection based on denoising By Adaptive Filter'.The...

nästan 3 år ago | 1 answer | 0

1

answer

Question


Why the same VSSLMS algorithm code not working for the seisimic data?
here i have provided with code for an adaptive filter using VSSLMS(Variable Step Size Least Mean Square) Algorithm.I found this ...

nästan 3 år ago | 2 answers | 0

2

answers

Question


how to append my data?
let my data be 1 1 2 1 2 2 2 3 3 4 4 5 5 6 6 6 and i want it as 1 2 2 2 3 4 5 6 1 1 2 3 4 5 6 6

nästan 3 år ago | 1 answer | 0

1

answer