photo

Rajesh Sharma


Last seen: 1 year ago Active since 2012

Followers: 0   Following: 0

Message

software developer
Professional Interests: signal processing

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
118,465
of 301,433

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


How to design a lowpass filter from Visual C++ using C shared library dll
*I have to call the following code from Visual C++* function z=lpf(x,n,fc,s) hl = fdesign.lowpass('N,Fc', n, fc, s); Hd...

13 years ago | 0 answers | 0

0

answers

Question


How to design and implement lowpass filter and bundle in Dll to use in VC++
I have used the following *code in lpf.m* file. function z=lpf(x,n,fc,s) hl = fdesign.lowpass('N,Fc', n, fc, s); Hdl = ...

13 years ago | 0 answers | 0

0

answers

Question


I have created a function lpf which uses fdesign.lowpass,design and filter functions.Then builded a C++ Dll to call this lpf function from VC++.Function is returning zero everytime in an array of size 100.I have pasted the code for description
*MAT LAB Version 7.0.0.19920 (R14)* *Data passed(100 values)* to function *lpf and lpf1*. *x=*[10,5,100,50,20,10,5,100,50,...

13 years ago | 0 answers | 0

0

answers